`; } 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 ('sonora' != '') { 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: 406036766, lat: 19.482856, lon: -104.639013, bn: 'MUNICIPIO DE LA HUERTA JALISCO', address1: 'BENITO JUAREZ 15, LA HUERTA', address2: 'LA HUERTA, 48850, JAL', url: '/informacion/oficinas-federales-de-turismo/la-huerta/la-huerta/JAL/municipio-de-la-huerta-jalisco/406036766', phone: '(357)384-0178', isnational: 'false', index: 0, param1: null, category: 'oficinas-federales-de-turismo', adsa: 'adsa', state: 'sonora', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/municipio-de-la-huerta-jalisco/oficinas-federales-de-turismo/jal/la-huerta/406036766', city: 'la-huerta', bnPath: 'municipio-de-la-huerta-jalisco', dir: 'LA HUERTA, C.P.48850' }; resultados.push(resultado); }