{"id":141,"date":"2025-03-30T21:49:20","date_gmt":"2025-03-30T21:49:20","guid":{"rendered":"https:\/\/mvpprofesional.com\/?page_id=141"},"modified":"2025-04-05T21:59:14","modified_gmt":"2025-04-05T21:59:14","slug":"donde-encontrarnos","status":"publish","type":"page","link":"https:\/\/mvpprofesional.com\/?page_id=141","title":{"rendered":"Donde encontrarnos:."},"content":{"rendered":"\n<p><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Mapa Interactivo de Talleres<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.css\" \/>\n    <script src=\"https:\/\/unpkg.com\/leaflet@1.9.4\/dist\/leaflet.js\"><\/script>\n    <style>\n        body { font-family: Arial, sans-serif; margin: 0; padding: 0; }\n        #map { height: 500px; width: 100%; position: relative; }\n        .taller-list { padding: 20px; }\n        .taller-item { border-bottom: 1px solid #ddd; padding: 10px 0; }\n        .btn-call, .btn-instagram {\n            display: inline-block;\n            background-color: #FFC107;\n            color: black;\n            padding: 5px 10px;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        .btn-call:hover, .btn-instagram:hover { background-color: #e0a800; }\n        .locate-btn {\n            position: absolute;\n            top: 10px;\n            right: 10px;\n            background-color: #FFC107;\n            color: black;\n            padding: 10px;\n            border: none;\n            border-radius: 5px;\n            font-size: 14px;\n            font-weight: bold;\n            cursor: pointer;\n            z-index: 1000;\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <h2 style=\"text-align: center;\">Ubicaci\u00f3n de los Talleres<\/h2>\n    <div id=\"map\">\n        <button class=\"locate-btn\" onclick=\"locateUser()\">\ud83d\udccd Ubicarme<\/button>\n    <\/div>\n\n    <div class=\"taller-list\">\n        <h3>Listado de Talleres<\/h3>\n        <div id=\"talleres-container\"><\/div>\n    <\/div>\n\n    <script>\n        var map = L.map('map').setView([40.0, -3.5], 6);\n\n        L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n            attribution: '&copy; OpenStreetMap contributors'\n        }).addTo(map);\n\n        var talleres = [\n            { nombre: \"Talleres Cardiocar\", direccion: \"C. Fernando de Rojas, 21, 37005 Salamanca\", coords: [40.9736752, -5.6606399], telefono: \"923600966\", instagram: \"https:\/\/www.instagram.com\/tallerescardiocar\", googleProfile: \"https:\/\/maps.app.goo.gl\/JUU37R1Xv2Yg9Xny8\" },\n            { nombre: \"Motor Drive Bergued\u00e0 SL\", direccion: \"C\/ Lluis Companys 4 Berga (Barcelona)\", coords: [42.0974554, 1.8444921], telefono: \"930073767\", instagram: \"https:\/\/www.instagram.com\/motordriveoficial\", googleProfile: \"https:\/\/maps.app.goo.gl\/CRCQopW4Go3wBFJHA\" },\n            { nombre: \"Talleres Beniarj\u00f3\", direccion: \"Carrer Conca de la Safor, 20, 46722 Beniarj\u00f3, Valencia\", coords: [38.9306724, -0.1875350], telefono: \"962800170\", instagram: \"https:\/\/www.instagram.com\/talleres_beniarjo_automocion\", googleProfile: \"https:\/\/maps.app.goo.gl\/ABKkwN3SwLwvW7dA8\" },\n            { nombre: \"Talleres y gr\u00faas Mart\u00edn\", direccion: \"N-630, Km 306, 49710 El Cubo de Tierra del Vino, Zamora\", coords: [41.2626865, -5.7122952], telefono: \"980577359\", instagram: \"https:\/\/www.instagram.com\/talleresygruasmartin\", googleProfile: \"https:\/\/maps.app.goo.gl\/2fVhK1VtL6pu6M3eA\" },\n            { nombre: \"B\u00e9cares Motor\", direccion: \"Av. Virgen de los Imposibles, 202, 24009 Villacedr\u00e9, Le\u00f3n\", coords: [42.5634788, -5.5885642], telefono: \"987263510\", instagram: \"https:\/\/www.instagram.com\/becares.motor\", googleProfile: \"https:\/\/maps.app.goo.gl\/v8PkPG9aP33D99MV6\" },\n            { nombre: \"Talleres Casares Automoci\u00f3n\", direccion: \"C. Marchena, s\/n, 18650 D\u00farcal, Granada\", coords: [37.0019529, -3.5785832], telefono: \"958781228\", instagram: \"https:\/\/www.instagram.com\/tallerescasares\", googleProfile: \"https:\/\/maps.google.com?q=Talleres%20Casares%20Automocion\" },\n            { nombre: \"FHR Autoservicio\", direccion: \"Av. Milan, 73, 38260 La Laguna, Santa Cruz de Tenerife\", coords: [28.5399707, -16.3611374], telefono: \"922150779\", instagram: \"https:\/\/www.instagram.com\/fhr_auto_servicio_tejina\", googleProfile: \"https:\/\/maps.app.goo.gl\/Y7X9EVUyEmQ7QWL2A\" }\n        ];\n\n        var talleresContainer = document.getElementById(\"talleres-container\");\n        var markers = [];\n\n        talleres.forEach(taller => {\n            let googleMapsLink = `https:\/\/www.google.com\/maps\/dir\/?api=1&destination=${taller.coords[0]},${taller.coords[1]}`;\n\n            let marker = L.marker(taller.coords)\n                .addTo(map)\n                .bindPopup(`\n                    <b>${taller.nombre}<\/b><br>\n                    \ud83d\udccd ${taller.direccion}<br>\n                    <a href=\"${googleMapsLink}\" target=\"_blank\">Obtener indicaciones<\/a><br>\n                    <a href=\"${taller.googleProfile}\" target=\"_blank\">Ver en Google Maps<\/a><br>\n                    <a href=\"tel:${taller.telefono}\" class=\"btn-call\">\ud83d\udcde Llamar<\/a>\n                    <a href=\"${taller.instagram}\" target=\"_blank\" class=\"btn-instagram\">\ud83d\udcf8 Instagram<\/a>\n                `);\n\n            markers.push(marker);\n\n            talleresContainer.innerHTML += `\n                <div class=\"taller-item\">\n                    <strong>${taller.nombre}<\/strong><br>\n                    \ud83d\udccd ${taller.direccion}<br>\n                    \ud83d\udcde <a href=\"tel:${taller.telefono}\" class=\"btn-call\">${taller.telefono}<\/a>\n                    <a href=\"${taller.instagram}\" target=\"_blank\" class=\"btn-instagram\">Instagram<\/a>\n                <\/div>\n            `;\n        });\n\n        var userMarker = null;\n\n        function locateUser() {\n            if (navigator.geolocation) {\n                navigator.geolocation.getCurrentPosition(position => {\n                    let userLat = position.coords.latitude;\n                    let userLng = position.coords.longitude;\n\n                    if (userMarker) map.removeLayer(userMarker);\n                    userMarker = L.marker([userLat, userLng]).addTo(map).bindPopup(\"\ud83d\udccd Est\u00e1s aqu\u00ed\").openPopup();\n                    \n                    let closestTaller = talleres.reduce((prev, curr) => {\n                        let prevDist = getDistance(userLat, userLng, prev.coords[0], prev.coords[1]);\n                        let currDist = getDistance(userLat, userLng, curr.coords[0], curr.coords[1]);\n                        return prevDist < currDist ? prev : curr;\n                    });\n\n                    map.setView([userLat, userLng], 10);\n\n                    alert(`El taller m\u00e1s cercano es ${closestTaller.nombre}, en ${closestTaller.direccion}`);\n                }, error => {\n                    alert(\"No se pudo obtener tu ubicaci\u00f3n. Activa la geolocalizaci\u00f3n en tu dispositivo.\");\n                });\n            } else {\n                alert(\"Tu navegador no soporta geolocalizaci\u00f3n\");\n            }\n        }\n\n        function getDistance(lat1, lon1, lat2, lon2) {\n            return Math.sqrt(Math.pow(lat2 - lat1, 2) + Math.pow(lon2 - lon1, 2));\n        }\n    <\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"has-text-align-center\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mapa Interactivo de Talleres Ubicaci\u00f3n de los Talleres \ud83d\udccd Ubicarme Listado de Talleres<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-141","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mvpprofesional.com\/?page_id=141\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres\" \/>\n<meta property=\"og:description\" content=\"Mapa Interactivo de Talleres Ubicaci\u00f3n de los Talleres \ud83d\udccd Ubicarme Listado de Talleres\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mvpprofesional.com\/?page_id=141\" \/>\n<meta property=\"og:site_name\" content=\"MVP PROFESIONAL Asociaci\u00f3n de Talleres\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/share\/18yMTnD5Pe\/?mibextid=wwXIfr\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-05T21:59:14+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mvpprofesional.com\/?page_id=141\",\"url\":\"https:\/\/mvpprofesional.com\/?page_id=141\",\"name\":\"Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres\",\"isPartOf\":{\"@id\":\"https:\/\/mvpprofesional.com\/#website\"},\"datePublished\":\"2025-03-30T21:49:20+00:00\",\"dateModified\":\"2025-04-05T21:59:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/mvpprofesional.com\/?page_id=141#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mvpprofesional.com\/?page_id=141\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mvpprofesional.com\/?page_id=141#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/mvpprofesional.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Donde encontrarnos:.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mvpprofesional.com\/#website\",\"url\":\"https:\/\/mvpprofesional.com\/\",\"name\":\"MVP PROFESIONAL Asociaci\u00f3n de Talleres\",\"description\":\"Info@mvpprofesional.com\",\"publisher\":{\"@id\":\"https:\/\/mvpprofesional.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mvpprofesional.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mvpprofesional.com\/#organization\",\"name\":\"MVP PROFESIONAL Asociaci\u00f3n de Talleres\",\"url\":\"https:\/\/mvpprofesional.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/mvpprofesional.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mvpprofesional.com\/wp-content\/uploads\/2025\/02\/Mvp-Automocion-50-x-50-cm-Tarjeta-de-visita-formato-EE.-UU.png\",\"contentUrl\":\"https:\/\/mvpprofesional.com\/wp-content\/uploads\/2025\/02\/Mvp-Automocion-50-x-50-cm-Tarjeta-de-visita-formato-EE.-UU.png\",\"width\":2853,\"height\":1868,\"caption\":\"MVP PROFESIONAL Asociaci\u00f3n de Talleres\"},\"image\":{\"@id\":\"https:\/\/mvpprofesional.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/share\/18yMTnD5Pe\/?mibextid=wwXIfr\",\"https:\/\/www.instagram.com\/mvpprofesional?igsh=MTRlZGI1Ym85MjVocQ&utm_source=qr\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mvpprofesional.com\/?page_id=141","og_locale":"es_ES","og_type":"article","og_title":"Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres","og_description":"Mapa Interactivo de Talleres Ubicaci\u00f3n de los Talleres \ud83d\udccd Ubicarme Listado de Talleres","og_url":"https:\/\/mvpprofesional.com\/?page_id=141","og_site_name":"MVP PROFESIONAL Asociaci\u00f3n de Talleres","article_publisher":"https:\/\/www.facebook.com\/share\/18yMTnD5Pe\/?mibextid=wwXIfr","article_modified_time":"2025-04-05T21:59:14+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mvpprofesional.com\/?page_id=141","url":"https:\/\/mvpprofesional.com\/?page_id=141","name":"Donde encontrarnos:. - MVP PROFESIONAL Asociaci\u00f3n de Talleres","isPartOf":{"@id":"https:\/\/mvpprofesional.com\/#website"},"datePublished":"2025-03-30T21:49:20+00:00","dateModified":"2025-04-05T21:59:14+00:00","breadcrumb":{"@id":"https:\/\/mvpprofesional.com\/?page_id=141#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mvpprofesional.com\/?page_id=141"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mvpprofesional.com\/?page_id=141#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/mvpprofesional.com\/"},{"@type":"ListItem","position":2,"name":"Donde encontrarnos:."}]},{"@type":"WebSite","@id":"https:\/\/mvpprofesional.com\/#website","url":"https:\/\/mvpprofesional.com\/","name":"MVP PROFESIONAL Asociaci\u00f3n de Talleres","description":"Info@mvpprofesional.com","publisher":{"@id":"https:\/\/mvpprofesional.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mvpprofesional.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/mvpprofesional.com\/#organization","name":"MVP PROFESIONAL Asociaci\u00f3n de Talleres","url":"https:\/\/mvpprofesional.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/mvpprofesional.com\/#\/schema\/logo\/image\/","url":"https:\/\/mvpprofesional.com\/wp-content\/uploads\/2025\/02\/Mvp-Automocion-50-x-50-cm-Tarjeta-de-visita-formato-EE.-UU.png","contentUrl":"https:\/\/mvpprofesional.com\/wp-content\/uploads\/2025\/02\/Mvp-Automocion-50-x-50-cm-Tarjeta-de-visita-formato-EE.-UU.png","width":2853,"height":1868,"caption":"MVP PROFESIONAL Asociaci\u00f3n de Talleres"},"image":{"@id":"https:\/\/mvpprofesional.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/18yMTnD5Pe\/?mibextid=wwXIfr","https:\/\/www.instagram.com\/mvpprofesional?igsh=MTRlZGI1Ym85MjVocQ&utm_source=qr"]}]}},"_links":{"self":[{"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/pages\/141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=141"}],"version-history":[{"count":29,"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/pages\/141\/revisions"}],"predecessor-version":[{"id":206,"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=\/wp\/v2\/pages\/141\/revisions\/206"}],"wp:attachment":[{"href":"https:\/\/mvpprofesional.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}