`; } 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 ('tlaxcala' != '') { 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: 412826239, lat: 25.660739, lon: -100.301617, bn: 'TALLER DE FORJA DE LA CRUZ', address1: 'CALLE AYUTLA 1416, NUEVO REPUEBLO', address2: 'MONTERREY, 64700, NL', url: '/informacion/forjas-metalicas/nuevo-repueblo/monterrey/NL/taller-de-forja-de-la-cruz/412826239', phone: '(81)8088-3398', isnational: 'false', index: 0, param1: null, category: 'forjas-metalicas', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/taller-de-forja-de-la-cruz/forjas-metalicas/nl/monterrey/412826239', city: 'monterrey', bnPath: 'taller-de-forja-de-la-cruz', dir: 'NUEVO REPUEBLO, C.P.64700' }; resultados.push(resultado); var resultado = { id: 413047348, lat: 25.660739, lon: -100.301618, bn: 'TALLER DE FORJA DE LA CRUZ', address1: 'CALLE AYUTLA 1416, NUEVO REPUEBLO', address2: 'MONTERREY, 64700, NL', url: '/informacion/forjas-metalicas/nuevo-repueblo/monterrey/NL/taller-de-forja-de-la-cruz/413047348', phone: '(81)8088-3398', isnational: 'false', index: 1, param1: null, category: 'forjas-metalicas', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/taller-de-forja-de-la-cruz/forjas-metalicas/nl/monterrey/413047348', city: 'monterrey', bnPath: 'taller-de-forja-de-la-cruz', dir: 'NUEVO REPUEBLO, C.P.64700' }; resultados.push(resultado); var resultado = { id: 413101776, lat: 25.65968, lon: -100.30022, bn: 'HERRERÍA RESIDENCIAL Y AUTOMATIZACIONES GARZA', address1: 'IGUALA 1600 A, NUEVO REPUEBLO', address2: 'MONTERREY, 64700, NL', url: '/informacion/forjas-metalicas/nuevo-repueblo/monterrey/NL/herreria-residencial-y-automatizaciones-garza/413101776', phone: '(81)1776-1276', isnational: 'false', index: 2, param1: null, category: 'forjas-metalicas', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/herreria-residencial-y-automatizaciones-garza/forjas-metalicas/nl/monterrey/413101776', city: 'monterrey', bnPath: 'herreria-residencial-y-automatizaciones-garza', dir: 'NUEVO REPUEBLO, C.P.64700' }; resultados.push(resultado); }