Rivergreen ecovillage shows up with a cheque for parcel at River Landing
Posted on
July 8, 2010
by
Norm Fisher, Royal LePage Vidorra
Rivergreen Ecovillage Inc. and the
City of Saskatoon have signed an agreement for the sale of the parcel of land at the corner of Avenue C and 19th Street near the
Saskatoon Farmer’s Market in
Riversdale.
The developer placed a deposit equal to ten percent of the $1.5 million dollar purchase price and must still secure financing and pay the balance owing by June 30, 2011. If successful, Rivergreen plans to construct a 65-unit condominium project on the 1.4 acre parcel at River LandingPhase II.
More on this deal at David Hutton’s blog here.
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();
}
}