// Wait for the entire page to load before running the script
window.addEventListener('load', function() {
const modal = document.getElementById('questionnaireModal');
// Check if the modal exists on the page
if (modal) {
// Find all radio buttons within the modal
const radioButtons = modal.querySelectorAll('input[type="radio"]');
// Loop through each radio button and add a 'change' event listener
radioButtons.forEach(function(radioButton) {
radioButton.addEventListener('change', function() {
// Get the parent element of the radio button (the question container)
const questionContainer = this.closest('.question');
// Find the question label within the container
const questionLabelDiv = questionContainer.querySelector('.question-label');
const questionText = questionLabelDiv.textContent.trim();
// Format the question text into a URL-friendly name
const formattedName = questionText
.toLowerCase() // Convert to lowercase
.replace(/[^a-z0-9\s]/g, '') // Remove non-alphanumeric characters (except spaces)
.replace(/\s+/g, '_') // Replace spaces with underscores
.replace(/_$/, ''); // Remove trailing underscore if any
// Get the value of the selected radio button
const answer = this.value;
// Alert the formatted question name and its answer
alert(`Question Name: ${formattedName}\nAnswer: ${answer}`);
});
});
}
});
Sign In or Create a Free Account to see full details of this property
Key Facts
Key facts for 45 Sunrise Avenue E, #904
Property Type
Condo, Apartment
Parking
2 garage, 2 parking
MLS #
C12408203
Size
1000-1199 sqft
Basement
None
Listed on
2025-09-14
Lot size
-
Tax
$1,316.13 /yr
Days on Market
3
Approximate Age
31-50
Maintenance Fee
$730/mo
Common Elements, Hea...
Description
Bright and spacious 3-bedroom condo, beautifully renovated and ready to move in. Enjoy the convenience of in-suite laundry, a private locker, and 2 parking spaces. Features a brand-new oven/stove, extra fridge, portable A/C unit, and upgraded lighting and fixtures. Rare direct backdoor building acce...ss to a park provides a perfect spot for relaxation and recreation. Ideally located just steps from the soon-to-open Eglinton Subway (anticipated by end of 2025) and close to Costco Business Centre, wholesale Costco, Walmart, No Frills, Adonis, Al Premium, Eglinton Square Shopping Centre, Centennial College, parks, and schools, with quick access to DVP and Hwy 401. Residents enjoy excellent building amenities including an outdoor pool, gym, sauna, party room, visitor parking, and a security system. Maintenance fees include all utilities for worry-free living. All measurements have been taken with the listing agents best effort; however, it is the buyers agents responsibility to verify all measurements.
Similar Properties(No results)
Mortgage Calculator
Calculate your estimated monthly mortgage payment
Price
$599,999
$
%
%
Total cost of mortgage
$0
Monthly payment
By clicking Save, we will calculate your estimated mortgage for all properties using the saved values (down payment percentage, interest rate, and amortization).
The accuracy and applicability of this calculator are not guaranteed.