`; } 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 ('veracruz' != '') { 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: 3021465, lat: 19.278815, lon: -99.16794, bn: 'ASPIC INSTITUTO GASTRONOMICO', address1: 'DE TLALPAN 4983, LA JOYA', address2: 'TLALPAN, 14090, DF', url: '/informacion/escuelas-de-turismo-y-hoteleria/la-joya/tlalpan/DF/aspic-instituto-gastronomico/3021465', phone: '(55)5513-5064', isnational: 'false', index: 0, param1: null, category: 'escuelas-de-turismo-y-hoteleria', adsa: 'adsa', state: 'veracruz', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/aspic-instituto-gastronomico/escuelas-de-turismo-y-hoteleria/df/tlalpan/3021465', city: 'tlalpan', bnPath: 'aspic-instituto-gastronomico', dir: 'LA JOYA, C.P.14090' }; resultados.push(resultado); var resultado = { id: 2270453, lat: 19.428257, lon: -99.154885, bn: 'ESCUELA MEXICANA DE TURISMO', address1: 'BARCELONA 28, JUAREZ', address2: 'CUAUHTEMOC, 06600, DF', url: '/informacion/escuelas-de-turismo-y-hoteleria/juarez/cuauhtemoc/DF/escuela-mexicana-de-turismo/2270453', phone: '(55)5355-9200', isnational: 'false', index: 1, param1: null, category: 'escuelas-de-turismo-y-hoteleria', adsa: 'adsa', state: 'veracruz', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/escuela-mexicana-de-turismo/escuelas-de-turismo-y-hoteleria/df/cuauhtemoc/2270453', city: 'cuauhtemoc', bnPath: 'escuela-mexicana-de-turismo', dir: 'JUAREZ, C.P.06600' }; resultados.push(resultado); var resultado = { id: 412733331, lat: 20.640482, lon: -87.075445, bn: 'HOTEL MAGIC EXPRESS', address1: 'CALLE 54 NTE. 13 MZ 58 LT 1, EL PEDREGAL', address2: 'SOLIDARIDAD, 77712, QR', url: '/informacion/escuelas-de-turismo-y-hoteleria/el-pedregal/solidaridad/QR/hotel-magic-express/412733331', phone: '(55)2322-0519', isnational: 'false', index: 2, param1: null, category: 'escuelas-de-turismo-y-hoteleria', adsa: 'adsa', state: 'veracruz', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/hotel-magic-express/escuelas-de-turismo-y-hoteleria/qr/solidaridad/412733331', city: 'solidaridad', bnPath: 'hotel-magic-express', dir: 'EL PEDREGAL, C.P.77712' }; resultados.push(resultado); }