`; } 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 ('aguascalientes' != '') { 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: 412950187, lat: 19.273452, lon: -99.650839, bn: 'SERVICIO A TORTILLADORAS CELORIO', address1: 'CALLE PORFIRIO DIAZ 306, UNIVERSIDAD', address2: 'TOLUCA, 50130, MEX', url: '/informacion/maquinaria-para-hacer-tortillas/universidad/toluca/MEX/servicio-a-tortilladoras-celorio/412950187', phone: '(722)212-8701', isnational: 'false', index: 0, param1: null, category: 'maquinaria-para-hacer-tortillas', adsa: 'adsa', state: 'aguascalientes', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/servicio-a-tortilladoras-celorio/maquinaria-para-hacer-tortillas/mex/toluca/412950187', city: 'toluca', bnPath: 'servicio-a-tortilladoras-celorio', dir: 'UNIVERSIDAD, C.P.50130' }; resultados.push(resultado); var resultado = { id: 404091775, lat: 19.654327, lon: -99.197358, bn: 'MAQUINTOR', address1: 'AUT MEXICO QUERETARO S/N LOCAL 2A, ARCOS DEL ALBA', address2: 'CUAUTITLAN IZCALLI, 54750, MEX', url: '/informacion/maquinaria-para-hacer-tortillas/arcos-del-alba/cuautitlan-izcalli/MEX/maquintor/404091775', phone: '(55)5868-7104', isnational: 'false', index: 1, param1: null, category: 'maquinaria-para-hacer-tortillas', adsa: 'adsa', state: 'aguascalientes', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/maquintor/maquinaria-para-hacer-tortillas/mex/cuautitlan-izcalli/404091775', city: 'cuautitlan-izcalli', bnPath: 'maquintor', dir: 'ARCOS DEL ALBA, C.P.54750' }; resultados.push(resultado); }