SKU: 1862-70

East Hampton - 70" Console - Distressed Gray

$81999 USD $1,01999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Jofran's East Hampton collection is an attractive balance of natural and industrial materials. Distressed wood tops with metal bases create a look that is easily at home in living spaces. This media console features three component slots, three drawers, and wire management.

Product Features
  • Drawer Dimensions: 19"W x 13"D x 8"H
  • Sound bar space
  • Wire management
  • Tasteful distressing and subtle finish variations should be expected and enjoyed.
  • For residential use only


East Hampton - 70" Console - Distressed Gray
70.0"W x 18.0"D x 26.0"H - 87.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });