`; } 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 ('durango' != '') { 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: 412754285, lat: 20.067777, lon: -98.715913, bn: 'FÁBRICA DE SALAS JV', address1: 'CALLE ZACATECAS 600, RINCONADA LA PROVIDENCIA', address2: 'MINERAL DE LA REFORMA, 42186, HGO', url: '/informacion/municion-fabricas/rinconada-la-providencia/mineral-de-la-reforma/HGO/fabrica-de-salas-jv/412754285', phone: '(77)1129-8460', isnational: 'false', index: 0, param1: null, category: 'muebles-compraventa-y-fabricas', adsa: 'adsa', state: 'durango', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/fabrica-de-salas-jv/muebles-compraventa-y-fabricas/hgo/mineral-de-la-reforma/412754285', city: 'mineral-de-la-reforma', bnPath: 'fabrica-de-salas-jv', dir: 'RINCONADA LA PROVIDENCIA, C.P.42186' }; resultados.push(resultado); var resultado = { id: 413042671, lat: 20.122926, lon: -98.763718, bn: 'FÁBRICA DE TINACOS Y CISTERNAS TUZO TANK', address1: 'AV 6 2004, PLUTARCO ELIAS CALLES', address2: 'PACHUCA DE SOTO, 42035, HGO', url: '/informacion/municion-fabricas/plutarco-elias-calles/pachuca-de-soto/HGO/fabrica-de-tinacos-y-cisternas-tuzo-tank/413042671', phone: '(77)1356-2283', isnational: 'false', index: 1, param1: null, category: 'tinacos', adsa: 'adsa', state: 'durango', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/fabrica-de-tinacos-y-cisternas-tuzo-tank/tinacos/hgo/pachuca-de-soto/413042671', city: 'pachuca-de-soto', bnPath: 'fabrica-de-tinacos-y-cisternas-tuzo-tank', dir: 'PLUTARCO ELIAS CALLES, C.P.42035' }; resultados.push(resultado); }