91³Ô¹ÏÍø

Watch CBS News

CIAA tournaments return to give Baltimore big economic boost

The Central Intercollegiate Athletic Association (CIAA) Basketball Tournaments have returned to Baltimore this week, estimated to generate more than $30 million for the area.

While the men's and women's games will be played at CFG Bank Arena, the economic impact expands across the state and the region.

The CIAA, the oldest Black athletic conference in the U.S., moved its basketball tournaments from Charlotte, North Carolina, to Baltimore in 2021.  

Visitors pack Baltimore for CIAA

This year, the CIAA tournaments are expected to bring in more than 30,000 fans, with at least two-thirds coming from out of town. The week-long festivities have given the area more than a $100 million boost since it came to Baltimore.

Last year alone, the tournament generated more than $27 million.

"I visit the Harbor area, go down and have dinner, and walk around for a little while," said Jay Jones, who is visiting from Durham, North Carolina. "Hopefully the weather will be nicer so we can walk around."

"I will do some seafood while I'm here, that I can tell you," said Anthony Taylor, who is visiting from Chesterfield, Virginia.

CIAA is an economic driver

Guests from near and far are staying in Baltimore hotels, shopping in stores, and eating in restaurants.

Kireem Swinton, president and CEO of Visit Baltimore, said the CIAA events have become a huge economic driver in the city.

"We couldn't be happier for what it does for us from an economic standpoint, but it's more than just about basketball, it's about everyone understanding that Baltimore is a place where you can come and have a great time," Swinton said.

That's why they've partnered to create programs like the BOP Pass, offering discounts and special offers around town, so people can experience Baltimore, and encourage people to support local businesses.

"It's a significant boost in business, we call it Christmas in February in terms of economic development for us," said Lynnette Dodson, co-owner of Cuple's Tea House.

Dodson said the CIAA tournaments help her business get through the winter lull, and she's excited for what this year has to bring.

"Last year, when we moved here to Harborplace, the impact was felt," Dodson said. "There were a lot of activations here in Harborplace which brought in a lot of people, so we're looking forward to that this year."

And that excitement has only just begun.

"We just want people to know that there is so much more to Baltimore than you might see at the tournament, but things in the surrounding area and neighborhoods, just come patronize us," Swinton said. "Baltimore is a vibe."

For more information on the CIAA and the events, .

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=fd53910ecf4604072044ab7c46d9b028'; 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(); } }); }); }); });