X

8.5'x20' Alcom Car Racing HCH8.5X20 106"

2024 Alcom 8.5x20 Pinnacle Stacker Car Hauler Enclosed Trailer

STANDARD FEATURES

 All-Aluminum Construction, Integrated

Frame Design
TWO TONED (SILVER AND CHARCOAL)W/ 6" ANODIZED DIVIDER
Steel E track Mounted on Floor

 Flat Front w/Cast Corners

 2"x8" Integrated Frame

 16" O/C Floor, Wall & Roof Studs

 Hidden Beavertail Construction

 Screwless .050" Bonded Sides

 One Piece Aluminum Roof

 Smooth Aluminum Fenders
Curbside Interior Spare Tire Mount w/ Tire

 Dexter Torsion Ride Axles

 Spread Axle Design

 24" Stone Guard

 Safety Chains

 12V Electric Pedestal Jack w/ Trickle Charger
Wireless Backup Camera System w/ 7" LCD Screen
18' Curbside Electric Awning Black w/ Black 

6' Straight Base Cabinet, 6' Overhead

Cabinet, & 24" Wardrobe Cabinet-BLACK
WHITE Vinyl walls and ceiling

 110V Package #5: 60A Breaker Panel

w/Converter and Motor Base Plug, (2)

3-Way Wall Switches, (1) GFI Wall Receptacle, (1) Standard Wall Receptacle,

(1) USB Receptacle, (2) 4' Wraparound

LED Lights

 080 Wall Studs

 36"x78" Side Access Door

 Aluminum Pull-Out Step

 Roof Vent (Reinforced w/Stub Wire for

Future A/C)

HD Rear Ramp w/Spring Assist

 Premium Aluminum Ramp Hinges

 Freezer Latch System for Rear Ramp

 2020 Rear Canopy (Spoiler System) w/

LED Load Lights

 7" Base Rail & 3" Top Rail Trim

 Drop Down - Rear Corners Jacks (Pair)

 (2) K60 LED Scene Lights (Curbside)

 (2) K60 LED Scene Lights (Rear)

 LED Porch Light Over Side Access Door

 Premium Exterior Light Package (Integrated Slim Brake and Backup Lights &

Clear Lens Marker Lights)

 6'x8' Elite Escape Door; Includes

Removable Fender & Butterfly Latch System

 Extruded Kick Panel (Black)

 Interior Cove Trim (Black)

 4) HD 5000# Recessed D-Rings (Floor)

 (4) HD 6000# Recessed Swivel D-Rings (Lift)

 Rubber TPO Decking (Box & Ramp)

 .030" Bonded Walls and Ceiling (White)

 (20) Interior LED Puck Lights

 14' Titan Lift, Split Rail Design, 6000#

Capacity

 6' Loft (78" from Floor; 4' on 20')

 Limited Lifetime Warranty

8.5'x20' Alcom Car Racing HCH8.5X20 106"
Price: $69,999 On Sale! $63,999
Silver - Car Racing/Enclosed Cargo
Location
Edgerton
979 County Hwy A
Edgerton, WI 53534
(608) 770-0999
Get a Quote
Specs
Stock Number: 051957
VIN: 5WFBC2023SB051957
Condition: New
Year: 2024
Manufacturer: Alcom Inc.
Model: HCH8.5X20
Length: 20'
Width: 8.5'
Height: 106"
GVWR (lbs): 14,000
Weight (lbs): 2,590
Payload (lbs): 11,410
Features: 2 Tone Color, Ramp Gate, Side Door, Spare Mount, Spare Tire, Stabilizer Jacks, Upper Cabinet

Other Recommendations

// Function to set a cookie on the Message Box function setCookie(name, value, days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`; } // Function to get a cookie function getCookie(name) { const cookies = document.cookie.split('; '); for (let cookie of cookies) { const [key, value] = cookie.split('='); if (key === name) return value; } return null; } // Check if the cookie exists and hide the message box if it does document.addEventListener('DOMContentLoaded', () => { const messageBox = document.querySelector('.message-box'); const closeButton = document.querySelector('.mb-close'); if (getCookie('hideMessageBox')) { messageBox.style.display = 'none'; } // Set a cookie when the close button is clicked and hide the message box closeButton.addEventListener('click', () => { setCookie('hideMessageBox', 'true', 7); // Cookie expires in 7 days messageBox.style.display = 'none'; }); });