Welcome Back.

Streak: 9 days i

Stories you've missed since your last login:

Stories you've saved for later:

Recommended stories based on your interests:

Edit my interests

Finger pushing
[location-weather id="1320728"]


Former Colorado Springs Walgreens to become new Planet Fitness location

100224-biz-walgreens-photo1 (copy) (copy)

A former Walgreens in Colorado Springs will host a new tenant by the end of the year.

At 3143 W. Colorado Ave. on the city’s west side, the location, which opened in 2007, was home to a Walgreens for almost 20 years.

That changed last year when Walgreens announced the store would be closing, the second such store in the area to be closed.

Now, after several months sitting vacant, Planet Fitness plans to move into the space. The location will be run by franchise group Baseline Fitness, which operates 120 Planet Fitness locations nationwide.

“The new Planet Fitness location will be the sixth location in Colorado Springs and is anticipated to open in Q4,” said Will Delaney, the marketing director at Baseline Fitness in an emailed statement to The Gazette.

“(Old Colorado City) is underserved from a fitness perspective, and we are excited to provide more options in the area and join this wonderful community.”

The nearest fitness center for west-side residents is the downtown location of the YMCA of the Pikes Peak Region.

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazettedev.gazette.com/mg2-newsletters.php?action=subscribe&site=gazettedev.gazette.com&emailPreferenceId=79&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #0f69e9;

background-image: url(https://static.gazettedev.gazette.com/emails/circ/Audience%20Images/Gaztte%20Business.png);
background-size: cover;

}

#nsltr-header {
color: #ffffff
}
#nsltr-body {
text-align: center;
color: #ffffff
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

Featured Local Savings

Planet Fitness will be one of several new gyms that have opened around Colorado Springs this year.

In May, D1 Training, which builds its training around four age-based programs and the five core tenets of athletic-based training, opened on Colorado Springs’ south side.

In February, VASA fitness, based in Colorado and Utah, opened its fourth location on the north side.

However, it has not been all smooth sailing for the gym industry. In October, 24-Hour Fitness, a California-based gym, closed the last of its Springs locations at the Broadmoor Towne Center, 1892 Southgate Road.

The building Planet Fitness plans to move into was constructed in 1958 and covers close to 20,000 square feet on a 2-acre lot, according to the El Paso County Assessor’s Office.

Its assessed market value is roughly $1.8 million and the listed owner is JFRCO, a Denver-based, family-owned investment company.


Ad block goes here

Sponsored Content