// Area + contact + footer function BayMap() { // Stylized SVG of Vourvourou bay with islets and the property marker return ( {/* Sea */} {/* Land masses - main Sithonia coast on left */} {/* Islets */} Diaporos {/* Property marker */} SIMON KING {/* Karydi beach */} Karydi {/* Compass */} N ); } function Area() { return (
05 — Around the property

What's
nearby.

Vourvourou is the rare Greek bay where you can be in the sea in five minutes and on a forest trail in ten. Below, the places we send guests to most often.

{window.SK_DATA.area.map((a, i) => (
0{i + 1}
{a.t}
{a.note}
{a.km}
))}
); } function Contact() { const c = window.SK_DATA.contact; return (
06 — Reach us

Write,
call, or
just turn up.

We pick up the phone between 8 and 9 in the morning and again at sunset. If you want to be sure of a room next August, mail us in February.

Address
{c.address}
GPS {c.gps}
Phone
{c.phones.map(p => {p})}
Hours
{c.hours}
Email
Instagram
Open season
April – October
winter inquiries answered slowly
© 2026 Simon King · Vourvourou
Family-run since 1974
EN · ΕΛ
); } Object.assign(window, { Area, Contact, BayMap });