`; } if (tipo == 'places') { contentString = ``; } var infoWindow = new google.maps.InfoWindow({ content: contentString }); google.maps.event.addListener(marker, 'click', function () { map.setZoom(14); map.setCenter(marker.getPosition()); if (activeWindow != null) activeWindow.close(); infoWindows[this.infoWindowIndex].open(map, this); activeWindow = infoWindows[this.infoWindowIndex]; }); google.maps.event.addListener(infoWindow, 'closeclick', function () { map.setZoom(zoom); map.setCenter(markers[0].getPosition()); }); infoWindows.push(infoWindow); markers.push(marker); map.setCenter(markers[0].getPosition()); mapCounter = index; } function getShared(advListId) { $("#shared_" + advListId).click(); } const resultados = []; function initMap() { if ('michoacan' != '') { zoom = 12; } map = new google.maps.Map(document.getElementById('show-map'), { scrollwheel: false, zoom: zoom }); var latLonIsNull = 'isNull'; var latValue = ''; var lonValue = ''; if (latLonIsNull == "notNull") { if (latValue != null && lonValue != null) { var markerMU = new google.maps.Marker({ position: { lat: parseFloat(latValue), lng: parseFloat(lonValue) }, map: map, title: "Mi actual ubicación", icon: "https://maps.google.com/mapfiles/ms/icons/red-dot.png" }); } } var resultado = { id: 3075441, lat: 20.230242, lon: -99.211399, bn: 'PINTURAS Y SOLVENTES COMEX', address1: '16 DE SEPTIEMBRE 38, CENTRO', address2: 'MIXQUIAHUALA DE JUAREZ, 42700, HGO', url: '/informacion/solventes/centro/mixquiahuala-de-juarez/HGO/pinturas-y-solventes-comex/3075441', phone: '(738)725-1945', isnational: 'false', index: 0, param1: null, category: 'pinturas-barnices-y-esmaltes-fabricas-y-expendios', adsa: 'adsa', state: 'michoacan', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/pinturas-y-solventes-comex/pinturas-barnices-y-esmaltes-fabricas-y-expendios/hgo/mixquiahuala-de-juarez/3075441', city: 'mixquiahuala-de-juarez', bnPath: 'pinturas-y-solventes-comex', dir: 'CENTRO, C.P.42700' }; resultados.push(resultado); var resultado = { id: 406959296, lat: 20.124133, lon: -98.75433, bn: 'POCHTECA', address1: 'REFORMA AGRARIA S/N, SAN ANTONIO EL DESMONTE', address2: 'PACHUCA DE SOTO, 42111, HGO', url: '/informacion/solventes/san-antonio-el-desmonte/pachuca-de-soto/HGO/pochteca/406959296', phone: '(55)5268-5900', isnational: 'false', index: 1, param1: null, category: 'materias-primas', adsa: 'adsa', state: 'michoacan', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/pochteca/materias-primas/hgo/pachuca-de-soto/406959296', city: 'pachuca-de-soto', bnPath: 'pochteca', dir: 'SAN ANTONIO EL DESMONTE, C.P.42111' }; resultados.push(resultado); }