Are you ready to embrace a more relaxed lifestyle with minimal maintenance? Look no further! Nestled within the serene and secure community of Waimea Village, this cosy, tidy, and well-maintained 2-bedroom home offers an incredibly comfortable and easy-care environment for singles, couples, and retirees.
The spacious open-plan living area is light and bright and the conservatory offers a wonderful warm spot to relax with a book. This property has wheelchair access, a bathroom with a separate toilet, lovely easy-care gardens, a single garage with internal access, and visitor parking close by. A company share of Waimea Village is included in the sale.
{
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 || []);
}
});">