- 1st Floor
- 9,600 SF
- 3-5 Years
- $8.00 /SF/YR
- Flex
- -
- April 30, 2026
| 1st Floor | 9,600 SF | 3-5 Years | $8.00 /SF/YR | Flex | - | April 30, 2026 |
| 9,600 SF |
| 3-5 Years |
| $8.00 /SF/YR |
| Flex |
| - |
| April 30, 2026 |
(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":38841133,"Latitude":38.385978,"Longitude":-81.768792,"IsIndustry":false,"SuppressAirport":false,"Measure":"Customary","CountryCode":"US","ShouldDisplayPublicTransportation":true,"IsOffMarket":false})); } catch (e) { log.warn('Failed to load Transportation Content: ' + e.message); } } })();