`; } 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 ('chihuahua' != '') { 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: 412968046, lat: 16.842544, lon: -99.845013, bn: 'GRÚAS INDUSTRIALES IGA ACAPULCO', address1: 'CALLE 1 29 14 BIS, ICACOS', address2: 'ACAPULCO, 39860, GRO', url: '/informacion/embragues-industriales/icacos/acapulco/GRO/gruas-industriales-iga-acapulco/412968046', phone: '(744)100-2911', isnational: 'false', index: 0, param1: null, category: 'gruas-servicio-de', adsa: 'adsa', state: 'chihuahua', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/gruas-industriales-iga-acapulco/gruas-servicio-de/gro/acapulco/412968046', city: 'acapulco', bnPath: 'gruas-industriales-iga-acapulco', dir: 'ICACOS, C.P.39860' }; resultados.push(resultado); var resultado = { id: 412618214, lat: 19.03941, lon: -98.179195, bn: 'AIRE Y PROCESO INDUSTRIAL SA DE CV', address1: 'CALLE 8 ORIENTE 2803, AGRICOLA RESURGIMIENTO', address2: 'PUEBLA, 72370, PUE', url: '/informacion/embragues-industriales/agricola-resurgimiento/puebla/PUE/aire-y-proceso-industrial-sa-de-cv/412618214', phone: '(222)237-2111', isnational: 'false', index: 1, param1: null, category: 'compresoras-de-aire', adsa: 'adsa', state: 'chihuahua', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/aire-y-proceso-industrial-sa-de-cv/compresoras-de-aire/pue/puebla/412618214', city: 'puebla', bnPath: 'aire-y-proceso-industrial-sa-de-cv', dir: 'AGRICOLA RESURGIMIENTO, C.P.72370' }; resultados.push(resultado); }