{"id":1926,"date":"2020-01-15T10:23:57","date_gmt":"2020-01-15T10:23:57","guid":{"rendered":"http:\/\/www.pillowshotels.com\/maurits-development\/?page_id=1926"},"modified":"2026-09-07T11:51:08","modified_gmt":"2026-09-07T11:51:08","slug":"location","status":"publish","type":"page","link":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/","title":{"rendered":"How to get there"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1926\" class=\"elementor elementor-1926\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-360936bc elementor-section-full_width elementor-section-height-min-height hero-image elementor-section-height-default elementor-section-items-middle\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"360936bc\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57c0a75e\" data-id=\"57c0a75e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a72774b elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4a72774b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">How to get there<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-53445939 booking-widget elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"53445939\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b8d6005\" data-id=\"2b8d6005\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19fe77ed elementor-widget elementor-widget-shortcode\" data-id=\"19fe77ed\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-shortcode\">\t<script>\n\t\twindow.ohmMews = window.ohmMews || ( function () {\n\t\t\tvar SITE_CONFIG = \"23fbf8c8-a69c-4106-be52-b49400ee1a3e\";\n\t\t\tvar SITE_LANG   = \"en-US\";\n\n\t\t\tvar pools      = {};    \/\/ configId -> { instance, ready, queue: [] }\n\t\t\tvar sdkLoading = false;\n\t\t\tvar sdkQueue   = [];\n\n\t\t\t\/\/ Load distributor.min.js once; run every queued cb when Mews is ready.\n\t\t\tfunction loadSdk( cb ) {\n\t\t\t\tif ( typeof Mews !== 'undefined' ) { cb(); return; }\n\t\t\t\tsdkQueue.push( cb );\n\t\t\t\tif ( sdkLoading ) { return; }\n\t\t\t\tsdkLoading = true;\n\n\t\t\t\tif ( ! document.getElementById( 'mews-distributor-sdk' ) ) {\n\t\t\t\t\tvar s = document.createElement( 'script' );\n\t\t\t\t\ts.id  = 'mews-distributor-sdk';\n\t\t\t\t\ts.src = 'https:\/\/api.mews.com\/distributor\/distributor.min.js';\n\t\t\t\t\tdocument.head.appendChild( s );\n\t\t\t\t}\n\n\t\t\t\t( function poll() {\n\t\t\t\t\tif ( typeof Mews !== 'undefined' ) {\n\t\t\t\t\t\tvar q = sdkQueue; sdkQueue = [];\n\t\t\t\t\t\tq.forEach( function ( fn ) { fn(); } );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetTimeout( poll, 100 );\n\t\t\t\t\t}\n\t\t\t\t} )();\n\t\t\t}\n\n\t\t\t\/\/ Get (or lazily create) the one distributor for configId, then cb(d).\n\t\t\tfunction get( configId, cb ) {\n\t\t\t\tloadSdk( function () {\n\t\t\t\t\tvar pool = pools[ configId ];\n\t\t\t\t\tif ( ! pool ) {\n\t\t\t\t\t\tpool = pools[ configId ] = { instance: null, ready: false, queue: [] };\n\t\t\t\t\t\tMews.Distributor( { configurationIds: [ configId ] }, function ( d ) {\n\t\t\t\t\t\t\tif ( configId === SITE_CONFIG && SITE_LANG ) { d.setLanguageCode( SITE_LANG ); }\n\t\t\t\t\t\t\tpool.instance = d;\n\t\t\t\t\t\t\tpool.ready    = true;\n\t\t\t\t\t\t\tpool.queue.forEach( function ( fn ) { fn( d ); } );\n\t\t\t\t\t\t\tpool.queue = [];\n\t\t\t\t\t\t} );\n\t\t\t\t\t}\n\t\t\t\t\tif ( pool.ready ) { cb( pool.instance ); }\n\t\t\t\t\telse { pool.queue.push( cb ); }\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\treturn { get: get, loadSdk: loadSdk };\n\t\t} )();\n\t<\/script>\n\t\n\t<div class=\"ohm-bw-wrapper ohm-bw-wrapper1\">\n\t\t<div class=\"booking-widget-wrapper ohm-booking-widget\" id=\"ohm-guestline\">\n\t\t\t<form class=\"ohm-bw-form\" style=\"display: flex;\" onsubmit=\"return false;\">\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper ohm-bw-input-wrapper-calendar\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-mews-arrival\" type=\"text\" placeholder=\"Arrival\" readonly=\"readonly\">\n\t\t\t\t\t<input type=\"hidden\" name=\"arrival\" id=\"hidden_arrival_field\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper ohm-bw-input-wrapper-calendar\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-mews-departure\" type=\"text\" placeholder=\"Departure\" readonly=\"readonly\">\n\t\t\t\t\t<input type=\"hidden\" name=\"departure\" id=\"hidden_departure_field\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"ohm-bw-input-wrapper\">\n\t\t\t\t\t<input class=\"ohm-bw-input ohm-bw-departure-input\" id=\"ohm-bw-promo-code\" type=\"text\" name=\"promo-code\" placeholder=\"Promo code\" autocomplete=\"off\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<button type=\"submit\" class=\"ohm-bw-submit\">Check availability<\/button>\n\t\t\t<\/form>\n\t\t<\/div>\n\t<\/div>\n\n\t<script>\n\t\t( function () {\n\t\t\tvar MEWS_CONFIG_ID = \"23fbf8c8-a69c-4106-be52-b49400ee1a3e\";\n\t\t\tvar MEWS_LANGUAGE  = \"en-US\";\n\t\t\tvar distributor    = null;\n\n\t\t\t\/\/ Reuse the shared instance for this configId (SDK + Distributor\n\t\t\t\/\/ are loaded\/created once per page by window.ohmMews).\n\t\t\twindow.ohmMews.get( MEWS_CONFIG_ID, function ( d ) {\n\t\t\t\tdistributor = d;\n\t\t\t\td.setLanguageCode( MEWS_LANGUAGE );\n\t\t\t} );\n\n\t\t\t\/\/ Load the flatpickr library once (CSS + JS) if it isn't on the page.\n\t\t\tif ( typeof flatpickr === 'undefined' ) {\n\t\t\t\tif ( ! document.getElementById( 'ohm-flatpickr-css' ) ) {\n\t\t\t\t\tvar fpCss = document.createElement( 'link' );\n\t\t\t\t\tfpCss.id  = 'ohm-flatpickr-css';\n\t\t\t\t\tfpCss.rel = 'stylesheet';\n\t\t\t\t\tfpCss.href = 'https:\/\/cdn.jsdelivr.net\/npm\/flatpickr\/dist\/flatpickr.min.css';\n\t\t\t\t\tdocument.head.appendChild( fpCss );\n\t\t\t\t}\n\t\t\t\tif ( ! document.getElementById( 'ohm-flatpickr-sdk' ) ) {\n\t\t\t\t\tvar fpJs = document.createElement( 'script' );\n\t\t\t\t\tfpJs.id  = 'ohm-flatpickr-sdk';\n\t\t\t\t\tfpJs.src = 'https:\/\/cdn.jsdelivr.net\/npm\/flatpickr';\n\t\t\t\t\tdocument.head.appendChild( fpJs );\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tjQuery( document ).ready( function ( $ ) {\n\n\t\t\t\t\/\/ Keep hidden fields in sync with the visible date inputs.\n\t\t\t\t$( '#ohm-mews-arrival' ).change( function () {\n\t\t\t\t\t$( '#hidden_arrival_field' ).val( this.value );\n\t\t\t\t} );\n\t\t\t\t$( '#ohm-mews-departure' ).change( function () {\n\t\t\t\t\t$( '#hidden_departure_field' ).val( this.value );\n\t\t\t\t} );\n\n\t\t\t\t\/\/ flatpickr calendars (wait for the library, it may load late).\n\t\t\t\tfunction initDatePickers() {\n\t\t\t\t\tif ( $( '#ohm-guestline' ).length < 1 ) { return; }\n\n\t\t\t\t\tvar fromDatePicker = flatpickr( '#ohm-mews-arrival', {\n\t\t\t\t\t\tdisableMobile: 'true',\n\t\t\t\t\t\tdateFormat: 'd-m-Y',\n\t\t\t\t\t\tminDate: 'today',\n\t\t\t\t\t\tlocale: { firstDayOfWeek: 1 }\n\t\t\t\t\t} );\n\n\t\t\t\t\tvar tillDatePicker = flatpickr( '#ohm-mews-departure', {\n\t\t\t\t\t\tdisableMobile: 'true',\n\t\t\t\t\t\tdateFormat: 'd-m-Y',\n\t\t\t\t\t\tminDate: new Date().fp_incr( 1 ),\n\t\t\t\t\t\tlocale: { firstDayOfWeek: 1 }\n\t\t\t\t\t} );\n\n\t\t\t\t\t\/\/ When arrival changes: push the departure minimum to the next day\n\t\t\t\t\t\/\/ and pre-fill departure with arrival + 1 (the \"true\" fires change,\n\t\t\t\t\t\/\/ which syncs the hidden field).\n\t\t\t\t\tfromDatePicker.config.onChange.push( function ( selectedDates ) {\n\t\t\t\t\t\tvar tillMinDate = selectedDates[0].fp_incr( 1 );\n\t\t\t\t\t\ttillDatePicker.set( 'minDate', tillMinDate );\n\t\t\t\t\t\ttillDatePicker.setDate( tillMinDate, true );\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t\tvar tries = 0;\n\t\t\t\tvar poll = setInterval( function () {\n\t\t\t\t\tif ( typeof flatpickr !== 'undefined' ) {\n\t\t\t\t\t\tclearInterval( poll );\n\t\t\t\t\t\tinitDatePickers();\n\t\t\t\t\t} else if ( ++tries > 100 ) {\n\t\t\t\t\t\tclearInterval( poll );\n\t\t\t\t\t}\n\t\t\t\t}, 100 );\n\n\t\t\t\t\/\/ Parse a \"DD-MM-YYYY\" string into a local Date (avoids timezone shifts).\n\t\t\t\tfunction parseDate( str ) {\n\t\t\t\t\tif ( ! str ) { return null; }\n\t\t\t\t\tvar p = str.split( '-' );\n\t\t\t\t\tif ( p.length !== 3 ) { return null; }\n\t\t\t\t\treturn new Date( parseInt( p[2], 10 ), parseInt( p[1], 10 ) - 1, parseInt( p[0], 10 ) );\n\t\t\t\t}\n\n\t\t\t\t\/\/ Open Mews pre-filled with the chosen dates \/ promo code.\n\t\t\t\t$( '#ohm-guestline form' ).on( 'submit', function ( e ) {\n\t\t\t\t\te.preventDefault();\n\t\t\t\t\tif ( ! distributor ) { return; } \/\/ SDK not ready yet \u2014 click again\n\n\t\t\t\t\tvar arrival   = parseDate( $( '#hidden_arrival_field' ).val() );\n\t\t\t\t\tvar departure = parseDate( $( '#hidden_departure_field' ).val() );\n\t\t\t\t\tvar promo     = $.trim( $( '#ohm-bw-promo-code' ).val() );\n\n\t\t\t\t\tif ( arrival )   { distributor.setStartDate( arrival ); }\n\t\t\t\t\tif ( departure ) { distributor.setEndDate( departure ); }\n\t\t\t\t\tif ( promo )     { distributor.setVoucherCode( promo ); }\n\n\t\t\t\t\tdistributor.open();\n\n\t\t\t\t\twindow.dataLayer = window.dataLayer || [];\n\t\t\t\t\twindow.dataLayer.push( { 'event': 'OHM_CheckAvailability' } );\n\t\t\t\t} );\n\n\t\t\t} );\n\t\t} )();\n\t<\/script>\n\n\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-623b6be5 ohm-intro-section e-flex e-con-boxed e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"623b6be5\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5c9329c8 ohm-inner e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"5c9329c8\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-2909426 e-con-full ohm-left e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"2909426\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37956556 ohm-img elementor-widget elementor-widget-image\" data-id=\"37956556\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2024\/08\/20240802-Inter-Scaldes-\u00a9-Chantal-Arnts-185-768x1152.jpg\" height=\"1152\" width=\"768\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2024\/08\/20240802-Inter-Scaldes-\u00a9-Chantal-Arnts-185-768x1152.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2024\/08\/20240802-Inter-Scaldes-\u00a9-Chantal-Arnts-185-200x300.jpg 200w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2024\/08\/20240802-Inter-Scaldes-\u00a9-Chantal-Arnts-185-683x1024.jpg 683w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2024\/08\/20240802-Inter-Scaldes-\u00a9-Chantal-Arnts-185.jpg 1000w\" sizes=\"(max-width: 768px) 100vw, 768px\" class=\"attachment-medium_large size-medium_large wp-image-9094 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-22eff207 e-con-full ohm-right e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"22eff207\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62179af1 ohm-heading elementor-widget elementor-widget-heading\" data-id=\"62179af1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Beautifully situated and easy to reach<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-393667d8 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"393667d8\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Inter Scaldes is located in the wide polders of Zeeland, on the narrowest part of South Beveland between the Eastern and Western Scheldt. A wealth of traditional trees and plants adorn the beautifully landscaped English garden and create a leafy atmosphere.<\/p><p><a href=\"https:\/\/goo.gl\/maps\/VndWn5hC9WtnMJo4A\" target=\"_blank\" rel=\"noopener\">Zandweg 2<\/a><br \/><a href=\"https:\/\/goo.gl\/maps\/VndWn5hC9WtnMJo4A\" target=\"_blank\" rel=\"noopener\">4416 NA Kruiningen<\/a><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-10c8c048 text-middle ohm-illustration-with-text-component elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"10c8c048\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3d643e37\" data-id=\"3d643e37\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-inner-section elementor-element elementor-element-72cbab0c ohm-inner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"72cbab0c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1be957c7\" data-id=\"1be957c7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c683029 elementor-widget elementor-widget-heading\" data-id=\"7c683029\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Parking &amp; Public Transport<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7052c38d elementor-widget elementor-widget-text-editor\" data-id=\"7052c38d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Pillows Luxury Boutique Hotel Inter Scaldes is easily accessible by car. There are free parking spots at the premises. The closest bus stop is a 10-minute walk away.\u00a0<\/p><p>Prefer travelling by taxi? \u00a0<a style=\"background-color: #ffffff\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/contact\/\" rel=\"noopener\">We are happy to help.<\/a>\u00a0<\/p><p>Have you got a private and exclusive lunch or dinner planned with your business partner or family. <a href=\"https:\/\/prince-helicopters.nl\/product\/inter-scaldes-tour\/\">Prince Helicopters<\/a> will fly you to our restaurant. Enjoy a spectacular way of arriving by helicopter!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56c14756 elementor-align-center ohm-btn ohm-white-btn elementor-widget elementor-widget-button\" data-id=\"56c14756\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">OPEN GOOGLE MAPS<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"has_eae_slider elementor-section elementor-top-section elementor-element elementor-element-7de7d8f2 map-section elementor-section-content-middle elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"7de7d8f2\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"has_eae_slider elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ce07bcb full-width-img-column\" data-id=\"1ce07bcb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bd503f1 elementor-widget elementor-widget-wts-gmap\" data-id=\"bd503f1\" data-element_type=\"widget\" data-widget_type=\"wts-gmap.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<div class=\"eae-markers\" data-zoom=\"14\" data-style=\"[\n    {\n        &quot;featureType&quot;: &quot;all&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#ffffff&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;all&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#c5cecd&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;all&quot;,\n        &quot;elementType&quot;: &quot;labels.text.stroke&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#f4f3f2&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;all&quot;,\n        &quot;elementType&quot;: &quot;labels.icon&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;visibility&quot;: &quot;off&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;administrative.land_parcel&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#f9f5eb&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;poi&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#fff&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;poi&quot;,\n        &quot;elementType&quot;: &quot;geometry.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;visibility&quot;: &quot;off&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;poi&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#d5ded4&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;poi.park&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#ffffff&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;poi.park&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#c1c6cc&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;road&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#E6E6E5&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;road.highway&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#e4e4e4&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;road.highway&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#616161&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;road.arterial&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#ebf1f4&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;road.local&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#9e9e9e&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;transit.line&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#e5e5e5&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;transit.station&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#eeeeee&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;water&quot;,\n        &quot;elementType&quot;: &quot;all&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot; #cfe2e2&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;water&quot;,\n        &quot;elementType&quot;: &quot;geometry&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot; #cfe2e2&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;water&quot;,\n        &quot;elementType&quot;: &quot;geometry.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#cfe2e2&quot;\n            }\n        ]\n    },\n    {\n        &quot;featureType&quot;: &quot;water&quot;,\n        &quot;elementType&quot;: &quot;labels.text.fill&quot;,\n        &quot;stylers&quot;: [\n            {\n                &quot;color&quot;: &quot;#ebf1f4&quot;\n            }\n        ]\n    }\n]\" data-animate=\"animate-\">\n\t\t\t\t\t\t\t<div class=\"marker\" data-lng=\"4.022403343518599\" data-lat=\"51.457133260460274\" data-icon=\"https:\/\/www.pillowshotels.com\/ghent\/wp-content\/uploads\/sites\/3\/2020\/01\/Map-marker.svg\" data-icon-size=\"45\" data-info-window=\"\">\n\t\t\t\t\t<p>Zandweg 2, 4416 NA, Kruiningen<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-39e39243 e-con-full ohm-component-imageSlider e-flex e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"39e39243\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\" data-core-v316-plus=\"true\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-160890aa ohm-inner e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"160890aa\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-148bbd3d e-con-full ohm-slider e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"148bbd3d\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-35d186a7 e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"35d186a7\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7795d278 ohm-img elementor-widget elementor-widget-image\" data-id=\"7795d278\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg\" height=\"635\" width=\"700\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg 700w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601-300x272.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" class=\"attachment-large size-large wp-image-9525 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eedee4e ohm-img elementor-widget elementor-widget-image\" data-id=\"eedee4e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg\" height=\"635\" width=\"700\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg 700w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601-300x272.jpg 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" class=\"attachment-large size-large wp-image-9525 sp-no-webp\" alt=\"\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-58bb79c0 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"58bb79c0\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-263d8cde ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"263d8cde\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pillows Shop<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25a45715 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"25a45715\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Create the Pillows feeling at home with our exclusive products or surprise loved ones with a gift card.\u00a0<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6cd1f4fb ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"6cd1f4fb\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/thepillowsshop.com\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">VISIT SHOP<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-8e597bc e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"8e597bc\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44cb62fc ohm-img elementor-widget elementor-widget-image\" data-id=\"44cb62fc\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-17-1-1-1024x683.jpg\" height=\"534\" width=\"800\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-17-1-1-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-17-1-1-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-17-1-1-768x513.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2025\/10\/Inter-Scaldes-Split-Level-Suite-17-1-1.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" class=\"attachment-large size-large wp-image-9295 sp-no-webp\" alt=\"Split Level Suite\"> \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-2d4e7225 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"2d4e7225\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45c0f94e ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"45c0f94e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Special offers<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6df70e01 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"6df70e01\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Exclusive offers when booking directly via this official website.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b6db7cc ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"6b6db7cc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/offers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">READ MORE<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5ae25718 e-con-full ohm-slide e-flex e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"5ae25718\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;full&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71a19ae4 ohm-img elementor-widget elementor-widget-image\" data-id=\"71a19ae4\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2020\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-1024x683.jpg\" class=\"attachment-large size-large wp-image-5837\" alt=\"\" srcset=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2020\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-1024x683.jpg 1024w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2020\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-300x200.jpg 300w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2020\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3-768x512.jpg 768w, https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2020\/03\/Pillows_Anna_van_den_Vondel_Amsterdam_Details_3.jpg 1500w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-5dd522e4 ohm-content e-flex e-con-boxed e-con e-child\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"5dd522e4\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-58f05de1 ohm-heading ohm-medium-heading elementor-widget elementor-widget-heading\" data-id=\"58f05de1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get in touch <\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-625f68d5 ohm-text elementor-widget elementor-widget-text-editor\" data-id=\"625f68d5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Do you have any further questions? We are happy to assist you.<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c2b9504 ohm-btn ohm-link-btn elementor-widget elementor-widget-button\" data-id=\"6c2b9504\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/nl\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">CONTACT US <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"has_eae_slider elementor-element elementor-element-9de0bfb e-flex e-con-boxed e-con e-parent\" data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" data-id=\"9de0bfb\" data-element_type=\"container\" data-settings=\"{&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>How to get there Beautifully situated and easy to reach Inter Scaldes is located in the wide polders of Zeeland, on the narrowest part of South Beveland between the Eastern and Western Scheldt. A wealth of traditional trees and plants adorn the beautifully landscaped English garden and create a leafy atmosphere. Zandweg 24416 NA Kruiningen [&hellip;]<\/p>\n","protected":false},"author":25,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1926","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Location &amp; Directions | Pillows Luxury Boutique Hotel Inter Scaldes<\/title>\n<meta name=\"description\" content=\"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.\" \/>\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.pillowshotels.com\/inter-scaldes\/location\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location &amp; Directions | Pillows Luxury Boutique Hotel Inter Scaldes\" \/>\n<meta property=\"og:description\" content=\"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/\" \/>\n<meta property=\"og:site_name\" content=\"Pillows Hotel Inter Scaldes\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T11:51:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/\",\"name\":\"Location & Directions | Pillows Luxury Boutique Hotel Inter Scaldes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2026\\\/05\\\/Screenshot-2026-05-14-101601.jpg\",\"datePublished\":\"2020-01-15T10:23:57+00:00\",\"dateModified\":\"2026-09-07T11:51:08+00:00\",\"description\":\"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/\"]}],\"about\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#hotel\"}},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2026\\\/05\\\/Screenshot-2026-05-14-101601.jpg\",\"contentUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/wp-content\\\/uploads\\\/sites\\\/19\\\/2026\\\/05\\\/Screenshot-2026-05-14-101601.jpg\",\"width\":700,\"height\":635},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/location\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get there\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#website\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\",\"name\":\"Pillows Hotel Inter Scaldes\",\"description\":\"Official website\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization\",\"name\":\"Pillows Hotels\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization-logo\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Pillows_Hotels__logo_01_RGB-Copper.svg\",\"contentUrl\":\"https:\\\/\\\/www.pillowshotels.com\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/Pillows_Hotels__logo_01_RGB-Copper.svg\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/#organization-logo\"},\"email\":\"info@pillowshotels.com\",\"telephone\":\"+31 (0)85 487 20 00\",\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pillowshotels\",\"https:\\\/\\\/www.instagram.com\\\/pillowshotels\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/pillows-hotels\"],\"award\":[\"MICHELIN Keys\",\"Small Luxury Hotels of the World member\"]},{\"@type\":\"Hotel\",\"@id\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/#hotel\",\"name\":\"Pillows Hotel Inter Scaldes\",\"url\":\"https:\\\/\\\/www.pillowshotels.com\\\/inter-scaldes\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location & Directions | Pillows Luxury Boutique Hotel Inter Scaldes","description":"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.","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.pillowshotels.com\/inter-scaldes\/location\/","og_locale":"en_US","og_type":"article","og_title":"Location & Directions | Pillows Luxury Boutique Hotel Inter Scaldes","og_description":"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.","og_url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/","og_site_name":"Pillows Hotel Inter Scaldes","article_modified_time":"2026-09-07T11:51:08+00:00","og_image":[{"url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/","name":"Location & Directions | Pillows Luxury Boutique Hotel Inter Scaldes","isPartOf":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/#primaryimage"},"image":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg","datePublished":"2020-01-15T10:23:57+00:00","dateModified":"2026-09-07T11:51:08+00:00","description":"Pillows Luxury Boutique Hotel Inter Scaldes is located in the province of Zeeland, between the Eastern and Western Scheldt. View route.","breadcrumb":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/"]}],"about":{"@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#hotel"}},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/#primaryimage","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg","contentUrl":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-content\/uploads\/sites\/19\/2026\/05\/Screenshot-2026-05-14-101601.jpg","width":700,"height":635},{"@type":"BreadcrumbList","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/location\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pillowshotels.com\/inter-scaldes\/"},{"@type":"ListItem","position":2,"name":"How to get there"}]},{"@type":"WebSite","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#website","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/","name":"Pillows Hotel Inter Scaldes","description":"Official website","publisher":{"@id":"https:\/\/www.pillowshotels.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pillowshotels.com\/inter-scaldes\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.pillowshotels.com\/#organization","name":"Pillows Hotels","url":"https:\/\/www.pillowshotels.com\/","logo":{"@type":"ImageObject","@id":"https:\/\/www.pillowshotels.com\/#organization-logo","url":"https:\/\/www.pillowshotels.com\/wp-content\/uploads\/2019\/12\/Pillows_Hotels__logo_01_RGB-Copper.svg","contentUrl":"https:\/\/www.pillowshotels.com\/wp-content\/uploads\/2019\/12\/Pillows_Hotels__logo_01_RGB-Copper.svg"},"image":{"@id":"https:\/\/www.pillowshotels.com\/#organization-logo"},"email":"info@pillowshotels.com","telephone":"+31 (0)85 487 20 00","sameAs":["https:\/\/www.facebook.com\/pillowshotels","https:\/\/www.instagram.com\/pillowshotels","https:\/\/www.linkedin.com\/company\/pillows-hotels"],"award":["MICHELIN Keys","Small Luxury Hotels of the World member"]},{"@type":"Hotel","@id":"https:\/\/www.pillowshotels.com\/inter-scaldes\/#hotel","name":"Pillows Hotel Inter Scaldes","url":"https:\/\/www.pillowshotels.com\/inter-scaldes\/"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/1926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/comments?post=1926"}],"version-history":[{"count":3,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/1926\/revisions"}],"predecessor-version":[{"id":9683,"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/pages\/1926\/revisions\/9683"}],"wp:attachment":[{"href":"https:\/\/www.pillowshotels.com\/inter-scaldes\/wp-json\/wp\/v2\/media?parent=1926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}