SKU: 647-60

Madaket - Counter Table - Distressed Off-White

$75999 USD $94999


Delivery and Shipping

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

Posh white finish over reclaimed pine highlights Jofran's newest collection, Madaket. Beefy silhouettes, solid construction, and a rustic finish paint a beautiful picture in any home. This counter-height table features shelving on one side and tasteful distressing.

Product Features
  • Reclaimed Pine
  • Coordinates with any piece in our Madaket collection- occasional, dining, and media & home storage.
  • Three storage shelves on one side.
  • Each shelf is 20.5"Wx10.5"D- 8" between each shelf.
  • Variations in Reclaimed Wood to be Expected


Madaket - Counter Table - Distressed Off-White
60.0"W x 30.0"D x 36.0"H - 66.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'); } } });