Don't Miss Out on These Amazing Deals! Hurry in to warm up with Savings up to $2500!!! *Restrictions Apply
4.6 Star Rated Community!!!
High Speed Internet 1GB for only $32.00 Per month

Fitness center with weight machines and cardio machines.

Features & Amenities

Whether you prefer to relax in your oversized tub or the resort-style pool, we’ve thought of all the apartment and community amenities you need to relax, energize and thrive at Momentum. Explore modern interior features and our club-style amenities perfect for the whole family.

We designed Momentum to be your happy place

Dining room with wood floors, yellow walls, and artwork on the walls. Bedroom with a large window, carpet, and yellow walls. Open-concept living room with a carpet over wood floors and a view into the kitchen with a peninsula and wood cabinets.

APARTMENT INTERIORS

  • Solid surface countertops
  • Pendant lighting
  • Tile backsplash
  • Luxury vinyl flooring
  • Private balconies View Amenity Image
  • Digital cable television
  • High-speed internet
Open-concept kitchen and living room looking over the kitchen's peninsula into the living room with wood floors and wood cabinets.

MODERN KITCHENS

Complete with stainless steel appliances, designer cabinets, luxury flooring and pendant lighting, Momentum kitchens are second to none when it comes to modern design.

Community Amenities

Momentum at First Creek Pool Deck
  • Cabanas
  • Barbecues
  • Children’s playscape
  • Bike wash
  • Pet spa
  • Dog park

AN OUTDOOR OASIS

Spend the day in your personal cabana, enjoy the Colorado sunshine from our resort-style pool or cook up a feast in the outdoor kitchen. We’ve elevated the outdoor living experience.

Person in swim trunks diving into bright blue pool.
Clubhouse with two large couches, artwork on the walls, and large windows.

THE CLUBHOUSE

Enjoy over 7,700 square feet of amenities in the Momentum clubhouse. Perfect for socializing, entertaining, relaxing and more.

// intro to metrics api to ensure Sightmap is loaded and ready for events document.addEventListener("DOMContentLoaded", function (event) { var spacesSightMap = document.getElementById('spaces_sightmap') function initSmMetrics() { const embed = new SightMap.Embed("spaces_sightmap") // console.log(embed) // Load scripts when SightMap is ready embed.on("ready", function () { // console.log("SightMap is ready") // A Unit Details element is clicked embed.on("metrics.unitDetails.apply.click", function (event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const eventName = `SM Apply Click - #${unitNumber}` gtag("event", eventName) }) //metrics.unitlist.unit.click embed.on("metrics.unitList.unit.click", function (event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const eventName = `SM Unit Click - #${unitNumber}` gtag("event", eventName) }) //metrics.unitmap.unit.click embed.on("metrics.unitMap.unit.click", function (event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const eventName = `SM Unit Click - #${unitNumber}` gtag("event", eventName) }) //metrics.unitmatches.impression embed.on("metrics.unitMatches.impression", function (event) { // console.log(event) const eventName = "SM View" gtag("event", eventName) }) //metrics.unitDetails.outbound.click embed.on("metrics.unitDetails.outbound.click", function (event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const ctaName = event.data.label const eventName = `SM CTA ${ctaName} - #${unitNumber}` gtag("event", eventName) }) }) } if (typeof spacesSightMap != 'null') { initSmMetrics() } // After initial load, bind events to the tab changes to listen for the SightMap Embed tab to load const spacesTabsControls = document.querySelectorAll('[data-spaces-tab-control]') spacesTabsControls.forEach((control) => { control.addEventListener("click", function () { // console.log('A SPACES tab control button has been clicked.') // Wait a moment for the SM to load before trying to test for it. setTimeout(() => { if (typeof spacesSightMap != 'null') { initSmMetrics() } else { // Try to redefine the SightMap Element, as it wasn't set at load but may be now that the tab has changed spacesSightMap = document.getElementById('spaces_sightmap') if (typeof spacesSightMap != 'null') { initSmMetrics() } } }, 500) }) }) }) // SPACES element metrics - NOTE: Requires SPACES version rc.8 or later document.addEventListener("DOMContentLoaded", function (event) { // Only load SPACES scripts if SPACES is present on page if (SPACES) { // console.log('SPACES ON PAGE') // A Unit Details element is clicked SPACES.on('metrics.unit.details.click', function(event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const eventName = `SP Unit ${unitNumber} Detail` gtag("event", eventName) }) // An Apply element is clicked SPACES.on('metrics.unit.apply.click', function(event) { // console.log(event) const unitNumber = event.data.unit.unitNumber const eventName = `SP Unit ${unitNumber} Apply` gtag("event", eventName) }) // A Floorplan Details element is clicked SPACES.on('metrics.plan.details.click', function(event) { // console.log(event) const floorPlan = event.data.unit.name const eventName = `SP Floorplan ${floorPlan} Detail` gtag("event", eventName) }) } })