`; } 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 ('chihuahua' != '') { 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: 412660449, lat: 25.694992, lon: -100.219915, bn: 'MOTEC MEX', address1: 'SAN RAFAEL 114, SAN RAFAEL', address2: 'GUADALUPE, 67110, NL', url: '/informacion/reductores-de-velocidad/san-rafael/guadalupe/NL/motec-mex/412660449', phone: '(81)8334-6283', isnational: 'false', index: 0, param1: null, category: 'reductores-de-velocidad', adsa: 'adsa', state: 'chihuahua', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/motec-mex/reductores-de-velocidad/nl/guadalupe/412660449', city: 'guadalupe', bnPath: 'motec-mex', dir: 'SAN RAFAEL, C.P.67110' }; resultados.push(resultado); var resultado = { id: 412975193, lat: 19.66623, lon: -99.2011, bn: 'MOTEC MEX', address1: 'AUTOPISTA MÉXICO- QUERÉTARO 5010, COMPLEJO INDUSTRIAL CUAMATLA, BODEGA 45', address2: 'CUAUTITLAN IZCALLI, 54730, MEX', url: '/informacion/reductores-de-velocidad/complejo-industrial-cuamatla,-bodega-45/cuautitlan-izcalli/MEX/motec-mex/412975193', phone: '(55)5088-1445', isnational: 'false', index: 1, param1: null, category: 'reductores-de-velocidad', adsa: 'adsa', state: 'chihuahua', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/motec-mex/reductores-de-velocidad/mex/cuautitlan-izcalli/412975193', city: 'cuautitlan-izcalli', bnPath: 'motec-mex', dir: 'COMPLEJO INDUSTRIAL CUAMATLA, BODEGA 45, C.P.54730' }; resultados.push(resultado); }