{"id":669,"date":"2018-01-31T07:48:04","date_gmt":"2018-01-31T07:48:04","guid":{"rendered":"https:\/\/www.canariasvilla.com\/?page_id=669"},"modified":"2018-01-31T08:09:38","modified_gmt":"2018-01-31T08:09:38","slug":"wie-man-dorthin-kommt","status":"publish","type":"page","link":"https:\/\/www.canariasvilla.com\/de\/ueber-die-villa\/wie-man-dorthin-kommt\/","title":{"rendered":"Wie man dorthin kommt"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]Fuerteventura Flughafen ist etwa 10 Minuten entfernt. Am Flughafen k\u00f6nnen Sie ein Auto mieten, aber es wird empfohlen, dass Sie dies tun im Voraus. Der Taxi Transfer vom Flughafen zur Villa Bella kostet 20 \u20ac. Rund um die Insel k\u00f6nnen Sie mit lokalen Bussen fahren. Kostenlose Busse zum Zoo &amp; Botanischer Garten Oasis Park sind t\u00e4glich im Einkaufszentrum Atlantico erh\u00e4ltlich (5-10 Gehminuten von der Villa entfernt).[\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column]\r\n\t\t\t<div id=\"mapXfIvG\" style=\"width:100%; height:500px;\"><\/div>\r\n\r\n\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\tjQuery(document).on('ready',function(){\r\n\t\t\t\t\t\r\n\t\t\t\t\tvar token = 'XfIvG';\r\n\t\t\t\t\t\r\n\t\t\t\t\t\/\/ Initialize google map\r\n\t\t\t\t\tvar map;\r\n\t\t\t\t\tvar added_markers = [];\r\n\t\t\t\t\tfunction initialize(){\r\n\t\t\t\t\t  \t\r\n\t\t\t\t  \t  \t\/\/ Set google map marker\r\n\t\t\t\t\t  \tvar markers = [];\r\n\t\t\t\t\t\tvar near_counter = 0;\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tmarkers[near_counter] = [\"28.390137\", \"-13.866309\", \"https:\/\/www.canariasvilla.com\/wp-content\/uploads\/map_marker.png\", \"\"];\r\n\t\t\t\t\t\t\t\tnear_counter++; \r\n\t\t\t\t\t\tif( markers.length <= 1 ){\r\n\t\t\t\t\t\t\t\/\/ Set google map property\r\n\t\t\t\t\t\t  \tvar myCenter = new google.maps.LatLng(markers[0][0], markers[0][1]);\r\n\t\t\t\t\t\t  \tvar mapProp = {\r\n\t\t\t\t\t\t  \t\tscrollwheel: true,\r\n\t\t\t\t\t\t      \tcenter : myCenter,\r\n\t\t\t\t\t\t      \tzoom : 7,\r\n\t\t\t\t\t\t      \tmapTypeId : google.maps.MapTypeId.ROADMAP,\r\n\t\t\t\t\t\t      \tstyles: [{\"featureType\":\"administrative\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"color\":\"#444444\"}]},{\"featureType\":\"landscape\",\"elementType\":\"all\",\"stylers\":[{\"color\":\"#f2f2f2\"}]},{\"featureType\":\"poi\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"road\",\"elementType\":\"all\",\"stylers\":[{\"saturation\":-100},{\"lightness\":45}]},{\"featureType\":\"road.highway\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"simplified\"}]},{\"featureType\":\"road.arterial\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"elementType\":\"all\",\"stylers\":[{\"color\":\"#e24225\"},{\"visibility\":\"on\"}]}],\r\n\t\t\t\t\t\t  \t};\r\n\t\t\t\t\t\t  \tvar map = new google.maps.Map(document.getElementById(\"map\"+token), mapProp);\r\n\t\t\t\t\t\t  \t\r\n\t\t\t\t\t  \t\t\/\/ Set google map marker\r\n\t\t\t\t\t\t  \tvar marker = new google.maps.Marker({\r\n\t\t\t\t\t\t      \tposition : myCenter,\r\n\t\t\t\t\t\t      \ticon : markers[0][2]\r\n\t\t\t\t\t\t  \t});\r\n\t\t\t\t\t\t\tmarker.setMap(map);\r\n\r\n\t\t\t\t\t\t\tvar encodedStr = markers[0][3];\r\n\t\t\t\t\t\t\tvar parser = new DOMParser;\r\n\t\t\t\t\t\t\tvar dom = parser.parseFromString( encodedStr, 'text\/html' );\r\n\t\t\t\t\t\t\tvar content = dom.body.textContent;\r\n\r\n\t\t\t\t\t        if( content ){\r\n\t\t\t\t\t\t\t\tvar infowindow = new google.maps.InfoWindow();\r\n\t\t\t\t\t\t\t\tgoogle.maps.event.addListener(marker,'click', (function(marker,content,infowindow){ \r\n\t\t\t\t\t\t\t\t   \treturn function(){\r\n\t\t\t\t\t\t\t\t    \tinfowindow.setContent(content);\r\n\t\t\t\t\t\t\t\t        infowindow.open(map,marker);\r\n\t\t\t\t\t\t\t\t    };\r\n\t\t\t\t\t\t\t\t})(marker,content,infowindow));\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\t\/\/ Set google map property\r\n\t\t\t\t\t\t  \tvar myCenter = new google.maps.LatLng(40.7127837, -74.005941);\r\n\t\t\t\t\t\t  \tvar bounds = new google.maps.LatLngBounds();\r\n\r\n\t\t\t\t\t\t  \tvar mapProp = {\r\n\t\t\t\t\t\t  \t\tscrollwheel: true,\r\n\t\t\t\t\t\t      \tcenter : myCenter,\r\n\t\t\t\t\t\t      \tzoom : 7,\r\n\t\t\t\t\t\t      \tmapTypeId : google.maps.MapTypeId.ROADMAP,\r\n\t\t\t\t\t\t      \tstyles: [{\"featureType\":\"administrative\",\"elementType\":\"labels.text.fill\",\"stylers\":[{\"color\":\"#444444\"}]},{\"featureType\":\"landscape\",\"elementType\":\"all\",\"stylers\":[{\"color\":\"#f2f2f2\"}]},{\"featureType\":\"poi\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"road\",\"elementType\":\"all\",\"stylers\":[{\"saturation\":-100},{\"lightness\":45}]},{\"featureType\":\"road.highway\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"simplified\"}]},{\"featureType\":\"road.arterial\",\"elementType\":\"labels.icon\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"transit\",\"elementType\":\"all\",\"stylers\":[{\"visibility\":\"off\"}]},{\"featureType\":\"water\",\"elementType\":\"all\",\"stylers\":[{\"color\":\"#e24225\"},{\"visibility\":\"on\"}]}],\r\n\t\t\t\t\t\t  \t};\r\n\t\t\t\t\t\t  \tvar map = new google.maps.Map(document.getElementById(\"map\"+token), mapProp);\r\n\r\n\t\t\t\t\t\t\tvar i;\r\n\t\t\t\t\t\t    for( i = 0; i < markers.length; i++ ) {\r\n\t\t\t\t\t\t        var position = new google.maps.LatLng(markers[i][0], markers[i][1]);\r\n\t\t\t\t\t\t        bounds.extend(position);\r\n\t\t\t\t\t\t        marker = new google.maps.Marker({\r\n\t\t\t\t\t\t            position: position,\r\n\t\t\t\t\t\t            icon : { url: markers[i][2] },\r\n\t\t\t\t\t\t            map: map,\r\n\t\t\t\t\t\t        });\r\n\t\t\t\t\t\t        \r\n\t\t\t\t\t\t        var encodedStr = markers[i][3];\r\n\t\t\t\t\t\t\t\tvar parser = new DOMParser;\r\n\t\t\t\t\t\t\t\tvar dom = parser.parseFromString( encodedStr, 'text\/html' );\r\n\t\t\t\t\t\t\t\tvar content = dom.body.textContent;\r\n\t\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t        if( content ){\r\n\t\t\t\t\t\t\t\t\tvar infowindow = new google.maps.InfoWindow();\r\n\t\t\t\t\t\t\t\t\tgoogle.maps.event.addListener(marker,'click', (function(marker,content,infowindow){ \r\n\t\t\t\t\t\t\t\t\t   \treturn function(){\r\n\t\t\t\t\t\t\t\t\t    \tinfowindow.setContent(content);\r\n\t\t\t\t\t\t\t\t\t        infowindow.open(map,marker);\r\n\t\t\t\t\t\t\t\t\t    };\r\n\t\t\t\t\t\t\t\t\t})(marker,content,infowindow));\r\n\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\tadded_markers.push(marker);\r\n\t\t\t\t\t\t    }\r\n\r\n\t\t\t\t\t\t    if(\/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini\/i.test(navigator.userAgent)){\r\n\t\t\t\t\t\t\t\tmap.setOptions({ 'draggable': false });\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\/\/ Automatically center the map fitting all markers on the screen\r\n\t\t\t\t\t\t    map.fitBounds(bounds);\r\n\t\t\t\t\t\t    \r\n\t\t\t\t\t\t    \/\/ Override our map zoom level once our fitBounds function runs (Make sure it only runs once)\r\n\t\t\t\t\t    \tvar boundsListener = google.maps.event.addListener((map), 'bounds_changed', function(event){\r\n\t\t\t\t\t        \tgoogle.maps.event.removeListener(boundsListener);\r\n\t\t\t\t\t    \t});\r\n\t\t\t\t\t    }\t\t\t    \r\n\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\/\/ Check google map ID is available or not\r\n\t\t\t\t\tif(document.getElementById(\"map\"+token) != null ){\r\n\t\t\t\t\t  \tgoogle.maps.event.addDomListener(window, 'load', initialize);\r\n\t\t\t\t\t}\t\t\t\r\n\t\t\t\t});\r\n\t\t\t<\/script>[vc_empty_space][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]Fuerteventura Flughafen ist etwa 10 Minuten entfernt. Am Flughafen k\u00f6nnen Sie ein Auto mieten, aber es wird empfohlen, dass Sie dies tun im Voraus. Der Taxi Transfer vom Flughafen zur Villa Bella kostet 20 \u20ac. Rund um die Insel k\u00f6nnen Sie mit lokalen Bussen fahren. Kostenlose Busse zum Zoo &amp; Botanischer Garten Oasis Park sind [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":660,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-669","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/pages\/669","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/comments?post=669"}],"version-history":[{"count":3,"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/pages\/669\/revisions"}],"predecessor-version":[{"id":739,"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/pages\/669\/revisions\/739"}],"up":[{"embeddable":true,"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/pages\/660"}],"wp:attachment":[{"href":"https:\/\/www.canariasvilla.com\/de\/wp-json\/wp\/v2\/media?parent=669"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}