`; } 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: 995500921, lat: 17.049111, lon: -96.724987, bn: 'JIMSA - PANEL REY', address1: 'AV. SIMBOLOS PATRIOS 103, CENTRO', address2: 'SAN ANTONIO DE LA CAL, 71250, OAX', url: '/informacion/muros-divisorios-prefabricados/centro/san-antonio-de-la-cal/OAX/jimsa-panel-rey/995500921', phone: '(951)503-3370', isnational: 'false', index: 0, param1: null, category: 'muros-divisorios-prefabricados', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/jimsa-panel-rey/muros-divisorios-prefabricados/oax/san-antonio-de-la-cal/995500921', city: 'san-antonio-de-la-cal', bnPath: 'jimsa-panel-rey', dir: 'CENTRO, C.P.71250' }; resultados.push(resultado); var resultado = { id: 995070924, lat: 17.073236, lon: -96.702021, bn: 'ACABADOS PREFABRICADOS', address1: 'JACARANDAS 404, LAS FLORES', address2: 'SANTA LUCIA DEL CAMINO, 71228, OAX', url: '/informacion/muros-divisorios-prefabricados/las-flores/santa-lucia-del-camino/OAX/acabados-prefabricados/995070924', phone: '(951)162-5191', isnational: 'false', index: 1, param1: null, category: 'construcciones-con-prefabricados', adsa: 'adsa', state: 'oaxaca', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/acabados-prefabricados/construcciones-con-prefabricados/oax/santa-lucia-del-camino/995070924', city: 'santa-lucia-del-camino', bnPath: 'acabados-prefabricados', dir: 'LAS FLORES, C.P.71228' }; resultados.push(resultado); }