`; } 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 ('durango' != '') { 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: 413025932, lat: 32.62343, lon: -115.50025, bn: 'VAMER RENTAS', address1: 'BLVD. LAZARO CARDENAS 1462, DIVISION DEL NORTE', address2: 'MEXICALI, 21300, BC', url: '/informacion/construccion/division-del-norte/mexicali/BC/vamer-rentas/413025932', phone: '(686)555-3680', isnational: 'false', index: 0, param1: null, category: 'maquinaria-para-construccion', adsa: 'adsa', state: 'durango', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/vamer-rentas/maquinaria-para-construccion/bc/mexicali/413025932', city: 'mexicali', bnPath: 'vamer-rentas', dir: 'DIVISION DEL NORTE, C.P.21300' }; resultados.push(resultado); var resultado = { id: 413076340, lat: 32.438327, lon: -114.746781, bn: 'SERVICIO DE LIMPIEZA I-CLEAN', address1: 'PUEBLA NÚM 3707, ALTAR', address2: 'SAN LUIS RIO COLORADO, 83490, SON', url: '/informacion/construccion/altar/san-luis-rio-colorado/SON/servicio-de-limpieza-i-clean/413076340', phone: '(653)107-4793', isnational: 'false', index: 1, param1: null, category: 'mantenimiento-conservacion-y-limpieza-de-inmuebles', adsa: 'adsa', state: 'durango', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/servicio-de-limpieza-i-clean/mantenimiento-conservacion-y-limpieza-de-inmuebles/son/san-luis-rio-colorado/413076340', city: 'san-luis-rio-colorado', bnPath: 'servicio-de-limpieza-i-clean', dir: 'ALTAR, C.P.83490' }; resultados.push(resultado); var resultado = { id: 413102893, lat: 32.572605, lon: -115.42476, bn: 'CYSE CONSTRUCCIÓN', address1: 'CALLE MADERO SUR 86, FRANCISCO I MADERO', address2: 'MEXICALI, 21390, BC', url: '/informacion/construccion/francisco-i-madero/mexicali/BC/cyse-construccion/413102893', phone: '(686)563-7070', isnational: 'false', index: 2, param1: null, category: 'construcciones-en-general', adsa: 'adsa', state: 'durango', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/cyse-construccion/construcciones-en-general/bc/mexicali/413102893', city: 'mexicali', bnPath: 'cyse-construccion', dir: 'FRANCISCO I MADERO, C.P.21390' }; resultados.push(resultado); }