`; } 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 ('baja-california' != '') { 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: 412668766, lat: 31.864536, lon: -116.595651, bn: 'EL GRAN EVENTO', address1: 'AV. LOPEZ RAYON 308, AVIACION', address2: 'ENSENADA, 22840, BC', url: '/informacion/semillas-granos-y-cereales-alimenticios/aviacion/ensenada/BC/el-gran-evento/412668766', phone: '(646)120-0440', isnational: 'false', index: 0, param1: null, category: 'fiestas-en-general-organizacion-de', adsa: 'adsa', state: 'baja-california', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/el-gran-evento/fiestas-en-general-organizacion-de/bc/ensenada/412668766', city: 'ensenada', bnPath: 'el-gran-evento', dir: 'AVIACION, C.P.22840' }; resultados.push(resultado); var resultado = { id: 3542192, lat: 31.859931, lon: -116.615161, bn: 'GRANADOS J ROMAN DR', address1: 'SEGUNDA 1565, BUENAVENTURA', address2: 'ENSENADA, 22880, BC', url: '/informacion/semillas-granos-y-cereales-alimenticios/buenaventura/ensenada/BC/granados-j-roman-dr/3542192', phone: '(646)176-3545', isnational: 'false', index: 1, param1: null, category: 'dentistas-en-parodoncia', adsa: 'adsa', state: 'baja-california', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/granados-j-roman-dr/dentistas-en-parodoncia/bc/ensenada/3542192', city: 'ensenada', bnPath: 'granados-j-roman-dr', dir: 'BUENAVENTURA, C.P.22880' }; resultados.push(resultado); var resultado = { id: 3546443, lat: 32.57689, lon: -115.357935, bn: 'SEMILLAS DEL RIO COLORADO', address1: 'A SAN LUIS KM 18.5, PUEBLA', address2: 'MEXICALI, 21620, BC', url: '/informacion/semillas-granos-y-cereales-alimenticios/puebla/mexicali/BC/semillas-del-rio-colorado/3546443', phone: '(686)562-0207', isnational: 'false', index: 2, param1: null, category: 'semillas-para-siembra', adsa: 'adsa', state: 'baja-california', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/semillas-del-rio-colorado/semillas-para-siembra/bc/mexicali/3546443', city: 'mexicali', bnPath: 'semillas-del-rio-colorado', dir: 'PUEBLA, C.P.21620' }; resultados.push(resultado); }