SKU: YT500PT

Yorktown - Counter Table - Dark Brown

$35999 USD $44999


Delivery and Shipping

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

Clean lines and modern style in a 36-inch high Counter Table that is comfortable in casual or more formal dining settings. The Yorktown Counter Table features a base with open and hidden storage and a 60-inch long top that seats up to six guests comfortably.

Product Features
  • Constructed of mindi veneers, Asian hardwood solids, and engineered hardwoods
  • Table base has open area for display or storage and one door for hidden storage
  • 36-inch table height is great for working while standing


Yorktown - Counter Table - Dark Brown
60.0"W x 42.0"D x 36.0"H - 132.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'); } } });