`; } 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 ('oaxaca' != '') { 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: 413082904, lat: 21.87731, lon: -102.31257, bn: 'SEGURICENTRO', address1: 'AV. CONVENCION DE 1914 PTE. 224, RESIDENCIAL DEL VALLE I', address2: 'AGUASCALIENTES, 20080, AGS', url: '/informacion/espejos-fabricas/residencial-del-valle-i/aguascalientes/AGS/seguricentro/413082904', phone: '(449)916-0069', isnational: 'false', index: 0, param1: null, category: 'espejos-fabricas', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/seguricentro/espejos-fabricas/ags/aguascalientes/413082904', city: 'aguascalientes', bnPath: 'seguricentro', dir: 'RESIDENCIAL DEL VALLE I, C.P.20080' }; resultados.push(resultado); var resultado = { id: 412899015, lat: 32.481041, lon: -116.846052, bn: 'PROCESADORA DE ESPEJOS KG', address1: 'AVE. GUANAJUATO 347, EJIDO FRANCISCO VILLA 2A SECCION', address2: 'TIJUANA, 22236, BC', url: '/informacion/espejos-fabricas/ejido-francisco-villa-2a-seccion/tijuana/BC/procesadora-de-espejos-kg/412899015', phone: '(664)594-4328', isnational: 'false', index: 1, param1: null, category: 'espejos-fabricas', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/procesadora-de-espejos-kg/espejos-fabricas/bc/tijuana/412899015', city: 'tijuana', bnPath: 'procesadora-de-espejos-kg', dir: 'EJIDO FRANCISCO VILLA 2A SECCION, C.P.22236' }; resultados.push(resultado); var resultado = { id: 3511527, lat: 25.712525, lon: -100.3604, bn: ' ABRASIVOS INDUSTRIALES MOGA', address1: 'JARDIN DE LAS DELICIAS 4114, RESIDENCIAL LINCOLN', address2: 'MONTERREY, 64310, NL', url: '/informacion/espejos-fabricas/residencial-lincoln/monterrey/NL/abrasivos-industriales-moga/3511527', phone: '(81)8370-7214', isnational: 'false', index: 2, param1: null, category: 'espejos-fabricas', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/abrasivos-industriales-moga/espejos-fabricas/nl/monterrey/3511527', city: 'monterrey', bnPath: 'abrasivos-industriales-moga', dir: ' RESIDENCIAL LINCOLN, C.P.64310' }; resultados.push(resultado); }