Developer Ken Achs on downtown Saskatoon
Posted on
April 22, 2010
by
Norm Fisher, Royal LePage Vidorra
According to the Saskatoon Star Phoenix, developer
Ken Achs is gearing up for what he sees as "kind of a last hurrah here." Achs is preparing for a massive renovation of the
Modern Press building on Second Avenue including the addition of a four-storey office building on the corner. Together, the completed project will boast the largest frontage of any downtown development, besides the
Midtown Plaza.
Ken Achs sits down with Star Phoenix reporter Cassandra Kyle and shares his thoughts on downtown Saskatoon, River Landingand more.
Read: Building a legacy - Developer Achs putting unique stamp on downtown
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();
}
}