Welcome to The Frontenac

Introducing The Frontenac. Situated in a city full of historical roots, this new condo in Kingston, Ontario is an opportunity unique to the city. The Frontenac is based on Kingston's foundation of History & Innovation. Just minutes from the core of a vibrant downtown, Queen's University, & lush city parks; The Frontenac located at Princess & Frontenac Street provides an exciting future! With 5 mid-rise floors of red brick facade & a central courtyard, this fortress is already a pleasant addition to the cities future.
// Case#17947263 2023-03-10 Start (function () { if (!location.pathname.toLowerCase().includes("contactussuccess")) return; function closeEmailWindow() { const win = document.getElementById("email-us-window"); if (!win) return false; const closeBtn = win.querySelector(".popup-header .close, .close"); if (closeBtn) { closeBtn.click(); return true; } if (win.classList.contains("open")) { win.classList.remove("open"); return true; } return false; } function waitAndClose(maxWait = 10000) { const deadline = Date.now() + maxWait; // Immediate attempt if (closeEmailWindow()) return; const observer = new MutationObserver(() => { if (closeEmailWindow()) observer.disconnect(); }); observer.observe(document.body, { childList: true, subtree: true }); // Fallback timeout const timer = setInterval(() => { if (Date.now() > deadline || closeEmailWindow()) { clearInterval(timer); observer.disconnect(); } }, 200); } (document.readyState === "loading") ? document.addEventListener("DOMContentLoaded", () => waitAndClose()) : waitAndClose(); })(); // Case#17947263 2023-03-10 End