A compact, fully fenced freehold section featuring a low-maintenance, 3-bedroom concrete block bungalow. Whether you’re looking to add your own flair or secure a rental investment (currently assessed at $560 per week), this property offers plenty of potential. Alongside the home are 2 separate studios (“his and hers”), a carport, garden shed, and single garage - providing excellent flexibility for hobbies, storage, or extra space. The home remains largely original and would benefit from updating, but it offers generous rooms - ideal for a hands-on buyer ready to add value. It has been a much-loved family home for over 10 years.
Conveniently located close to Picton School, Picton Pre-School, the local dairy, GAS, NPD, Bluebridge Ferries, and the ever-friendly The Crow Tavern. A long-awaited proposed intersection upgrade nearby is set to improve traffic flow past the property. Please note: décor has changed since the photos were taken.
{
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 || []);
}
});">