This 124sqm, 4-bedroom home delivers solid value and versatility. The standout 90sqm double garage with 3m high doors is ideal for boats, caravans, hobbies, or extra income potential. Inside, the open plan kitchen, dining, and living area offers modern comfort with a pantry, electric stove, and generous bench space. Built in the 1970s with brick cladding, wood framing, a metal roof, and a concrete pile base, it’s a dependable, low-maintenance choice. A heat pump, upgraded insulation, and extraction in the kitchen and bathroom keep the home comfortable year-round. The sunny northwest-facing 748sqm section sits close to Picton CBD, SH1, and ferry links, adding convenience for commuters, retirees, and tenants alike. With off-street parking for 4 more vehicles and multiple use options - from first home to rental investment to downsized living - this property offers flexibility and long term appeal.
{
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 || []);
}
});">