PROPERTY FACTS
| Price | $1,000,000 | Property Subtype | Commercial |
| Sale Type | Investment | Total Lot Size | 57.00 AC |
| No. Lots | 1 | Cross Streets | Alexander |
| Property Type | Land | | |
1 LOT AVAILABLE
Lot
| Price | $1,000,000 | Lot Size | 57.00 AC |
| Price Per AC | $17,543.86 | | |
57 acre tracts on both sides of Route 35
(function () { if (window.frameElement ? window.frameElement.id === 'hiddenPrintIFrame' : false) { loadTransportationContent(); } else { divGetTransportationView.lazyCallback = loadTransportationContent; } function loadTransportationContent() { var divGetTransportationView = document.getElementById("divGetTransportationView"); if (!divGetTransportationView) { return; } try { var req = new XMLHttpRequest(); req.responseType = 'text/html; charset=utf-8'; req.open("POST", "/getTransportation", true); req.setRequestHeader("Content-Type", "application/json; charset=UTF-8"); req.onload = function () { if (this.status == 200) { var data = req.response; if (data && data.length > 0) { divGetTransportationView.innerHTML = data; } } else { console.error("failed to load transportation", this.status); } }; req.onerror = function () { console.error("failed to load transportation"); }; req.send(JSON.stringify({"ListingId":38816252,"Latitude":38.557,"Longitude":-81.980361,"IsIndustry":false,"SuppressAirport":false,"Measure":"Customary","CountryCode":"US","ShouldDisplayPublicTransportation":true,"IsOffMarket":false})); } catch (e) { log.warn('Failed to load Transportation Content: ' + e.message); } } })();