`; } 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 ('tabasco' != '') { 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: 412907851, lat: 17.966567, lon: -92.961133, bn: 'TAPICERÍA ALFA Y OMEGA', address1: 'AV. GREGORIO MENDEZ 3906, TAMULTE DE LAS BARRANCAS', address2: 'VILLAHERMOSA, 86150, TAB', url: '/informacion/sillas-fabricas/tamulte-de-las-barrancas/villahermosa/TAB/tapiceria-alfa-y-omega/412907851', phone: '(993)198-7720', isnational: 'false', index: 0, param1: null, category: 'tapicerias-en-general', adsa: 'adsa', state: 'tabasco', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/tapiceria-alfa-y-omega/tapicerias-en-general/tab/villahermosa/412907851', city: 'villahermosa', bnPath: 'tapiceria-alfa-y-omega', dir: 'TAMULTE DE LAS BARRANCAS, C.P.86150' }; resultados.push(resultado); var resultado = { id: 412667323, lat: 17.987488, lon: -92.928707, bn: 'TAPICERÍA DOMÍNGUEZ', address1: 'AVENIDA 27 DE FEBRERO 1309, CENTRO', address2: 'VILLAHERMOSA, 86000, TAB', url: '/informacion/sillas-fabricas/centro/villahermosa/TAB/tapiceria-dominguez/412667323', phone: '(993)320-6111', isnational: 'false', index: 1, param1: null, category: 'tapicerias-en-general', adsa: 'adsa', state: 'tabasco', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/tapiceria-dominguez/tapicerias-en-general/tab/villahermosa/412667323', city: 'villahermosa', bnPath: 'tapiceria-dominguez', dir: 'CENTRO, C.P.86000' }; resultados.push(resultado); var resultado = { id: 412667209, lat: 17.976328, lon: -92.934643, bn: 'FÁBRICA DE ANCLAS Y BIRLOS PARA MONTAJES DE EQUIPOS', address1: 'AV CESAR SANDINO 735, PRIMERO DE MAYO', address2: 'VILLAHERMOSA, 86190, TAB', url: '/informacion/sillas-fabricas/primero-de-mayo/villahermosa/TAB/fabrica-de-anclas-y-birlos-para-montajes-de-equipos/412667209', phone: '(993)315-9423', isnational: 'false', index: 2, param1: null, category: 'aceros', adsa: 'adsa', state: 'tabasco', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/fabrica-de-anclas-y-birlos-para-montajes-de-equipos/aceros/tab/villahermosa/412667209', city: 'villahermosa', bnPath: 'fabrica-de-anclas-y-birlos-para-montajes-de-equipos', dir: 'PRIMERO DE MAYO, C.P.86190' }; resultados.push(resultado); }