SKU: PCB1120-31

Broachmyn - Six Drawer Dresser

$33999 USD $41999

Color
Product Type

Delivery and Shipping

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

With its rich, warm finish over replicated wood grain, this casually cozy dresser evokes the tranquil vibe you long for in your dream destination. Both functional and versatile, its six roomy drawers with large-scale handles offer easy access to hidden storage for cozy sweaters, casual tees and so much more.
Broachmyn - Six Drawer Dresser - Auburn
58.7"W x 32.48"D x 15.28"H - 170.0 lb
Broachmyn - Dresser And Mirror - Auburn
58.7"W x 32.48"D x 63.0"H - 194.0 lb
Broachmyn - Six Drawer Dresser - Black / Gray
58.7"W x 32.48"D x 15.28"H - 170.0 lb
Broachmyn - Dresser And Mirror - Black / Gray
58.7"W x 32.48"D x 63.0"H - 194.0 lb
Broachmyn - Six Drawer Dresser - Gray
58.7"W x 15.28"D x 36.46"H - 170.0 lb
Broachmyn - Dresser And Mirror - Gray
194.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'); } } });