`; } 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 ('chiapas' != '') { 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: 412722473, lat: 19.433424, lon: -99.13523, bn: 'CODEX, COMICS, MANGAS Y COLECCIONABLES', address1: 'CALLE DE LA PALMA 27, CENTRO (AREA 1)', address2: 'CUAUHTEMOC, 06000, DF', url: '/informacion/libros-y-revistas/centro-area-1/cuauhtemoc/DF/codex-comics-mangas-y-coleccionables/412722473', phone: '(55)8558-8005', isnational: 'false', index: 0, param1: null, category: 'libros-y-revistas', adsa: 'adsa', state: 'chiapas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/codex-comics-mangas-y-coleccionables/libros-y-revistas/df/cuauhtemoc/412722473', city: 'cuauhtemoc', bnPath: 'codex-comics-mangas-y-coleccionables', dir: 'CENTRO (AREA 1), C.P.06000' }; resultados.push(resultado); var resultado = { id: 406776131, lat: 31.8357, lon: -116.605217, bn: 'CULTURA ESCRITA', address1: 'BAHÍA MAGDALENA 237, VALLE DORADO', address2: 'ENSENADA, 22890, BC', url: '/informacion/libros-y-revistas/valle-dorado/ensenada/BC/cultura-escrita/406776131', phone: '(646)214-8684', isnational: 'false', index: 1, param1: null, category: 'libros-y-revistas', adsa: 'adsa', state: 'chiapas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/cultura-escrita/libros-y-revistas/bc/ensenada/406776131', city: 'ensenada', bnPath: 'cultura-escrita', dir: 'VALLE DORADO, C.P.22890' }; resultados.push(resultado); }