Now available for lease, this well-appointed first floor office presents a high-quality and versatile workspace in the heart of Richmond.
The premises feature a modern fit-out with full air-conditioning throughout, offering a comfortable and functional environment suitable for a range of professional businesses.
Key features include:
• Multiple high-specification offices
• Dedicated boardroom for meetings and presentations
• Three heat pumps for year-round comfort
• Two on-site car parks
Positioned in a sought-after central Richmond location, this property offers convenience, accessibility, and a professional setting for your business.
{
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 || []);
}
});">