Colorado Springs residents who have been waiting for years to shop at H Mart, the Korean- and Asian-themed grocery store, will have to wait to keep waiting — but at least there’s still hope.
In December 2021, The Gazette first reported on plans for the New Jersey-based grocery store chain to open a store on Colorado Springs’ far north side; the proposal called for construction to begin the next summer with completion in 2023.
Three and a half years later, no H Mart. And this week, the Pikes Peak Regional Building Department posted this on Facebook: “Over the past year or so we have been getting a lot of questions about the H Mart so we wanted to give a little update to its status. The plans for a Colorado Springs store were submitted back in 2023 and were rejected and sent back to the design team for revisions. Those plans were never resubmitted after Feb 2024 and have now been administratively canceled due to lack of activity.”
The post concluded: “Sorry if its not the update you hoped for. We just wanted to keep everyone informed.”
But H Mart still plans to bring a store to the Springs, Brendon Choi, the general affairs manager for H-Mart’s locations in Aurora and Westminster, said this week.
“As far as the overall plan goes, it is still in process and we are still planning to expand to Colorado Springs,” said Choi. “We’re working with the architects to get the building designed and will be reapplying for a permit.”
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.gazette.com/mg2-newsletters.php?action=subscribe&site=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.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;
}
State regulations on allowable refrigerants changed, Choi said, forcing H Mart to redo its refrigeration. H Mart is also making adjustments to the building type, he said.
The original plans called for construction of a 29,000-square-foot store at 1872 Democracy Point in the mixed-use development of Victory Ridge, between InterQuest and Voyager Parkways.
As part of the process, an H Mart-associated entity bought 2.6 acres for $1.8 million in 2022, El Paso County Assessor’s Office records show. H Mart owns the land, according to the office. Its market value is slightly more than $2 million. As things added up, though, the plans sat dormant at the Pikes Peak Regional Building. After a certain time, it cancels applications.
“It happens. … It’s not wrong,” Choi said. “It’s not anyone’s fault, the state is trying to make things better for people environmentally. … It’s also the nature of the project.”
The company hopes to expand to Colorado Springs “as soon as possible,” Choi said.
H Mart bills itself as the largest Asian supermarket chain in the U.S., with nearly 100 stores, according to its website. It’s known for a diverse lineup that includes live crabs and lobsters, tropical fruits and numerous varieties of noodles.