Three years ago we wrapped up our Iceland Trek for Shelter. As I reflect on this memory today, I'm reminded that the best experiences in life, those that...
For most of us, home is our safe place. It's a place we can go to escape the pressures of life and shelter ourselves from danger. Unfortunately, home is...
I wrote to you last week about a special fundraiser that I was scheduled to participate in on Wednesday, September 19 and I wanted to let you know of the...
Good morning! I'm doing something later today that has me kind of excited and I'm hoping that it may be of interest to you. If it is, great!. If not, no...
Licensed in 1993, Norm brings a wealth of experience to TeamFisher. He has worked in every imaginable capacity including sales agent, office manager, team leader, broker and now, broker/owner. Norm has written a weekly review of the Saskatoon real estate market for more than 750 consecutive weeks which may make him the most consistent industry blogger in the world.Less...
Licensed in 1993, Norm brings a wealth of experience to TeamFisher. He has worked in every imaginable capacity including sales agent, office manager, team leader, broker and now, broker/owner. Norm has written a weekly review of the Saskatoon real estate market for more than 750 consecutive weeks which may make him the most consistent industry blogger in the world.
Norm is known for his passion for technology and can most often be found exploring and experimenting with the next big thing in real estate marketing. He was the first Saskatoon real estate agent to promote a home online and has been an early adopter of new technologies ever since. “Everything about this business has changed over the past 20 years, and it will happen again in the next ten. An open mind and a curious attitude are all that’s needed to continue to find new ways to serve our clients by delivering a faster, smoother, worry-free transaction,” says Norm.
In his spare time, Norm enjoys Crossfit and cycling, some years accumulating over 2,000 kilometres on the road. He’s a strong supporter of the Royal LePage Shelter Foundation and enjoys raising funds by joining fun, fitness-related initiatives like the Grouse Grind for Shelter. In 2015, he trekked the Peruvian Andes to Machu Picchu. In 2017 he walked the southern highlands of Iceland across mountains, sand, snow, ice, lava fields and forest for seven days. Collectively those initiatives raised over a million dollars for Canadian women's shelters.
The Saskatchewan REALTORS® Association (SRA) IDX Reciprocity listings are displayed in
accordance with SRA's MLS® Data Access Agreement and are copyright of the Saskatchewan REALTORS® Association (SRA).
The above information is from sources deemed reliable but should not be relied upon without independent verification.
The information presented here is for general interest only, no guarantees apply.
Trademarks are owned and controlled by the Canadian Real Estate Association (CREA).
Used under license.
MLS® System data of the Saskatchewan REALTORS® Association (SRA) displayed on this site is refreshed every 2 hours.
$(document).ready(function () {
var allBoxes = $("#mrp-container10 div.weblet_web-syndication").children("div");
transitionBox(null, allBoxes.first());
});
function transitionBox(from, to) {
function next() {
var nextTo;
if (to.is(":last-child")) {
nextTo = to.closest("#mrp-container10 .weblet_web-syndication").children("div").first();
} else {
nextTo = to.next();
}
to.fadeIn(500, function () {
setTimeout(function () {
transitionBox(to, nextTo);
}, 7000);
});
}
if (from) {
from.fadeOut(500, next);
} else {
next();
}
}