`; } 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 ('san-luis-potosi' != '') { 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: 410586498, lat: 24.060555, lon: -110.304487, bn: 'MATERIALES LA PAZ', address1: 'SAN CARLOS 110, EL PALMAR I', address2: 'LA PAZ, 23089, BCS', url: '/informacion/materiales-para-empaque/el-palmar-i/la-paz/BCS/materiales-la-paz/410586498', phone: '(612)114-6312', isnational: 'false', index: 0, param1: null, category: 'bloqueras', adsa: 'adsa', state: 'san-luis-potosi', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/materiales-la-paz/bloqueras/bcs/la-paz/410586498', city: 'la-paz', bnPath: 'materiales-la-paz', dir: 'EL PALMAR I, C.P.23089' }; resultados.push(resultado); var resultado = { id: 413089236, lat: 24.055337, lon: -110.320415, bn: 'MATERIALES PARA CONSTRUCCIÓN SÁNCHEZ', address1: 'ACCESO S/N, PARQUE INDUSTRIAL', address2: 'LA PAZ, 23089, BCS', url: '/informacion/materiales-para-empaque/parque-industrial/la-paz/BCS/materiales-para-construccion-sanchez/413089236', phone: '(612)166-1419', isnational: 'false', index: 1, param1: null, category: 'materiales-para-construccion', adsa: 'adsa', state: 'san-luis-potosi', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/materiales-para-construccion-sanchez/materiales-para-construccion/bcs/la-paz/413089236', city: 'la-paz', bnPath: 'materiales-para-construccion-sanchez', dir: 'PARQUE INDUSTRIAL, C.P.23089' }; resultados.push(resultado); var resultado = { id: 413089512, lat: 24.138844, lon: -110.302163, bn: 'MATERIALES Y FERRETERIA LOS JOAQUINES', address1: 'GRAL MANUEL M. DIEGUEZ 2520, LOS OLIVOS', address2: 'LA PAZ, 23040, BCS', url: '/informacion/materiales-para-empaque/los-olivos/la-paz/BCS/materiales-y-ferreteria-los-joaquines/413089512', phone: '(61)2149-4024', isnational: 'false', index: 2, param1: null, category: 'ferreterias', adsa: 'adsa', state: 'san-luis-potosi', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/materiales-y-ferreteria-los-joaquines/ferreterias/bcs/la-paz/413089512', city: 'la-paz', bnPath: 'materiales-y-ferreteria-los-joaquines', dir: 'LOS OLIVOS, C.P.23040' }; resultados.push(resultado); }