Meet Our Staff

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Andy McGhee PREC*
REALTOR®
7786788290
Joanne Mulholland
Office Manager
250-940-7526
MLS® property information is provided under copyright© by the Vancouver Island Real Estate Board and Victoria Real Estate Board. The information is from sources deemed reliable, but should not be relied upon without independent verification.
/* Make all images black and white */ img { filter: grayscale(100%); /* Apply grayscale effect */ transition: filter 0.5s ease; /* Smooth transition when hovering */ } /* Revert to color when hovering */ img:hover { filter: grayscale(0%); /* Remove grayscale on hover */ }