`; } 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 ('hidalgo' != '') { 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: 412890851, lat: 19.50886, lon: -99.14979, bn: 'CONSULTORIA PSTI', address1: 'MARGARITA MAZA DE JUÁREZ 247, NUEVA INDUSTRIAL VALLEJO', address2: 'GUSTAVO A. MADERO, 07700, DF', url: '/informacion/certificados-de-calidad/nueva-industrial-vallejo/gustavo-a-madero/DF/consultoria-psti/412890851', phone: '(55)6550-8212', isnational: 'false', index: 0, param1: null, category: 'certificados-de-calidad', adsa: 'adsa', state: 'hidalgo', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/consultoria-psti/certificados-de-calidad/df/gustavo-a-madero/412890851', city: 'gustavo-a-madero', bnPath: 'consultoria-psti', dir: 'NUEVA INDUSTRIAL VALLEJO, C.P.07700' }; resultados.push(resultado); var resultado = { id: 412830952, lat: 19.43892, lon: -99.145364, bn: 'LOGIS SERVICIOS TECNICOS S.A. DE C.V.', address1: 'AV. PASEO DE LA REFORMA 31, JUAREZ', address2: 'CUAUHTEMOC, 06600, DF', url: '/informacion/certificados-de-calidad/juarez/cuauhtemoc/DF/logis-servicios-tecnicos-sa-de-cv/412830952', phone: '(55)6414-1236', isnational: 'false', index: 1, param1: null, category: 'certificados-de-calidad', adsa: 'adsa', state: 'hidalgo', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/logis-servicios-tecnicos-sa-de-cv/certificados-de-calidad/df/cuauhtemoc/412830952', city: 'cuauhtemoc', bnPath: 'logis-servicios-tecnicos-sa-de-cv', dir: 'JUAREZ, C.P.06600' }; resultados.push(resultado); var resultado = { id: 413028979, lat: 19.496183, lon: -99.232612, bn: 'MB CERTIFICATION MEXICO S. C.', address1: 'CAMELIAS 5, LA FLORIDA', address2: 'NAUCALPAN DE JUAREZ, 53160, MEX', url: '/informacion/certificados-de-calidad/la-florida/naucalpan-de-juarez/MEX/mb-certification-mexico-s-c/413028979', phone: '(52)5570-4531', isnational: 'false', index: 2, param1: null, category: 'certificados-de-calidad', adsa: 'adsa', state: 'hidalgo', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/mb-certification-mexico-s-c/certificados-de-calidad/mex/naucalpan-de-juarez/413028979', city: 'naucalpan-de-juarez', bnPath: 'mb-certification-mexico-s-c', dir: 'LA FLORIDA, C.P.53160' }; resultados.push(resultado); }