91³Ô¹ÏÍø

Watch CBS News

New Atlanta Culture House at former CNN Center to showcase artists during 2026 FIFA World Cup

Atlanta leaders on Wednesday unveiled a new cultural hub designed to showcase the city's creativity as the world arrives for the  2026 FIFA World Cup this summer.

Mayor Andre Dickens announced the launch of the Atlanta Culture House, a space that will bring together artists, performers and storytellers in the heart of downtown. The project will be housed inside the former CNN Center, an iconic building now being redeveloped near Mercedes-Benz Stadium.

City leaders say the goal is simple: give Atlanta's creative community a global stage.

"This will be a home for creativity, collaboration and community," Dickens said. "When the world comes to Atlanta, they're not just coming for soccer, they're coming for the full experience of our culture."

The Culture House will feature art exhibits, live performances and interactive installations, all designed to highlight the depth of Atlanta's creative scene. Officials say the space will span more than 23,000 square feet and run for about a month, from mid-June through mid-July, during the height of World Cup activity.

SOCCER FRIENDLY UNITED STATES VS BELGIUM
this picture shows fhe Fifa Word Cup 2026 logo ahead of a friendly soccer game between the United States national team and Belgian national soccer team Red Devils in Atlanta, on Saturday 28 March 2026, in preparation for the 2026 World Cup. BELGA PHOTO DIRK WAEM DIRK WAEM / BELGA MAG / Belga /AFP via Getty Images

Adriane Jefferson, executive director of the Mayor's Office of Cultural Affairs, said the project is centered on local artists.

"Yes, the world is visiting, but this is for Atlanta," Jefferson said. "We want to make sure our culture is represented authentically, and that creatives here have a space to shine."

Organizers say hundreds of proposals have already been submitted by artists across the city, reflecting strong interest in being part of the event.

The Culture House is also part of a broader redevelopment effort led by Chris Eachus and CP Group, which is transforming the former CNN Center into a mixed-use destination. The project includes large-scale murals, sculptures and new public spaces designed to connect visitors with Atlanta's culture.

Eachus said the development sits at the center of Atlanta's sports and entertainment district and will serve as a key gathering place during the World Cup.

"Our goal is to create a space where local culture and global audiences come together," he said.

City leaders say the initiative is about more than just a one-time event. They hope it leaves a lasting impact by supporting local artists, boosting small businesses and strengthening Atlanta's reputation as a cultural capital.

"This is how we make sure the benefits of global events reach our communities," Dickens said. "We're building opportunities that will last long after the World Cup ends."

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