`; } 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 ('jalisco' != '') { 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: 401624596, lat: 21.375042, lon: -101.920238, bn: 'LAGOS CONSTRUCCIONES Y MAQUINARIA SA DE CV', address1: 'LAGOS DE MORENO EL PUESTO KM 0.5, LA PALMA', address2: 'LAGOS DE MORENO, 47410, JAL', url: '/informacion/maquinaria-para-construccion-equipo-para-manejo-de/la-palma/lagos-de-moreno/JAL/lagos-construcciones-y-maquinaria-sa-de-cv/401624596', phone: '(474)118-0785', isnational: 'false', index: 0, param1: null, category: 'materiales-para-construccion', adsa: 'adsa', state: 'jalisco', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/lagos-construcciones-y-maquinaria-sa-de-cv/materiales-para-construccion/jal/lagos-de-moreno/401624596', city: 'lagos-de-moreno', bnPath: 'lagos-construcciones-y-maquinaria-sa-de-cv', dir: 'LA PALMA, C.P.47410' }; resultados.push(resultado); var resultado = { id: 3560143, lat: 21.368106, lon: -101.948629, bn: 'SERVICIOS Y MATERIALES PARA LA CONSTRUCCION MU&RO', address1: 'AGUASCALIENTES 2680, CUESTA BLANCA', address2: 'LAGOS DE MORENO, 47420, JAL', url: '/informacion/maquinaria-para-construccion-equipo-para-manejo-de/cuesta-blanca/lagos-de-moreno/JAL/servicios-y-materiales-para-la-construccion-muro/3560143', phone: '(474)741-1550', isnational: 'false', index: 1, param1: null, category: 'maquinaria-para-construccion', adsa: 'adsa', state: 'jalisco', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/servicios-y-materiales-para-la-construccion-muro/maquinaria-para-construccion/jal/lagos-de-moreno/3560143', city: 'lagos-de-moreno', bnPath: 'servicios-y-materiales-para-la-construccion-muro', dir: 'CUESTA BLANCA, C.P.47420' }; resultados.push(resultado); }