91³Ô¹ÏÍø

Watch CBS News

Map shows events and activities for NFL draft in Pittsburgh

A detailed map of the NFL draft campus shows where attendees can find the stage, NFL Draft Experience and more activities on the North Shore and at Point State Park on Thursday, Friday and Saturday. 

The draft gets underway on Thursday night, with fans from all over coming to Pittsburgh to watch their favorite team make picks over the three-day event. Here's what fans need to know before coming to Pittsburgh.

default-2026-04-13t201930-335.png
A detailed map shows where the NFL draft stage and other areas will be during the three-day event this week.  (Photo Credit: NFL)

Where is the draft stage?

The Draft Theater and Main Stage are on the North Shore, outside of Acrisure Stadium. Other events and activities on the North Shore include the Play 60 Zone, a watch party at Acrisure Stadium, a flag football field, a beer hall, the NFL museum and other photo opportunities, like the NFL Draft Photo Frames.

The Draft Theater is only available to invited ticket holders, the NFL says. However, fans will have a chance to be selected for standing room seating, depending on availability, as the draft goes on, the league added. 

North Shore concessions

Concessions on the North Shore are Crazy Horse Coffee, Fry Bar, Mobile Chef International Foods, Steel City Hot Dogs and Tennessee Crushed Water Ice.

Point State Park events

The NFL Draft Experience is a free fan festival centered at Point State Park in Downtown Pittsburgh. It will feature activities, food, drinks and NFL exhibits for fans of all ages. It is open Thursday and Friday from noon to 10 p.m., and open Saturday from 9 a.m. to 6 p.m. 

The red carpet event before the start of the draft on Thursday is set for Point State Park. It is where the draft's top prospects will step out in style before hearing their names called by NFL commissioner Roger Goodell. 

Other draft events at Point State Park include an autograph stage, a field goal challenge, an NFL shop and photo opportunities with the Steelers' Vince Lombardi Trophies.

download-3.png
A map shows where the NFL draft stage and other areas will be during the three-day event in April.  (Photo Credit: Visit Pittsburgh)

The NFL OnePass app is needed for free entry to the NFL Draft Experience. 

Point State Park concessions

Live Fresh Juicery, P's Bird Wagon, Pattie's Pastries, Remo's Catering, The Roaming Bean, Secretos de mis Abuelos, Street Fries and Vitalia Wood Fired Oven are the concessions at Point State Park. 

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