`; } 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 ('puebla' != '') { 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: 998903828, lat: 25.682045, lon: -100.256521, bn: 'BIGBULLMECANICOS', address1: 'NICOLAS BRAVO 130, BOSQUES DE TONALA SECCION II', address2: 'TONALA, 45404, JAL', url: '/informacion/juegos-mecanicos-para-ferias/bosques-de-tonala-seccion-ii/tonala/JAL/bigbullmecanicos/998903828', phone: '(33)1144-1432', isnational: 'false', index: 0, param1: null, category: 'juegos-mecanicos-para-ferias', adsa: 'adsa', state: 'puebla', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/bigbullmecanicos/juegos-mecanicos-para-ferias/jal/tonala/998903828', city: 'tonala', bnPath: 'bigbullmecanicos', dir: 'BOSQUES DE TONALA SECCION II, C.P.45404' }; resultados.push(resultado); var resultado = { id: 406776531, lat: 19.568889, lon: -99.221754, bn: 'FIESTA DE OSOS', address1: 'CONDOR 45, LAS ARBOLEDAS', address2: 'ATIZAPAN DE ZARAGOZA, 52950, MEX', url: '/informacion/juegos-mecanicos-para-ferias/las-arboledas/atizapan-de-zaragoza/MEX/fiesta-de-osos/406776531', phone: '(55)4191-7732', isnational: 'false', index: 1, param1: null, category: 'juegos-mecanicos-para-ferias', adsa: 'adsa', state: 'puebla', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/fiesta-de-osos/juegos-mecanicos-para-ferias/mex/atizapan-de-zaragoza/406776531', city: 'atizapan-de-zaragoza', bnPath: 'fiesta-de-osos', dir: 'LAS ARBOLEDAS, C.P.52950' }; resultados.push(resultado); }