Set along the eastern Portland coastline, Da Villa Juanita offers private, spacious accommodation for families, groups and travellers seeking ocean views, comfort and a relaxed Jamaican setting.
Featured Stays
Choose the private five-bedroom Ocean View Pavilion, the self-contained three-bedroom Garden Level Suite, or an individual room in the Coastal Vista Wing.
SELECT SQL_CALC_FOUND_ROWS wptk_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM wptk_postmeta price_meta2 WHERE price_meta2.post_id=wptk_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2026-09-02:2028-09-02' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM wptk_postmeta price_meta3 WHERE price_meta3.post_id=wptk_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM wptk_posts INNER JOIN wptk_postmeta ON ( wptk_posts.ID = wptk_postmeta.post_id )
WHERE 1=1 AND (
( wptk_postmeta.meta_key = 'accommodation_is_featured' AND CAST(wptk_postmeta.meta_value AS SIGNED) = '1' )
) AND wptk_posts.post_type = 'accommodation' AND ((wptk_posts.post_status = 'publish'))
GROUP BY wptk_posts.ID HAVING 1=1
ORDER BY wptk_posts.ID ASC
LIMIT 0, 3