SKU: 1862-22

East Hampton - 22" Pier - Distressed Gray

$73999 USD $92999


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 pier features two tempered glass shelves, two drawers, and an accent light.

Product Features
  • Drawer Dimensions: 17.5"W x 13.25"D x 4" (top)/8" (bottom)
  • Adjustable Glass Shelves: 20.5"W x 16"D x 14.75"H
  • Tasteful distressing and subtle finish variations should be expected and enjoyed.
  • For residential use only


East Hampton - 22" Pier - Distressed Gray
22.0"W x 18.0"D x 72.0"H - 100.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'); } } });