91³Ô¹ÏÍø

Watch CBS News

Cutler Majestic Theater "one of Boston's greatest gems," but is it haunted?

BOSTON - Boston's Theater District is a constant buzz of activity and one spot that's been a mainstay in the neighborhood for more than 120 years is the .

"One of Boston's greatest gems"

The 1,200-seat theater was built in 1903.

"It's one of Boston's greatest gems, in that it's been around since the turn of the century," said Ronee Penoi, the director of artistic programming at Emerson College.  

The ornate, Parisian-inspired theater was designed by John Galen Howard. It was part of a thriving scene at the turn of the century. However, the curtain eventually came down on all that grandeur.

theater.jpg
The stage at the Cutler Majestic Theater. CBS Boston

"In the 50s, it was converted into a movie theater for a number of decades, fell into quite a bit of disrepair," Penoi told WBZ-TV.

In the 1980s, Emerson College made the bold move to buy and renovate the theater and it's paid off. Now it's home for theater students and more.

"In addition to having our own productions, we also think about, where is there opportunity to be sharing this space with the community?" said Penoi.

Supernatural encounters?

Legend has it, they also share the space with the supernatural. Penoi said one former staffer saw something in a theater box.

"What he had seen was a woman sitting in a dark blue dress, just like you would have been dressed to go to the theater at the turn of the century with some lace on her cuffs and a hat," said Penoi.

She said some people have had closer encounters.

"An Emerson student, a number of years ago, was working up here in the balcony and felt a hand between their shoulder blades push him towards the end of balcony," said Penoi.

There are also stories of the balconies' spring-loaded seats staying down, with no one sitting in them, the voices of children playing onstage and more. Whether you're a believer or skeptic, one thing is certain: there's a palpable energy in the grand, old theater.

"What you will experience is really feeling in this space, the sense of all of the audiences that have been here before you and being part of a real Boston community."

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