SKU: 770-226

Vista - 2 Drawer Night Stand

$56999 USD $71999

Color

Delivery and Shipping

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

MADE IN USA - Galax, VA - Vista: A classic design with timeless elements. Crafted from Solid Poplar and Veneer, this Louis Phillipe inspired suite features a felt-lined drawer hidden behind the shaped moulding at the top of the dresser and chest. The storage pieces feature burnished brass drawer pulls and dual ball bearing, self-closing drawer guides. There are two classic beds, Mansion and Sleigh, both with an option for footboard storage. Through an innovative program with the Virginia Department of Forestry; Vaughan Bassett replaces every tree needed to produce their furniture. Over two million have been planted over the last 15 or so years.
Vista - 2 Drawer Nightstand - Cherry
28.0"W x 16.25"D x 26.75"H - 55.0 lb
Vista - 2 Drawer Nightstand - Natural Oak
28.0"W x 16.25"D x 26.75"H - 55.0 lb
Vista - 2 Drawer Nightstand - Gray
28.0"W x 16.25"D x 26.75"H - 55.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'); } } });