`; } 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 ('zacatecas' != '') { 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: 404538444, lat: 18.891213, lon: -99.164262, bn: 'CENTRO MEDICO QUIRURGICO MI SALUD', address1: 'CUAUHNAHUAC 73, LA JOYA', address2: 'JIUTEPEC, 62565, MOR', url: '/informacion/medicos-histopatologos/la-joya/jiutepec/MOR/centro-medico-quirurgico-mi-salud/404538444', phone: '(777)170-0353', isnational: 'false', index: 0, param1: null, category: 'hospitales-sanatorios-y-clinicas', adsa: 'adsa', state: 'zacatecas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/centro-medico-quirurgico-mi-salud/hospitales-sanatorios-y-clinicas/mor/jiutepec/404538444', city: 'jiutepec', bnPath: 'centro-medico-quirurgico-mi-salud', dir: 'LA JOYA, C.P.62565' }; resultados.push(resultado); var resultado = { id: 412692886, lat: 18.920848, lon: -99.221734, bn: 'MOA MEDIC AND SPA', address1: 'AURORA 609, QUINTAS MARTHA', address2: 'CUERNAVACA, 62420, MOR', url: '/informacion/medicos-histopatologos/quintas-martha/cuernavaca/MOR/moa-medic-and-spa/412692886', phone: '(77)7236-9050', isnational: 'false', index: 1, param1: null, category: 'clinicas-de-belleza', adsa: 'adsa', state: 'zacatecas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/moa-medic-and-spa/clinicas-de-belleza/mor/cuernavaca/412692886', city: 'cuernavaca', bnPath: 'moa-medic-and-spa', dir: 'QUINTAS MARTHA, C.P.62420' }; resultados.push(resultado); var resultado = { id: 406637907, lat: 18.929811, lon: -99.218625, bn: 'TORRE MÉDICA HENRI DUNANT', address1: 'RIO PANUCO 100, LOS VOLCANES', address2: 'CUERNAVACA, 62350, MOR', url: '/informacion/medicos-histopatologos/los-volcanes/cuernavaca/MOR/torre-medica-henri-dunant/406637907', phone: '(777)305-5126', isnational: 'false', index: 2, param1: null, category: 'hospitales-y-clinicas', adsa: 'adsa', state: 'zacatecas', direccionRuta: 'https://www.seccionamarilla.com.mx/mapas/como-llegar/torre-medica-henri-dunant/hospitales-y-clinicas/mor/cuernavaca/406637907', city: 'cuernavaca', bnPath: 'torre-medica-henri-dunant', dir: 'LOS VOLCANES, C.P.62350' }; resultados.push(resultado); }