Welcome to 621 5th Street East in Haultain, Saskatoon, SK
Posted on
May 10, 2022
by
Norm Fisher
Welcome to 621 5th Street East in Haultain, Saskatoon, SK
It's not perfect but it's super affordable and in an awesome location with easy access to 8th Street and its many amenities, the river valley, and the university campus. This bungalow has nice street appeal with a stucco exterior and offers a large yard with a great backyard deck. There's a kitchen and a bathroom on each floor, and the appliances are all coming with it, including the washer and dryer. This is a good little house with a ton of potential. Call your REALTOR® today to schedule a viewing.
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();
}
}