91³Ô¹ÏÍø

Watch CBS News

Fall River fire station and many others need urgent renovations to improve decaying conditions, firefighter says

When Fall River firefighters responded to the Gabriel House assisted living facility fire over the summer, they were praised for their bravery saving dozens of residents from one of the deadliest fires in Massachusetts history.

Now, one Fall River firefighter is sounding the alarm about the conditions his fellow firefighters returned to that night and where they relax, eat, and sleep on a daily basis.

Lieutenant Jason Burns gave WBZ-TV a tour of his firehouse on Bedford Street, which was built in the 1930's. He showed us a ceiling covered in chipping paint, open walls, broken bathrooms, and caution tape wrapped around a pipe that tested positive for asbestos. 

"A shower should work, a sink should be able to work, you shouldn't have paint chips falling on top of you," Burns said.

Fall River firehouse
Fall River Fire Lieutenant Jason Burns shows WBZ-TV's Louisa Moller an open wall inside the firehouse.  CBS Boston

 
Burns is the Executive Director of the , a non-profit that was started in honor of Boston firefighter Michael Kennedy, who was killed in a 2014 fire in the Back Bay. Burns said less than optimal living conditions plague fire stations across the state.

Documentary on firehouse conditions  

Last Call Foundation is in the process of creating a documentary which shows firehouse conditions. One clip from the film shows missing ceiling tiles and a broken shower inside a Worcester fire station.

"We represent 237 locals in the state," said Rich MacKinnon, President of Professional Firefighters of Massachusetts, "I would say comfortably, 60% of those firehouses across the state do not meet code or have not had major upgrades."

Burns said some improvements have been made to his firehouse in recent years, such as the addition of tubes that vacuum out diesel fumes from the trucks before they can rise into the station's living quarters. The station also added a specialized washing machine to clean carcinogens from firefighter turnout gear.

Asbestos Fall River fire station
Sign warning of asbestos in bathroom at Fall River fire station.  CBS Boston

Fall River Mayor Paul Coogan said a $2 million renovation project is planned to improve the firehouse. It's scheduled to begin in five months.

"There's remediation plans for all kinds of asbestos work that goes on in the city and everybody carries them out appropriately and I'm sure they'll do that at the fire station," Coogan said.

Fall River Fire Chief Jeffrey Bacon said $2 million is a drop in the bucket. He supports legislation that would create a public safety building authority to put more state funds toward firehouse upgrades.

"I think the time has come that we really need to put some thought into how do we solve this problem, because it's a major problem," Bacon said. 

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