`; } 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 ('tlaxcala' != '') { 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: 413099789, lat: 19.407901, lon: -98.142924, bn: 'TURISMOS HEME', address1: 'CALLE HEROE DE NACOZARI 401, FATIMA', address2: 'APIZACO, 90300, TLAX', url: '/informacion/transportes/fatima/apizaco/TLAX/turismos-heme/413099789', phone: '(241)418-1784', isnational: 'false', index: 0, param1: null, category: 'turismo-transporte-de', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/turismos-heme/turismo-transporte-de/tlax/apizaco/413099789', city: 'apizaco', bnPath: 'turismos-heme', dir: 'FATIMA, C.P.90300' }; resultados.push(resultado); var resultado = { id: 413099793, lat: 19.407901, lon: -98.142924, bn: 'TURISMOS HEME', address1: 'CALLE HEROE DE NACOZARI 401, FATIMA', address2: 'APIZACO, 90300, TLAX', url: '/informacion/transportes/fatima/apizaco/TLAX/turismos-heme/413099793', phone: '(241)418-1784', isnational: 'false', index: 1, param1: null, category: 'agencias-de-viajes', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/turismos-heme/agencias-de-viajes/tlax/apizaco/413099793', city: 'apizaco', bnPath: 'turismos-heme', dir: 'FATIMA, C.P.90300' }; resultados.push(resultado); var resultado = { id: 412747319, lat: 19.412378, lon: -98.143087, bn: 'A.T.A.H', address1: 'JESUS CARRANZA NO 108, CENTRO', address2: 'APIZACO, 90300, TLAX', url: '/informacion/transportes/centro/apizaco/TLAX/atah/412747319', phone: '(241)418-8115', isnational: 'false', index: 2, param1: null, category: 'autobuses-foraneos-para-pasajeros', adsa: 'adsa', state: 'tlaxcala', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/atah/autobuses-foraneos-para-pasajeros/tlax/apizaco/412747319', city: 'apizaco', bnPath: 'atah', dir: 'CENTRO, C.P.90300' }; resultados.push(resultado); }