Nestled just minutes from Waikawa Marina, this delightful 3-bedroom cottage, over 2 levels, is the perfect holiday base for exploring the Marlborough Sounds. Full of character and charm, the home boasts a unique design with great indoor/outdoor flow leading to a spacious split-level deck - ideal for summer BBQs, morning coffees, or stargazing under the clear Picton skies. Whether you're after a weekend escape or a cosy base for your adventures, this quirky gem offers comfort, convenience, and a touch of whimsy. It comes fully furnished, ready for the summer trade, 2 off-street parks, ready, set, go for your next investment.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">