Skip to main content

MHFD has Moved to Lakewood!

February 8, 2023

An announcement image saying "We've Moved!" with a new address in Lakewood, CO, a map, a QR code, and a building photo.

After 47 years at the Diamond Hill Complex, we have finally moved into our own building!

You can find us at our new location: 12575 W Bayaud Avenue, Lakewood, CO 80228

We’re excited to share our new space with you!

Questions? You can reach us at contact@mhfd.org

Back to News

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });