SKU: TN600-C5PC

Pendleton - Counter Dining Set

$94999 USD $1,18999

Color
Sets

Delivery and Shipping

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

Classic design in a heritage farmhouse style, the Pendleton Counter Height Dining Set features a warm tow-tone finish enhanced with oil-rubbed brass metal accents. The 59.5 inch table seats and features a double pedestal table base and saloon-style galley footrail that adds heirloom charm to the vintage style of the collection. The 24-inch height Counter Stool has a matching galley rail with a shaped seat and stretchers for added comfort. An optional Server completes the look and adds much needed storage to any dining area.
Pendleton - 5 Piece Counter Dining Set - White
59.5"W x 31.5"D x 36.0"H - 179.0 lb
Pendleton - 7 Piece Counter Dining Set - White
59.5"W x 31.5"D x 36.0"H - 217.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'); } } });