-
Home
/
-
Ford / Newholland 304 (5.0) Engine Short Block Reman SB304G
Details
Ford / Newholland 304 (5.0) Engine Short Block Reman 4 Cyl Gas ESN: E005181 BCN: E9NN6015AM Ford 7740 Bore/Stroke: 4.40x5.00 inches (112x127 mm) 95 HP@2100 rpm
Additional Core Charge of $ 1500 Required
Additional Information
SKU |
FO304ES-5181 |
OEM Numbers |
ESN: E005181 BCN: E9NN6015AM |
Video |
No |
}
fetch('/customsearch/index/search?q=' + encodeURIComponent(query))
.then((response) => {
if (!response.ok) throw new Error('Search failed');
return response.json();
})
.then((data) => renderResults(data, query))
.catch(() => {
resultsBox.innerHTML = '
Search error
';
resultsBox.classList.add("show");
});
}, 300)
);
document.addEventListener('click', function (e) {
if (!resultsBox.contains(e.target) && e.target !== searchInput) {
resultsBox.classList.remove("show");
}
});
});