91³Ô¹ÏÍø

Watch CBS News

Here's where UConn, Michigan fans in New York City can watch tonight's NCAA championship game

With UConn and Michigan playing for the NCAA Men's Basketball championship tonight in Indianapolis, there are a few places in New York City where fans can cheer on their schools.

A handful of bars in Midtown Manhattan and across the area are ready to host fans eager to watch the game with fellow alumni. 

UConn bars in NYC area

Connecticut fans can head to Legends Sports Bar on West 33rd Street to watch the game with their fellow Huskies. The bar hosted a Final Four watch party for the game against Illinois, and posted .

Bobby V's in Downtown Stamford, Connecticut, expects to be packed. The sports bar sits a short walk from the UConn Stamford campus and says it will have the game on 200 TVs.

"Gonna be absolutely crazy. The phone are ringing off the hook. Everyone's excited. We hope UConn wins," Andrew Mallette said. 

Michigan bars in NYC

Michigan Wolverines fans looking for a spot to watch the game in New York City can head to:

  • Blue Haven East on Third Avenue
  • Brickyard Craft Kitchen & Bar on Park Place
  • Central Park Tavern on West 57th Street
  • Shaffer's on Eighth Avenue

Central Park Tavern said it's expecting a packed house, "with fans bringing that Ann Arbor energy into the city." 

The matchup

UConn has won 18 national championships since 1995, including men's and women's basketball. Since most current UConn students are in their late teens to early 20s, that means the Huskies have dominated college basketball for the entirety of their lives.

This is the Huskies' third appearance in the NCAA championship game in the last four years under head coach Dan Hurley.

The Wolverines, under head coach Dusty May, are trying to win the program's second NCAA men's basketball national championship. The school's only tournament win to date was in 1989, when Michigan defeated Seton Hall.

The national championship game tips off at 8:50 p.m. on TBS, truTV and HBO Max.

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