`; } 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 ('tamaulipas' != '') { 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: 413053101, lat: 22.302253, lon: -97.861599, bn: 'WILMAR EQUIPO CONTRA INCENDIO', address1: 'CALLE ZONA FEDERAL 522, REVOLUCION VERDE', address2: 'TAMPICO, 89314, TAMS', url: '/informacion/electronica-equipos-y-accesorios/revolucion-verde/tampico/TAMS/wilmar-equipo-contra-incendio/413053101', phone: '(833)116-9275', isnational: 'false', index: 0, param1: null, category: 'extinguidores-sistemas-y-equipos-contra-incendios', adsa: 'adsa', state: 'tamaulipas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/wilmar-equipo-contra-incendio/extinguidores-sistemas-y-equipos-contra-incendios/tams/tampico/413053101', city: 'tampico', bnPath: 'wilmar-equipo-contra-incendio', dir: 'REVOLUCION VERDE, C.P.89314' }; resultados.push(resultado); var resultado = { id: 412839238, lat: 22.289092, lon: -97.887305, bn: 'NORLET EQUIPOS INDUSTRIALES Y DE SEGURIDAD', address1: 'AV MANRIQUE 96A, VISTA BELLA', address2: 'TAMPICO, 89367, TAMS', url: '/informacion/electronica-equipos-y-accesorios/vista-bella/tampico/TAMS/norlet-equipos-industriales-y-de-seguridad/412839238', phone: '(83)3338-4440', isnational: 'false', index: 1, param1: null, category: 'extinguidores-sistemas-y-equipos-contra-incendios', adsa: 'adsa', state: 'tamaulipas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/norlet-equipos-industriales-y-de-seguridad/extinguidores-sistemas-y-equipos-contra-incendios/tams/tampico/412839238', city: 'tampico', bnPath: 'norlet-equipos-industriales-y-de-seguridad', dir: 'VISTA BELLA, C.P.89367' }; resultados.push(resultado); }