Do you have elderly parents or friends that need rest home level care in Richmond? Residents enjoy private, well-furnished rooms with 24-hour emergency call systems for added security. Each room is designed with comfort in mind, offering heating, ample storage, and the opportunity for residents to bring personal belongings to create a familiar space. At Wensley House, they provide a supportive and caring environment for those who need daily assistance while maintaining as much independence as possible. The rest home is designed to offer a balance of privacy, community, and professional care in a comfortable, homely setting. Call Tanea for more information.
{
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 || []);
}
});">