The narrative
A look inside SG 11733 Ohio Cincinnati Middletown Branded Gas Station C Store Drive Thru.
' + emphasize(descRaw) + ' ' ) : ( ' Detailed description available after a qualifying conversation with the broker. ' )) + ' ' + ' Property Details ' + ' ' + bullets.map(function(b){ var CAT = {"SG Number": "cat-identity", "Business Type": "cat-identity", "Business Name": "cat-identity", "Listing Price": "cat-financial", "Down Payment": "cat-financial", "Annual Gross Sales": "cat-financial", "Annual Owner Profits": "cat-financial", "Seller Discretionary Earnings": "cat-financial", "Inventory Value": "cat-financial", "Monthly Rent / Mortgage Payment": "cat-financial", "Proposed Seller Financing": "cat-seller", "Seller Competition": "cat-seller", "Years Seller has Owned/Operated Business": "cat-seller", "Owner Qualifications": "cat-seller", "Reason for Selling": "cat-seller", "# of Employees/Management": "cat-seller", "Training Provided": "cat-seller", "Hours of Operation": "cat-ops", "Building Size/Type": "cat-ops", "Fuel Pumps": "cat-ops", "C-Store Sqft": "cat-ops", "Lot Size": "cat-ops", "Units": "cat-ops", "Keys": "cat-ops", "Seats": "cat-ops", "Kitchen Sqft": "cat-ops", "Drive-Thru": "cat-ops", "Liquor License": "cat-ops", "Store Sqft": "cat-ops", "License Type": "cat-ops", "Floors": "cat-ops", "Pool": "cat-ops", "Meeting Space Sqft": "cat-ops", "Parking Spaces": "cat-ops", "Avg Monthly Rent": "cat-ops", "Truck Diesel Pumps": "cat-ops", "Truck Parking Spaces": "cat-ops", "Shower Stalls": "cat-ops", "Drive-Thru Lanes": "cat-ops", "Refrigeration Sqft": "cat-ops", "Building Class": "cat-ops"}; var cat = CAT[b.label] || ""; var cls = (b.large ? "large" : "") + (cat ? (cls ? " " : "") + cat : ""); cls = [b.large ? "large" : "", cat].filter(Boolean).join(" "); return ' ' + ' ' + escapeHtml(b.label) + ': ' + ' ' + escapeHtml(b.value) + ' ' + ' '; }).join("") + ' ' + ' ' + (l.tags ? (' Tagged ' + String(l.tags).split(",").map(function(t){ t = t.trim(); return t ? (' ' + escapeHtml(t) + ' ') : ''; }).join("") + ' ') : '') + ' ' + ' ' + ' The Saleh Group, LLC - ' + '1440 Rockside Rd. Suite 318, Cleveland, OH 44134 - ' + 'Office: (614) 500-8500 - ' + 'Email: nidal@salehgroup.com' + ' ' + 'Full street address, lender memo, P&L statements, tax returns, and seller-financing term sheet are available after a qualifying conversation with the broker. Contact our office directly or use the Request Information form on our website to begin.' + ' ' + ' '; root.innerHTML = html; } if (!id) { renderNotFound(); return; } fetch(API + "/public/listings/saleh-group/" + encodeURIComponent(id), { cache: "no-store" }) .then(function(r) { if (!r.ok) throw new Error("404"); return r.json(); }) .then(render) .catch(function(e){ console.warn(e); renderNotFound(); }); })(); window.__sgToggleNav = function() { var nav = document.querySelector('header.site nav.primary'); if (nav) nav.classList.toggle('open'); };