It is all gas and no brakes for one national gas station and convenience store chain, which has submitted plans for yet another location in Colorado Springs.
QuikTrip, a Tulsa, Okla.-based chain of convenience stores and gas stations, hopes to add a location near the Motor City area, south of downtown, with a future address of 18 E. Motor Way. That would be on top of three other locations planned for the Springs.
The Motor City location would be built on about 1.9 acres near Interstate 25, on the northwest side of Nevada Avenue and Motor Way; there is a Maverik gas station on the southeast side. The 6,445- square-foot convenience store would include 16 gas pumps.
“This location will feature our newest Generation 4 prototype, which is slightly larger than our previous sites,” said Aisha Jefferson, QuikTrip’s corporate communications manager. “It’s an attractive site due to its strong highway presence, high traffic volume, and surrounding density.”
The newest location is far from breaking ground, however, because the company has just started moving through the city’s processes, Jefferson said.
First, QuikTrip must purchase the land from the Colorado Department of Transportation, Jackson said. According to the El Paso County Assessor’s office, it has an assessed value of just under $369,000.
QuikTrip already owns land at 4760 Flintridge Drive and 1590 N. Academy, where two other locations are planned. It has yet to purchase land for a planned location at 802 W. Garden of the Gods Road.
The Motor City QuikTrip wouldn’t take up the nearly 3-acre property, and QuikTrip intends to further subdivide it for yet-to-be determined uses, Jefferson said.
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;
}
The location would include 49 parking spaces. The company, in its project statement submitted to the city, proposed two entrances to the gas station from Motor Way.
QuikTrip plans to open the Academy Boulevard location, which would be the first in the Springs, this fall. A late 2026 opening is being eyed for the Garden of the Gods location.
The location on Flintridge Drive requires demolition of an existing building, records with the city show. The structure is called the Flintridge Professional Building and used to house medical and psychiatric offices. QuikTrip bought the land last year for $3.5 million, according to records with the El Paso County Assessor.
A construction record, dated July 2, requires corrections, according to the city, and an excavation permit dated July 17, pulled in preparation to demolish the old building, is at risk of expiring. The permit allows a contractor to disconnect the building’s sewer and water lines.
As with the other locations, QuikTrip is working through the required processes.
“This site is currently in the planning and approval phase,” a spokesperson with QuikTrip said. “Due to ongoing coordination and scheduling, we don’t yet have a confirmed start date, but we’re excited about moving forward.”
There are more than 1,100 QuikTrip locations in 20 states, including 21 in Colorado. The only one in the Pikes Peak region currently is west of I-25 on Baptist Road in Monument, which opened in January last year.