Javascript has been disabled on your browser, so some functionality on the site may be disabled. Enable javascript in your browser to ensure full functionality.
Schedule a Tour
Email Us
(435) 233-2181
Floor Plans
Photos & Tour
Amenities
Residents
Pay Rent
Maintenance
Contact
Apply
Summer Citizens
Small Satellites
2x1
Go Back
2 Bed / 1 Bath
Select an Option
Rates Starting At
Deposit
Shared
$400
+
N/A
Lease Now
Schedule a Tour
Alpine Flats
const summerCitizenImg = () => { const title = document.querySelector("title"); const image = document.getElementsByClassName("fullwidth-inner-image")[0]; if (title.textContent === "Summer Citizens") { image.style = "background-image: url('https://medialibrarycf.entrata.com/3690/MLv3/2023/04/28/034044/644c3d5cc7374707.webp')"; } }; setTimeout(() => { summerCitizenImg(); }, 1000);