Vacation Homes
Each of our spacious one, two, three and four-bedroom homes is fully furnished and complete with a modern kitchen. Outdoor amenities include barbecues and deck furniture. The space, privacy, and convenience of your own home-away-from-home will add to your enjoyment of Lummi Island’s many activities and attractions. We recommend that you review the waterfront and water view properties and select from our wide choice to make your stay a memorable one.
SELECT SQL_CALC_FOUND_ROWS wp_posts.*, 1 rooms_available, 0 rooms_booked , IFNULL((SELECT price_meta2.meta_value + 0 FROM wp_postmeta price_meta2 WHERE price_meta2.post_id=wp_posts.ID AND price_meta2.meta_key='_accommodation_min_price:2024-12-10:2026-12-10' LIMIT 1), 0) accommodation_price , IFNULL((SELECT price_meta3.meta_value + 0 FROM wp_postmeta price_meta3 WHERE price_meta3.post_id=wp_posts.ID AND price_meta3.meta_key='accommodation_static_from_price' LIMIT 1), 0) accommodation_static_price
FROM wp_posts
WHERE 1=1 AND wp_posts.post_type = 'accommodation' AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID HAVING 1=1
ORDER BY wp_posts.post_date ASC
LIMIT 0, 12