{"id":7543,"date":"2026-05-07T14:58:46","date_gmt":"2026-05-07T12:58:46","guid":{"rendered":"https:\/\/aromakiveri.com\/?page_id=7543"},"modified":"2026-05-07T15:10:20","modified_gmt":"2026-05-07T13:10:20","slug":"check-in-guide","status":"publish","type":"page","link":"https:\/\/aromakiveri.com\/el\/check-in-guide\/","title":{"rendered":"Contactless Check-In Guide &#038; Property Map"},"content":{"rendered":"\n<div style=\"height:55px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Welcome to Aroma Accommodations! To make your arrival as smooth as possible, we have created this interactive map and check-in guide. Use the map below to find your way from the entrance to your unit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Your Check-In Steps<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Arrive at Kiveri<\/strong> \u2014 Our property is located at the seaside village of Kiveri, Argolida.<\/li>\n\n\n\n<li><strong>Enter through the main gate<\/strong> \u2014 The entrance is marked on the map below.<\/li>\n\n\n\n<li><strong>Follow the path to your unit<\/strong> \u2014 Click the markers on the map for photos and directions.<\/li>\n\n\n\n<li><strong>Settle in<\/strong> \u2014 Your unit is prepped and ready for you.<\/li>\n<\/ol>\n\n\n\n<p>Need help? Contact us via WhatsApp or phone at <strong>+30 693 711 4685<\/strong>.<\/p>\n\n\n\n<div id=\"aroma-checkin-map\" style=\"height: 600px; width: 100%; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); margin: 20px 0;\"><\/div>\n\n<!-- Directions Panel -->\n<div id=\"aroma-directions\" style=\"background: #f8f9fa; padding: 25px; border-radius: 12px; margin: 20px 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\">\n  <h3 style=\"color: #028090; margin-top: 0;\">\ud83d\udccd How to Find Your Unit<\/h3>\n  \n  <div style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 15px;\">\n    \n    <!-- Apartment Card -->\n    <div style=\"background: white; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid #e74c3c;\">\n      <h4 style=\"margin: 0 0 10px 0; color: #e74c3c;\">\ud83c\udfe0 Apartment (4 guests)<\/h4>\n      <ol style=\"margin: 0; padding-left: 20px; line-height: 1.8; color: #2c3e50;\">\n        <li>Enter through the main gate<\/li>\n        <li>Walk straight ~8 meters<\/li>\n        <li>Go up the stairs on your left<\/li>\n        <li>Your apartment is the first door<\/li>\n      <\/ol>\n    <\/div>\n    \n    <!-- Studio Card -->\n    <div style=\"background: white; border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); border-left: 4px solid #3498db;\">\n      <h4 style=\"margin: 0 0 10px 0; color: #3498db;\">\ud83d\udecf\ufe0f Studio (2 guests)<\/h4>\n      <ol style=\"margin: 0; padding-left: 20px; line-height: 1.8; color: #2c3e50;\">\n        <li>Enter through the main gate<\/li>\n        <li>Walk straight through the alley to the garden<\/li>\n        <li>Turn left at the garden<\/li>\n        <li>Walk ~10 meters<\/li>\n        <li>Go up the 5 steps on your left<\/li>\n      <\/ol>\n    <\/div>\n    \n  <\/div>\n<\/div>\n\n<style>\n#aroma-checkin-map .leaflet-popup-content {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n  font-size: 14px;\n  line-height: 1.5;\n  min-width: 200px;\n}\n#aroma-checkin-map .leaflet-popup-content img {\n  border-radius: 8px;\n  margin-bottom: 8px;\n  max-width: 100%;\n  height: auto;\n}\n#aroma-checkin-map .leaflet-popup-content h4 {\n  margin: 8px 0 4px 0;\n  color: #028090;\n}\n#aroma-checkin-map .leaflet-popup-content p {\n  margin: 0;\n  color: #2c3e50;\n}\n@media (max-width: 768px) {\n  #aroma-directions > div {\n    grid-template-columns: 1fr !important;\n  }\n  #aroma-checkin-map {\n    height: 400px !important;\n  }\n}\n<\/style>\n\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\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n  var map = L.map('aroma-checkin-map').setView([37.5239, 22.7318], 17);\n  \n  L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n    attribution: '&copy; OpenStreetMap contributors',\n    maxZoom: 19\n  }).addTo(map);\n\n  var entranceIcon = L.divIcon({\n    html: '<div style=\"background:#2ecc71;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\ud83d\udeaa<\/div>',\n    className: '',\n    iconSize: [32, 32],\n    iconAnchor: [16, 16]\n  });\n\n  var apartmentIcon = L.divIcon({\n    html: '<div style=\"background:#e74c3c;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\ud83c\udfe0<\/div>',\n    className: '',\n    iconSize: [32, 32],\n    iconAnchor: [16, 16]\n  });\n\n  var studioIcon = L.divIcon({\n    html: '<div style=\"background:#3498db;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\ud83d\udecf\ufe0f<\/div>',\n    className: '',\n    iconSize: [32, 32],\n    iconAnchor: [16, 16]\n  });\n\n  var gardenIcon = L.divIcon({\n    html: '<div style=\"background:#f39c12;color:white;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\ud83c\udf3f<\/div>',\n    className: '',\n    iconSize: [32, 32],\n    iconAnchor: [16, 16]\n  });\n\n  var turnLeftIcon = L.divIcon({\n    html: '<div style=\"background:#e67e22;color:white;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:16px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\u2b05\ufe0f<\/div>',\n    className: '',\n    iconSize: [36, 36],\n    iconAnchor: [18, 18]\n  });\n\n  var turnRightIcon = L.divIcon({\n    html: '<div style=\"background:#e67e22;color:white;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:16px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\u27a1\ufe0f<\/div>',\n    className: '',\n    iconSize: [36, 36],\n    iconAnchor: [18, 18]\n  });\n\n  var parkingIcon = L.divIcon({\n    html: '<div style=\"background:#8e44ad;color:white;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:16px;box-shadow:0 2px 8px rgba(0,0,0,0.3);border:3px solid white;\">\ud83c\udd7f\ufe0f<\/div>',\n    className: '',\n    iconSize: [36, 36],\n    iconAnchor: [18, 18]\n  });\n\n  \/\/ Entrance\n  L.marker([37.523928, 22.731944], {icon: entranceIcon}).addTo(map)\n    .bindPopup('<img decoding=\"async\" src=\"https:\/\/aromakiveri.com\/wp-content\/uploads\/2026\/05\/file_3-03b2afb9-3858-4388-9eb9-481acbc87cbb.jpg\" alt=\"Main Entrance\" style=\"width:200px;border-radius:8px;\"><h4>\ud83d\udeaa Main Entrance<\/h4><p>Welcome! Enter here to access both units.<\/p>');\n\n  \/\/ Apartment\n  L.marker([37.523968, 22.731836], {icon: apartmentIcon}).addTo(map)\n    .bindPopup('<h4>\ud83c\udfe0 Apartment<\/h4><p><strong>Directions:<\/strong> 8m after entrance, up the stairs on your left.<\/p><p>Sleeps up to 4 guests \u2022 Partial sea view<\/p>');\n\n  \/\/ Alley to Garden\n  L.marker([37.524046, 22.731711], {icon: gardenIcon}).addTo(map)\n    .bindPopup('<img decoding=\"async\" src=\"https:\/\/aromakiveri.com\/wp-content\/uploads\/2026\/05\/file_4-a81d6421-a564-42d4-8385-50ef1833b59f.jpg\" alt=\"Alley to Garden\" style=\"width:200px;border-radius:8px;\"><h4>\ud83c\udf3f Alley to Garden<\/h4><p>Walk through to reach the studio.<\/p>');\n\n  \/\/ Studio\n  L.marker([37.523986, 22.731607], {icon: studioIcon}).addTo(map)\n    .bindPopup('<img decoding=\"async\" src=\"https:\/\/aromakiveri.com\/wp-content\/uploads\/2026\/05\/file_5-cb720a01-d1ae-4c44-ab8b-1bad11c6241f.jpg\" alt=\"Studio Path\" style=\"width:200px;border-radius:8px;\"><h4>\ud83d\udecf\ufe0f Studio<\/h4><p><strong>Directions:<\/strong> Walk the alley to the garden, turn left, walk 10m, up 5 steps on your left.<\/p><p>Sleeps up to 2 guests \u2022 Garden view<\/p>');\n\n  \/\/ Turn Left (Kiveri entrance road)\n  L.marker([37.524536, 22.730294], {icon: turnLeftIcon}).addTo(map)\n    .bindPopup('<h4>\u2b05\ufe0f Turn Left<\/h4><p>Turn left here to enter the Kiveri seaside road leading to Aroma Accommodations.<\/p>');\n\n  \/\/ Turn Left (final approach)\n  L.marker([37.524157, 22.728260], {icon: turnLeftIcon}).addTo(map)\n    .bindPopup('<h4>\u2b05\ufe0f Turn Left<\/h4><p>Turn left here \u2014 Aroma Accommodations is just ahead on this road.<\/p>');\n\n  \/\/ Turn Right\n  L.marker([37.525647, 22.730677], {icon: turnRightIcon}).addTo(map)\n    .bindPopup('<h4>\u27a1\ufe0f Turn Right<\/h4><p>Turn right here to continue toward the property entrance.<\/p>');\n\n  \/\/ Preferred Parking\n  L.marker([37.524197, 22.732333], {icon: parkingIcon}).addTo(map)\n    .bindPopup('<h4>\ud83c\udd7f\ufe0f Preferred Parking<\/h4><p>We recommend parking here. It is the closest and safest spot near the property entrance.<\/p>');\n\n  \/\/ Path line\n  var pathCoords = [\n    [37.523928, 22.731944], \/\/ Entrance\n    [37.523968, 22.731836], \/\/ Apartment (fork)\n    [37.524046, 22.731711], \/\/ Alley point\n    [37.523986, 22.731607]  \/\/ Studio\n  ];\n\n  L.polyline(pathCoords, {\n    color: '#028090',\n    weight: 3,\n    opacity: 0.7,\n    dashArray: '10, 6'\n  }).addTo(map);\n\n  var group = L.featureGroup([\n    L.marker([37.523928, 22.731944]),\n    L.marker([37.523968, 22.731836]),\n    L.marker([37.524046, 22.731711]),\n    L.marker([37.523986, 22.731607]),\n    L.marker([37.524536, 22.730294]),\n    L.marker([37.524157, 22.728260]),\n    L.marker([37.525647, 22.730677]),\n    L.marker([37.524197, 22.732333])\n  ]);\n  map.fitBounds(group.getBounds().pad(0.3));\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Interactive property map and check-in guide for Aroma Accommodations in Kiveri, Greece. &hellip; <a href=\"https:\/\/aromakiveri.com\/el\/check-in-guide\/\">Read More<\/a><\/p>","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7543","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/comments?post=7543"}],"version-history":[{"count":5,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7543\/revisions"}],"predecessor-version":[{"id":7551,"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/pages\/7543\/revisions\/7551"}],"wp:attachment":[{"href":"https:\/\/aromakiveri.com\/el\/wp-json\/wp\/v2\/media?parent=7543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}