Sense of community alive and well in Saskatoon's Hudson Bay Park
Posted on
December 22, 2011
by
Norm Fisher, Royal LePage Vidorra
Here’s a link to an article that’s part of a series that appears in
Bridges in which Charles Hamilton gets a feel for a Saskatoon neighbourhood from a resident of the area. This one is about the
Hudson Bay Parkarea of Saskatoon.
Angie Lato, a ten year resident of Hudson Bay Park says, "When I look out my front door there’s a Lutheran Church, a seniors’ care home and the Catholic Elementary School and I was raising a family. I thought ‘you can’t get much better than this.’ The area has nice little crescents and a real sense of community. I felt that right from the beginning. It was an easy choice. We’re a really small area though – a little triangle on the map.”
Read the entire article here.
See our neighbourhood page of Hudson Bay Park.
I’m always happy to answer your Saskatoon real estate questions. All of my contact info is here. Please feel free to call of email me.
Norm Fisher
Royal LePage Vidorra
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();
}
}