91³Ô¹ÏÍø

Watch CBS News

Police seek suspect accused of stealing statues outside Denver church

UPDATE: Denver police told CBS News Colorado that the statues were recovered by officers on March 11, but they are damaged. The investigation is ongoing, and no arrests have been made. 

Police are searching for a man accused of stealing two statues from outside a downtown Denver church.

A parish leader says the theft happened at Holy Ghost Catholic Church on California Street, which has served as a refuge for the community for decades.

church-statues-5pkg-frame-156.jpg
CBS

"The church is a second home for so many people, a place where we feel safe, connected, and supported," said Father Paul Nguyen.

For generations, the church has provided help and hope to people from many backgrounds.

"I think we continue to be a place of hope, a place of help and assistance, a lifeline for a lot of people," said Nguyen.

Nguyen said safety is always a priority at the church, but recent incidents have raised concerns.

"I don't know why people like to break our windows or cause problems here, but it's happened over and over," he said.

church-statues-5pkg-frame-924-copy.jpg
Holy Ghost Catholic Church

The latest incident happened last week. Security video shows a man using tools, including a hammer and what appears to be a crowbar, to remove two statues outside the church. The missing statues depict Saint Rita and Saint Paul.

"These statues have been here for 100 years, so for us that's a big deal," Nguyen said.

Church leaders say the statues have been part of the parish since 1924 and were placed near the front doors when the upper portion of the building was completed in 1943. Nguyen said the statues' monetary value may be relatively small, but their historical and sentimental significance is much greater.

"The material value might not be huge; they're bronze, so I don't know if the person was looking to resell them," he said.

church-statues-5pkg-frame-1250.jpg
CBS

The motive behind the theft remains unclear.

"Maybe someone is disgruntled or frustrated in their own situation, or blaming the church for something," Nguyen said.

Church officials say replacing the statues could cost thousands of dollars. Still, Nguyen said the larger concern is accountability and community responsibility.

"The Bible even says to gather a community to bring someone to their senses," he said. "If the community wants to help replace them, that will help. But it's also about how we live and how we choose to live better."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });