SKU: 853-003

Nordhaven - 6 Drawer Dresser - Two-Tone

$1,70999 USD $2,14999


Delivery and Shipping

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

The Six Drawer Dresser exemplifies contemporary design coupled with traditional craftsmanship. Constructed from robust solid maple and enhanced by elegant walnut veneers; this piece offers enduring sophistication through its streamlined profile that accentuates the natural beauty of the wood grain. The integration of layered veneers further enhances its visual depth and refinement.

Product Features
  • Proudly Made in the USA
  • Featuring Solid American Walnut and Maple and Veneers
  • Mortise and tenon construction for strength and stability.
  • French Dovetail Drawer Construction


Nordhaven - 6 Drawer Dresser - Two-Tone
65.75"W x 21.0"D x 36.0"H - 223.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'); } } });