Rooms

Our Deluxe Double Rooms


Amenities
  • Plush Queen Size Bed
  • High Quality linen
  • Tea & Coffee maker
  • 32'' Inch HD Television
  • Telephone
  • High speed internet
  • In-room service
  • Bathroom Amenities
$('#myCarousel').carousel({ interval: false }); $('#carousel-thumbs').carousel({ interval: false }); // handles the carousel thumbnails // https://stackoverflow.com/questions/25752187/bootstrap-carousel-with-thumbnails-multiple-carousel $('[id^=carousel-selector-]').click(function() { var id_selector = $(this).attr('id'); var id = parseInt( id_selector.substr(id_selector.lastIndexOf('-') + 1) ); $('#myCarousel').carousel(id); }); // Only display 3 items in nav on mobile. if ($(window).width() < 575) { $('#carousel-thumbs .row div:nth-child(4)').each(function() { var rowBoundary = $(this); $('
').insertAfter(rowBoundary.parent()).append(rowBoundary.nextAll().addBack()); }); $('#carousel-thumbs .carousel-item .row:nth-child(even)').each(function() { var boundary = $(this); $('