Welcome to West Point Villa – 31831 Peardonville Rd: Complex was built in 1994. This building allows rentals and pets (with restrictions). Gas and Hot Water is included in your strata fees as of 2017. There are 74 total units in the building. Campbell is the property management company. They have a secured underground parking garage.
Welcome home to West Point Villas located just a two-minute drive from Highway 1! This two-bedroom, one bathroom home has fresh updates with new flooring, kitchen, vanity cupboards, and a fresh coat of paint. Great long-term tenants are currently calling this 764 sq.ft.* 3rd floor condo home which is located close to all major Abbotsford amenities. This community has no age restrictions and pets are allowed (1 cat or 1 dog 18" from the shoulder). Get in on this great rental building before it’s gone!More details
document.addEventListener("DOMContentLoaded", function() {
// Get the current URL path and split it to find the address
const urlPath = window.location.pathname;
const addressPart = urlPath.split("listing.")[1]?.split(".")[0];
// Format the address and populate it into the subject field if the address part is available
if (addressPart) {
const formattedAddress = addressPart.replace(/-/g, ' '); // Replace hyphens with spaces
document.getElementById("subject-field").value = `I would like more information about or to schedule a viewing for ${formattedAddress}`;
}
});