`; } 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 ('oaxaca' != '') { 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: 406258375, lat: 32.47818, lon: -114.766075, bn: 'NOTARIA PUBLICA 110', address1: 'ALVARO OBREGON 1300 A-1, RESIDENCIAS', address2: 'SAN LUIS RIO COLORADO, 83448, SON', url: '/informacion/anuncio-publicado-en-peri/residencias/san-luis-rio-colorado/SON/notaria-publica-110/406258375', phone: '(653)534-4949', isnational: 'false', index: 0, param1: null, category: 'notarios', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/notaria-publica-110/notarios/son/san-luis-rio-colorado/406258375', city: 'san-luis-rio-colorado', bnPath: 'notaria-publica-110', dir: 'RESIDENCIAS, C.P.83448' }; resultados.push(resultado); var resultado = { id: 406277547, lat: 32.474892, lon: -114.777802, bn: 'NOTARIA PUBLICA NO. 54', address1: ', ', address2: ', , ', url: '/informacion/anuncio-publicado-en-peri/colonia/san-carlos-yautepec/oaxaca/notaria-publica-no-54/406277547', phone: '(653)534-1402', isnational: 'false', index: 1, param1: null, category: 'notarios', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/notaria-publica-no-54/notarios/oaxaca/san-carlos-yautepec/406277547', city: 'san-carlos-yautepec', bnPath: 'notaria-publica-no-54', dir: '' }; resultados.push(resultado); var resultado = { id: 413091095, lat: 32.61771, lon: -115.52673, bn: 'IMPACTO', address1: 'CALLE RIO AMAZONAS 200, GRANJAS VIRREYES', address2: 'MEXICALI, 21190, BC', url: '/informacion/anuncio-publicado-en-peri/granjas-virreyes/mexicali/BC/impacto/413091095', phone: '(686)557-4242', isnational: 'false', index: 2, param1: null, category: 'anuncios-luminosos', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/impacto/anuncios-luminosos/bc/mexicali/413091095', city: 'mexicali', bnPath: 'impacto', dir: 'GRANJAS VIRREYES, C.P.21190' }; resultados.push(resultado); }