Cana Pearl House
Opening 2020
Captiva House
Opening 2021
Casa del Mar
Opening 2023
Caribbean House
Opening 2022
STAY WITH US, FEEL AT HOME
Ocean House is perfect for the new generation of travelers that
prefer to enjoy their vacations without the restrictions of an all-inclusive hotel.
The suites
600 1 Bedroom and 2 Bedroom Suites
1 & 2 Bedroom Suites
Spacious 94 m2 suites with 1 or 2 bedrooms, each with queen-sized bed and 1 or 2 full bathrooms and toiletries
94 m2
Living and dining area
Flat-screen TV
Free WiFi
Pool view
Balcony
Fully equipped kitchen
Washer - dryer
Swimup Suites
Enjoy the comforts of a suite with the added benefit of private access to the swimming pool from your own terrace
116 m2
Living and dining room
Flat-screen TV
Free WiFi
Pool view
Balcony
Fully equipped kitchen
Washer - dryer
Rooftop Suites
1 or 2 bedroom suites with spectacular views of the pool and golf course, each with queen-sized bed and 1 or 2 full bathrooms and toiletries
169 m2
Living and dining area
Flat-screen TV
Free WiFi
Pool view
Balcony
Fully equipped kitchen
Washer - dryer
Rooftop Suite with Jacuzzi
Enjoy all the comforts of the Rooftop Suite with the addition of a sun-washed terrace jacuzzi.
169 m2
Living and dining area
Flat-screen TV
Free WiFi
Pool view
Balcony
Fully equipped kitchen
Washer - dryer
Other Hotel Suites
-
1 & 2 Bedroom Suites
Spacious 94 m2 suites with 1 or 2 bedrooms, each with queen-sized bed and 1 or 2 full bathrooms and toiletries
-
Swimup Suites
Enjoy the comforts of a suite with the added benefit of a private access to the swimming pool from your own terrace
-
Rooftop Suites
1 or 2 bedroom suites with spectacular views of the pool and golf course, each with queen-sized bed and 1 or 2 full bathrooms and toiletries
-
Rooftop Suite with Jacuzzi
Enjoy all the comforts of the Rooftop Suite with the addition of a sun-washed terrace jacuzzi.
-
“Excellent"
Excellent food, very good facilities and outstanding service. The spectacular room, the bed very comfortable and with lots of natural light. The ideal location, in front of the beach and with all the amenities of the pool and the Beach Club.
Ligia · Booking.com
-
“First class service, quality, excellence and great comfort”
The bed was very comfortable, the comfort of the hotel and the services were excellent, without leaving aside the great attention and kindness of the staff and the excellent food in the restaurants. The beach is phenomenally beautiful. Without a doubt, I will be back soon.
Ignacio · Booking.com
-
“A hotel to come back”
It is an hotel with all the comforts. With a huge room, pool, tennis and golf courses and many services. I especially loved its location newar the beach. And the staff that serves the tourist is excellent. We will repeat for sure!
Ruth · Booking.com
Want to see more options? Take a look at our other hotels.
-
Make yourself at home
FROM 276 USD Room
NIght
See Hotel
-
Where family fun begins
FROM 276 USD Room
Night
See Hotel
-
Everything, right where you need it
FROM 99 USD Room
Night
See Hotel
-
Where hospitality meets the ocean
FROM 99 USD Room
Night
See Hotel
-
See what a difference a stay makes
FROM 276 USD Room
Night
See Hotel
-
More than just a hotel
FROM 276 USD Room
Night
See Hotel
BOOK DIRECTLY ON OUR WEBSITE
AND TAKE ADVANTAGE OF GREAT BENEFITS
SIGN UP FOR OUR NEWSLETTER
Subscribe to our newsletter and get our special offers delivered directly to your inbox.
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
if ($new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var orderRef = '= $booking->id ?>' + ' ' + '= $booking->hotel_title ?>'; /* You MUST keep the blank space */
var payoutCodes = '';
var offlineCode = '';
var uid = '= $booking->hotel_id ?>';
var htname = '';
var merchantID = 4662;
var pixel = 0;
var orderValue = '= $booking->total ?>'; /* Commissionable Amount */
var checkOutDate = '= $booking->end_date ?>'; /* yyyy-mm-dd (separated by hypen) */
var currencyCode ='USD';
[[/script]]
[[script type="text/javascript" src="//scripts.affilired.com/v2/confirmation.php?merid=4662&uid== $booking->hotel_id ?>"]]
[[/script]]
[[script type="text/javascript"]]
recV3 (orderValue , orderRef, merchantID, uid , htname, pixel, payoutCodes, offlineCode,checkOutDate,currencyCode)
[[/script]]
{/source}
{source}
chclient) && isset($app->chclient->new_booking) && $app->chclient->new_booking;
$tracking = $app->getUserState('plg_chtrack', null);
$mirai = !empty($tracking->utm_medium) && ($tracking->utm_medium == 'mirai' || $tracking->utm_medium_first_visit == 'mirai');
if ($mirai && $new_booking)
{
$booking = $app->chclient->new_booking;
?>
[[script type="text/javascript"]]
var miraiMetaCanabayNS = {
createCORSRequest: function (method, url) {
var xhr = new XMLHttpRequest();
if ("withCredentials" in xhr) {
xhr.open(method, url, true);
} else if (typeof XDomainRequest != "undefined") {
xhr = new XDomainRequest();
xhr.open(method, url);
} else {
xhr = null;
}
return xhr;
}
}
function validateMiraiMetaDate(date) {
var reg = /(20)\d\d[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01])/;
return date.match(reg);
}
function convertDate(_date) {
if (_date == null || _date.length === 0) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ _date);
} else {
var dateParts = _date.split("/");
return dateParts[2] + "-" + dateParts[1] + "-" + dateParts[0];
}
}
function validateMiraiMeta() {
if (!MiraiMeta.hotelId) {
throw new Error("MiraiMeta.hotelId unexpected value:"
+ MiraiMeta.hotelId);
}
if (!MiraiMeta.transactionId) {
throw new Error("MiraiMeta.transactionId unexpected value:"
+ MiraiMeta.transactionId);
}
if (!MiraiMeta.checkout || !validateMiraiMetaDate(MiraiMeta.checkout)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkout);
}
if (!MiraiMeta.checkin || !validateMiraiMetaDate(MiraiMeta.checkin)) {
throw new Error("MiraiMeta.checkin unexpected value:"
+ MiraiMeta.checkin);
}
}
$(document).ready(function () {
try {
var booking = $('#ch-new-booking').data('ch-booking');
var rooms = booking.rooms.length;
var MiraiMeta = MiraiMeta || {};
MiraiMeta.chainName = "CANABAY";
MiraiMeta.hotelId = 1;
MiraiMeta.transactionId = booking.id;
MiraiMeta.checkin = booking.start_date;
MiraiMeta.checkout = booking.end_date;
MiraiMeta.guests = rooms * 2;
MiraiMeta.rooms = rooms;
MiraiMeta.totalPriceWithTaxes = booking.total;
MiraiMeta.currency = booking.currency;
console.log(MiraiMeta);
// validateMiraiMeta();
var jsPixel = document.createElement("script");
jsPixel.setAttribute("type", "text/javascript");
jsPixel.setAttribute(
"src",
"https://reservation.mirai.com/XMAS/reservation/metasConfirmationTracking.js?chainName=" + MiraiMeta.chainName + "&chainIdHotel="
+ MiraiMeta.hotelId
+ "&transactionId="
+ MiraiMeta.transactionId);
document.getElementsByTagName("body")[0].appendChild(jsPixel);
} catch (err) {
var url = 'https://reservation.mirai.com/XMAS/reservation/trackPixelError?o=GTM_CANABAY&t='
+ MiraiMeta.transactionId
+ '&n='
+ err.name
+ '&m='
+ err.message;
var xhr = miraiMetaCanabayNS.createCORSRequest('GET', url);
xhr.withCredentials = true;
xhr.send();
}
});
[[/script]]
{/source}