| Rental Rate | | Lot Size | 42.00 AC |
| Lease Term | 5 - 20 Years | | |
PROPERTY FACTS
| Property Type | Land | Proposed Use | Commercial |
| Property Subtype | Commercial | | |
Commuter Rail | | |
| Thurmond Amtrak | 42 min drive | 24.5 mi |
| Montgomery Amtrak | 43 min drive | 26.5 mi |
| Prince Amtrak Station | 46 min drive | 30.5 mi |
| Hinton Amtrak Station | 77 min drive | 57.9 mi |
| Alderson Amtrak | 83 min drive | 54.1 mi |
(function () { var divGetTransportationView = document.getElementById("divGetTransportationView"); if (!divGetTransportationView) { return; } divGetTransportationView.lazyCallback = loadTransportationContent; function loadTransportationContent() { 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":32934474,"Latitude":38.126543,"Longitude":-81.012349,"IsIndustry":false,"SuppressAirport":false,"Measure":"Customary","CountryCode":"US","ShouldDisplayPublicTransportation":true,"IsOffMarket":false})); } catch (e) { log.warn('Failed to load Transportation Content: ' + e.message); } } })();