You can't go past a classic 1960's red brick home. Healthy home compliant, with a current rental assessment of $450 per week. This 2-bedroom unit is all about the convenience of being in the heart of Picton. Opposite the local supermarket, minutes away from the medical centre and just a hop, skip and a jump to the town centre and beautiful waterfront. No car is needed here, so very suitable for a base, investment or downsized home. It offers open-plan living, including a laundry area off the kitchen. The bathroom has a shower, vanity and toilet. Two bedrooms, both with wardrobes, a private rear easy-care yard and carport. This is a cross-lease unit, so no body corporate fees to pay here. Please note the vinyl in the kitchen and bathroom has been modernised since these 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 || []);
}
});">