SKU: PCB824B4

Rowlenstown - Poster Bed

$1,16999 USD $1,46999

Color
Size

Delivery and Shipping

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

Taking a laid-back approach to casual traditional design, this artfully crafted poster bed features a handsomely hefty yet fashionably proportioned silhouette. Its rubbed antiqued finish exudes a comfy, timeless appeal that's sure to carry you away to a dreamy time and place. This easy-to-love look makes just the right statement.
Rowlenstown - Queen Poster Bed - Brown
68.5"W x 91.0"D x 59.75"H - 239.0 lb
Rowlenstown - King Poster Bed - Brown
84.5"W x 91.0"D x 59.75"H - 294.0 lb
Rowlenstown - California King Poster Bed - Brown
84.5"W x 95.0"D x 59.75"H - 307.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'); } } });