`; } 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 ('san-luis-potosi' != '') { 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: 412738338, lat: 31.695738, lon: -106.402104, bn: 'SALÓN VALEVIC SALÓN DE FIESTAS', address1: 'CAMINO VIEJO A SAN JOSE 8745, PARTIDO IGLESIAS', address2: 'CIUDAD JUÁREZ, 32528, CHIH', url: '/informacion/juegos-infantiles/partido-iglesias/ciudad-juárez/CHIH/salon-valevic-salon-de-fiestas/412738338', phone: '(656)617-6110', isnational: 'false', index: 0, param1: null, category: 'fiestas-infantiles', adsa: 'adsa', state: 'san-luis-potosi', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/salon-valevic-salon-de-fiestas/fiestas-infantiles/chih/ciudad-juarez/412738338', city: 'ciudad-juarez', bnPath: 'salon-valevic-salon-de-fiestas', dir: 'PARTIDO IGLESIAS, C.P.32528' }; resultados.push(resultado); var resultado = { id: 3532712, lat: 31.721163, lon: -106.437098, bn: 'NEW PARTY ZONE', address1: 'SIMONA BARBA 5346, LOS BOSQUES', address2: 'JUAREZ, 32370, CHIH', url: '/informacion/juegos-infantiles/los-bosques/juarez/CHIH/new-party-zone/3532712', phone: '(656)325-5135', isnational: 'false', index: 1, param1: null, category: 'fiestas-infantiles', adsa: 'adsa', state: 'san-luis-potosi', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/new-party-zone/fiestas-infantiles/chih/juarez/3532712', city: 'juarez', bnPath: 'new-party-zone', dir: 'LOS BOSQUES, C.P.32370' }; resultados.push(resultado); }