{"id":2120,"date":"2019-01-26T15:23:16","date_gmt":"2019-01-26T14:23:16","guid":{"rendered":"http:\/\/www.playablanca.it\/?page_id=2120"},"modified":"2019-03-12T16:51:13","modified_gmt":"2019-03-12T15:51:13","slug":"come-raggiungerci","status":"publish","type":"page","link":"https:\/\/www.playablanca.it\/en\/come-raggiungerci\/","title":{"rendered":"How to reach us"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-8\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\t\t\t<div\r\n\t\t\t\tclass=\"main_title  text-left\">\r\n\t\t\t\t<h2 class=\"title\">How to reach Hotel Playa Blanca<\/h2>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<h5><strong>By Car<\/strong><\/h5>\n<p class=\" translation-block\">- <strong> A4 motorway from Milan \/ Brennero <\/strong>: exit at Noventa di Piave \/ San Don\u00e0. From the highway exit, follow the signs for Caorle, well marked by road signs. In less than 30 minutes you will arrive at Duna Verde. <br>\nThe Playa Blanca Hotel is at no. 80 of Viale Cherso. <br>\n- <strong> A4 motorway from Trieste \/ Tarvisio <\/strong>: exit at Santo Stino di Livenza. From the highway exit, follow the signs for Caorle-Duna Verde. In less than 30 minutes you arrive at Duna Verde. The Playa Blanca Hotel is at no. 80 of Viale Cherso.<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>By Plane<\/strong><\/h5>\n<p class=\" translation-block\">There are two airports near Duna Verde and the Hotel Playa Blanca: <br>\n- <strong> Venice \u201cMarco Polo\u201d airport <\/strong> at 45 km. <br>\n- <strong> Treviso airport \"Antonio Canova\" <\/strong> at 50 km. <br>\nFrom both airports you can easily reach the hotel thanks to the connections in every season of the <strong> <a href=\"https:\/\/www.atvo.it\" target=\"_blank\" rel=\"noopener\"> ATVO bus <\/a> <\/strong> with direct bus lines to Duna Verde with a change in San Don\u00e0 di Piave.<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>By Train<\/strong><\/h5>\n<p class=\" translation-block\">From all directions, get to San Don\u00e0 di Piave and continue with the bus service of the<strong> <a href=\"https:\/\/www.atvo.it\" target=\"_blank\" rel=\"noopener\"> ATVO lines <\/a> <\/strong> for Caorle.<br>\nThe bus stop is only 30 meters from the hotel.<\/p>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><div class=\"wpb_column vc_column_container vc_col-sm-4\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_row wpb_row vc_inner vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12 vc_hidden-lg vc_hidden-md\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\"><div class=\"vc_empty_space\"   style=\"height: 32px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_empty_space\"   style=\"height: 50px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><div class=\"vc_empty_space\"   style=\"height: 32px\"><span class=\"vc_empty_space_inner\"><\/span><\/div><\/div><\/div><\/div><\/div>\n                \n        <style>\n        #map-canvas-CLVjD {\n            border: 1px solid #f2f2f2;\n            border-radius: 2px;\n            width: 100%;\n            height: 555px;\n        }\n\n        <\/style>\n\n        \n        <script>\n        jQuery(document).ready(function ($) {\n           jQuery(function($) {\n\n                function initialize() {\n                    var map;\n                    var panorama;\n                    var latitude = 45.566002;\n                    var longitude = 12.805001;\n                    var pin = '';\n\n                    \/\/Map pin-window details\n                    var title = \"Hotel Playa Blanca\";\n                    var hotel_name = \"Hotel Playa Blanca\";\n                    var hotel_address = \"Viale Cherso, 80, 30021 Caorle VE\";\n                    var hotel_desc = \"*** Superior Family Hotel\";\n\n                    var hotel_location = new google.maps.LatLng(latitude, longitude);\n                    var mapOptions = {\n                        center: hotel_location,\n                        zoom: 8,\n                        scrollwheel: false,\n                        streetViewControl: false\n                    };\n                    map = new google.maps.Map(document.getElementById('map-canvas-CLVjD'),\n                        mapOptions);\n                    var contentString =\n                        '<div id=\"infowindow_content\">' +\n                        '<p><strong>' + hotel_name + '<\/strong><br>' +\n                        hotel_address + '<br>' +\n                        hotel_desc + '<\/p>' +\n                        '<\/div>';\n\n                    var var_infowindow = new google.maps.InfoWindow({\n                        content: contentString\n                    });\n\n                    var marker = new google.maps.Marker({\n                        position: hotel_location,\n                        map: map,\n                        icon: pin,\n                        title: title,\n                        maxWidth: 100,\n                        optimized: false,\n                    });\n                    google.maps.event.addListener(marker, 'click', function () {\n                        var_infowindow.open(map, marker);\n                    });\n                    panorama = map.getStreetView();\n                    panorama.setPosition(hotel_location);\n                    panorama.setPov( \/** @type {google.maps.StreetViewPov} *\/ ({\n                        heading: 265,\n                        pitch: 0\n                    }));\n\n                    var openStreet = document.getElementById('openStreetView');\n                    if (openStreet) {\n                        document.getElementById(\"openStreetView\").onclick = function () {\n                            toggleStreetView()\n                        };\n                    }\n\n                    function toggleStreetView() {\n                        var toggle = panorama.getVisible();\n                        if (toggle == false) {\n                            panorama.setVisible(true);\n                        } else {\n                            panorama.setVisible(false);\n                        }\n                    }\n                }\n\n                \/\/Check if google map div exist\n                if ($(\"#map-canvas-CLVjD\").length){\n                    addEventListener(\"load\", initialize, false);\n                }\n\n                });\n                });\n\n                <\/script>\n\n                \n                <div class=\"google-map\">\n                                    <div class=\"toggle-streetview\" id=\"openStreetView\"><i class=\"fa fa-street-view\" aria-hidden=\"true\"><\/i><\/div>\n                                    <div id=\"map-canvas-CLVjD\"><\/div>\n                <\/div>\n\n\n        <\/div><\/div><\/div><\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"Come Raggiungere l&#039;Hotel Playa Blanca In Auto - Autostrada A4 da Milano\/Brennero: uscite a Noventa di Piave\/San Don\u00e0. Dall'uscita dell'autostrada seguite le indicazioni per Caorle, ben segnalate dai cartelli stradali. In meno di 30 minuti arrivate a Duna Verde. L'Hotel Playa Blanca \u00e8 al n. 80 di Viale Cherso. - Autostrada A4 da Trieste\/Tarvisio: uscite [...]","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.7.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Come Raggiungerci - Hotel Playa Blanca Duna Verde<\/title>\n<meta name=\"description\" content=\"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.playablanca.it\/en\/come-raggiungerci\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Come Raggiungerci - Hotel Playa Blanca Duna Verde\" \/>\n<meta property=\"og:description\" content=\"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.playablanca.it\/en\/come-raggiungerci\/\" \/>\n<meta property=\"og:site_name\" content=\"Hotel Playa Blanca\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hotelplayablanca\/\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-12T15:51:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.playablanca.it\/#organization\",\"name\":\"Hotel Playa Blanca\",\"url\":\"https:\/\/www.playablanca.it\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/hotelplayablanca\/\",\"https:\/\/www.youtube.com\/channel\/UChEJV2DcDMneHRwUpE9ermA\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.playablanca.it\/#logo\",\"inLanguage\":\"en-GB\",\"url\":\"https:\/\/www.playablanca.it\/wp-content\/uploads\/2019\/01\/PlayaBlanca_favicon.jpg\",\"contentUrl\":\"https:\/\/www.playablanca.it\/wp-content\/uploads\/2019\/01\/PlayaBlanca_favicon.jpg\",\"width\":512,\"height\":512,\"caption\":\"Hotel Playa Blanca\"},\"image\":{\"@id\":\"https:\/\/www.playablanca.it\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.playablanca.it\/#website\",\"url\":\"https:\/\/www.playablanca.it\/\",\"name\":\"Hotel Playa Blanca\",\"description\":\"Duna Verde di Caorle (VE)\",\"publisher\":{\"@id\":\"https:\/\/www.playablanca.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.playablanca.it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.playablanca.it\/come-raggiungerci\/#webpage\",\"url\":\"https:\/\/www.playablanca.it\/come-raggiungerci\/\",\"name\":\"Come Raggiungerci - Hotel Playa Blanca Duna Verde\",\"isPartOf\":{\"@id\":\"https:\/\/www.playablanca.it\/#website\"},\"datePublished\":\"2019-01-26T14:23:16+00:00\",\"dateModified\":\"2019-03-12T15:51:13+00:00\",\"description\":\"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.playablanca.it\/come-raggiungerci\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.playablanca.it\/come-raggiungerci\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.playablanca.it\/come-raggiungerci\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.playablanca.it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Come Raggiungerci\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Come Raggiungerci - Hotel Playa Blanca Duna Verde","description":"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.","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:\/\/www.playablanca.it\/en\/come-raggiungerci\/","og_locale":"en_GB","og_type":"article","og_title":"Come Raggiungerci - Hotel Playa Blanca Duna Verde","og_description":"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.","og_url":"https:\/\/www.playablanca.it\/en\/come-raggiungerci\/","og_site_name":"Hotel Playa Blanca","article_publisher":"https:\/\/www.facebook.com\/hotelplayablanca\/","article_modified_time":"2019-03-12T15:51:13+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.playablanca.it\/#organization","name":"Hotel Playa Blanca","url":"https:\/\/www.playablanca.it\/","sameAs":["https:\/\/www.facebook.com\/hotelplayablanca\/","https:\/\/www.youtube.com\/channel\/UChEJV2DcDMneHRwUpE9ermA"],"logo":{"@type":"ImageObject","@id":"https:\/\/www.playablanca.it\/#logo","inLanguage":"en-GB","url":"https:\/\/www.playablanca.it\/wp-content\/uploads\/2019\/01\/PlayaBlanca_favicon.jpg","contentUrl":"https:\/\/www.playablanca.it\/wp-content\/uploads\/2019\/01\/PlayaBlanca_favicon.jpg","width":512,"height":512,"caption":"Hotel Playa Blanca"},"image":{"@id":"https:\/\/www.playablanca.it\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.playablanca.it\/#website","url":"https:\/\/www.playablanca.it\/","name":"Hotel Playa Blanca","description":"Duna Verde di Caorle (VE)","publisher":{"@id":"https:\/\/www.playablanca.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.playablanca.it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.playablanca.it\/come-raggiungerci\/#webpage","url":"https:\/\/www.playablanca.it\/come-raggiungerci\/","name":"Come Raggiungerci - Hotel Playa Blanca Duna Verde","isPartOf":{"@id":"https:\/\/www.playablanca.it\/#website"},"datePublished":"2019-01-26T14:23:16+00:00","dateModified":"2019-03-12T15:51:13+00:00","description":"Hotel Playa Blanca si trova a Duna Verde di Caorle (VE). Scopri come raggiungerci tramite auto, aereo, treno e bus. Mappa interattiva.","breadcrumb":{"@id":"https:\/\/www.playablanca.it\/come-raggiungerci\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.playablanca.it\/come-raggiungerci\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.playablanca.it\/come-raggiungerci\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.playablanca.it\/"},{"@type":"ListItem","position":2,"name":"Come Raggiungerci"}]}]}},"_links":{"self":[{"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/pages\/2120"}],"collection":[{"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/comments?post=2120"}],"version-history":[{"count":9,"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/pages\/2120\/revisions"}],"predecessor-version":[{"id":2446,"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/pages\/2120\/revisions\/2446"}],"wp:attachment":[{"href":"https:\/\/www.playablanca.it\/en\/wp-json\/wp\/v2\/media?parent=2120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}