`; } 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 ('coahuila' != '') { 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: 3749288, lat: 17.53836, lon: -99.497605, bn: 'BOMBAS Y MOTORES HAFERT S.A. DE C.V.', address1: 'AV LAZARO CARDENAS 26, LOMA BONITA', address2: 'CHILPANCINGO, 39080, GRO', url: '/informacion/maquinaria-y-herramientas/loma-bonita/chilpancingo/GRO/bombas-y-motores-hafert-sa-de-cv/3749288', phone: '(747)472-3293', isnational: 'false', index: 0, param1: null, category: 'bombas', adsa: 'adsa', state: 'coahuila', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/bombas-y-motores-hafert-sa-de-cv/bombas/gro/chilpancingo/3749288', city: 'chilpancingo', bnPath: 'bombas-y-motores-hafert-sa-de-cv', dir: 'LOMA BONITA, C.P.39080' }; resultados.push(resultado); var resultado = { id: 3066088, lat: 16.86242, lon: -99.90754, bn: 'PROVEEDORA Y DISTRIBUIDORA DE MAQUINARIA SA DE CV', address1: 'AV. EJIDO 28, CAUDILLO DEL SUR', address2: 'ACAPULCO DE JUAREZ, 39700, GRO', url: '/informacion/maquinaria-y-herramientas/caudillo-del-sur/acapulco-de-juarez/GRO/proveedora-y-distribuidora-de-maquinaria-sa-de-cv/3066088', phone: '(744)483-0718', isnational: 'false', index: 1, param1: null, category: 'bombas', adsa: 'adsa', state: 'coahuila', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/proveedora-y-distribuidora-de-maquinaria-sa-de-cv/bombas/gro/acapulco-de-juarez/3066088', city: 'acapulco-de-juarez', bnPath: 'proveedora-y-distribuidora-de-maquinaria-sa-de-cv', dir: 'CAUDILLO DEL SUR, C.P.39700' }; resultados.push(resultado); }