SKU: ATM500-D5PC

Atmore - Dining Set

$1,42999 USD $1,77999

Color
Sets

Delivery and Shipping

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

Elements of industrial and rustic design mix with Mid-Century accents in a finish application for a collection of furniture as unique as you are. A Dark finish and wood score distressing highlight the grain and character of the wood, adding the the casual charm of this dining set. The fully-extended table reaches a full 96-inches for seating a crowd (up to 10 people comfortably) so you will never have to skimp on your invites. Beautiful…functional…casual, the Atmore packs a lot of features into a beautiful package to please everyone.
Atmore - 5 Piece Dining Set (Dining Table & 4 Chairs) - Light Brown
20.0"W x 22.5"D x 30.0"H - 190.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'); } } });