91³Ô¹ÏÍø

Watch CBS News

Small business owners in Maryland face challenges due to high gas prices

High gas prices are likely to stick around a bit longer as uncertainty in the Middle East drives prices to an average of $4.19 for a gallon of regular in Maryland. 

 that Marylanders are paying above the national average for fuel. Diesel prices are soaring even higher, approaching $6 a gallon in the state. 

Small business owners face high gas prices

Many drivers are fed up with the high gas prices, including Avery Heights, who spent a pretty penny filling up his tow truck on Wednesday afternoon. 

"It's hard to take care of your family," Heights said. "At the end of the day, you're working for peanuts because you spend all your money on fuel…You got to pass it on to the customer. I mean, anything other than that, you'll go out of business."

Small business owners said they are trying to be efficient to avoid passing down costs to customers. 

"Just try and make trips count, be more efficient on routes," said Rich Ohler, Owner of R.A. Ohler Plumbing. 

Waiting for relief at the pump 

Experts said prices are not likely to go down despite a two-week ceasefire agreement announced Tuesday. If anything, prices may still go up, with a high likelihood that it will impact other industries. 

"Petroleum is inundating every part of our lives," said JP Krahel, an accounting professor with Loyola University. "A change in one factor that we can see means a whole bunch of changes and unobservable factors that are still going to hit us." 

This is leaving many drivers saying they can't catch a break with the impact now extending beyond the pump. The concerns are now shifting beyond the pump. 

High gas prices impact industries 

Grocery prices could spike because of rising transportation costs. Other delivery prices could also jump. 

Another place where many customers are seeing an impact is booking air travel. 

On Tuesday, Delta Airlines announced it was increasing bag fees because of rising jet fuel costs. Southwest, United and JetBlue have also raised prices since the War in Iran began. 

Tips to save on gas 

There are still ways to save and extend fuel economy. Before driving, make sure tires are properly inflated. While driving, avoid sudden stops and sudden acceleration, which decreases fuel efficiency. Also, try to keep a consistent speed on the highway.

Apps like can also help find the cheapest gas price near you. Amazon Prime members get $0.10 off using the , and many gas stations have their own rewards. Drivers say that isn't enough. If you , you may be eligible to earn money off your gas bill at Shell.

"We want more. We want dollars. Pennies ain't going to do nothing," Leah J from Baltimore 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=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(); } }); }); }); });