Located less than 15 minutes away from the Norman Manley International Airport, this hotel is ideal for individuals, couples and groups of all sizes. It is situated in Port Royal, a sleepy fishing village away from the hustle and bustle of Kingston.
Amenities
Air Conditioning
Cable tv
Free Wifi
Swimming Pool
Bar
Spa
Restaurant
Dock with view
Cleaning services
24 hr security
Restaurant
Near Lime Cay & Gloria's Restaurant
Single, double, triple or quad rooms
Hotel Procedures
Check-In Procedure
Check-in time for the Grand Port Royal Hotel is any time after 3:00 pm. If you will need an earlier check-in we will work closely with the hotel staff to arrange this. After check-in, depending on your arrival time we will give you an orientation the same day or the following day. During orientation, you will receive a printed itinerary.
Support
Your Program Advisor will be physically available during office hours (9 am to 5 pm), however if you have any questions feel free to call, text, message or email them to have them addressed. Of course, if you would like company during the afternoon such as a companion during dinner, someone to accompany you to the mall or a bar buddy, we would be happy to oblige. We will try to be as available to you as possible.
Food
At the hotel you will receive full buffet style breakfast with omelette station, a variety of cooked meals such as ackee and saltfish, fried plantains etc, and tea, orange juice milk or cranberry juice. Dinner can be purchased at the hotel’s restaurant (a la carte menu), or at Gloria’s nearby. For groups we will provide catering for dinner.
Hotel
Check out time for the hotel is 12 pm. Any check out later than this time will incur a fee and you will be charged for an additional day. You will have to pay these charges to the hotel directly. If you have a late flight we can assist you with arranging other activities. We will provide your transportation to the airport after checkout.
Photos
Don`t copy text!
(function() {
function changePaymentLink() {
var button = document.querySelector('a.tourmaster-my-booking-single-payment-button');
if (button) {
button.href = '/make-a-payment';
console.log('I see you');
}
}
function tourSearchPlaceholder() {
var input = document.querySelector('#jip-header-search input[type=text]');
var options = ['Orphanage', 'Medical', 'Teaching'];
var randNum = Math.floor((Math.random() * options.length));
if (input) {
input.placeholder = "Try " + options[randNum];
}
}
function showFeatures() {
var features = document.querySelectorAll('.jip-hidden-feature');
var showFeatures = document.querySelector('.jip-feature-button');
var showFeaturesText = document.querySelector('.jip-feature-button span.gdlr-core-content');
if (features && showFeatures) {
showFeatures.addEventListener('click', function(e) {
e.preventDefault();
features.forEach(function(feature) {
feature.classList.toggle('jip-show-feature');
if (showFeatures.id === "jip-feature-cliked") {
showFeatures.removeAtrribute('id');
showFeaturesText.textContent = "See Less Features";
} else {
showFeatures.id = "jip-feature-clicked";
showFeaturesText.textContent = "See All Features";
}
});
});
}
}
function checkFont() {
function mobileFonts() {
var w = window.innerWidth;
if (w <= 768) {
console.log('mobile fonts!');
jQuery('[data-orig-font="48px"]').css('font-size', '34px');
jQuery('[style*="font-size: 38px"]').css('font-size', '28.75px');
jQuery('[style*="font-size: 29px"]').css('font-size', '25px');
jQuery('[style*="font-size: 22px"], [style*="font-size: 23px"]').css('font-size', '21px');
} else {
jQuery('[style*="font-size: 34px"]').css('font-size', '48px');
jQuery('[style*="font-size: 28.75px"]').css('font-size', '38px');
jQuery('[style*="font-size: 25px"]').css('font-size', '29px');
jQuery('[style*="font-size: 21px"]').css('font-size', '23px');
}
}
window.addEventListener('load', mobileFonts);
window.addEventListener('resize', mobileFonts);
}
checkFont();
tourSearchPlaceholder();
changePaymentLink();
showFeatures();
}())