First Floor | 106sqm - $24,000+GST+OPEX
A bright, open-plan layout with views across Richmond, well-suited for professional offices, consultants, or creative industries.
Don't miss this opportunity to establish your business in one of Richmond's most sought-after locations.
{
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 || []);
}
});">