91³Ô¹ÏÍø

Watch CBS News

Amid state budget impasse, Allegheny County has avoided furloughing employees — for now

As the state budget impasse drags into another month, it has a trickle-down impact on local governments across Pennsylvania. 

Some counties, including Westmoreland County, are already facing furloughs for county employees. In Allegheny County, leaders are asking directors to tighten their belts and be more conservative with spending.

Right now, there are no talks of furloughs or layoffs in Allegheny County. Abigail Garnder, a spokesperson for the county, said it has hundreds of millions of dollars in reserves to keep services running. So far, with this impasse, the county has used $75 million of reserve funds as it waits on state reimbursement.

"Luckily, we're a big county with a lot of liquidity and a lot of money. So, we are able to make those kinds of out ways while we wait for money to be reimbursed," Gardner said.

While Gardner says there is no cause for alarm, the county is implementing a slowdown of hiring, which means leaders are only hiring for essential positions. Where this does become a problem for the county is if it has to dip into its reserves more, which causes the county to lose out on interest that could grow on its accounts. 

"Especially if there is also a federal shutdown on top of the state shutdown, it could mean we are burning through cash reserves much faster than we had anticipated," Gardner said.

Overall, the county has a budget of around $3 billion, and hundreds of millions come from the state. Gardner said we should not see any impact on county services right now. If this impasse drags on, that could change.

"We're not going to stop doing the work, but it costs a lot to keep that going," Gardner said.

When the budget does pass, the money doesn't come down to county governments immediately. The County Commissioners Association of Pennsylvania says that it can take weeks.

"It's not like turning on a light switch, where once the budget is passed and signed into law, there's magically money in a county's bank account," said Kyle Kopko, executive director of the County Commissioners Association of Pennsylvania.

It's estimated that for some counties, the state makes up about one-third of their budgets. 

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