#hex-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } .hex { position: absolute; width: 20px; height: 20px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #00ff00; /* Change the color here to green */ transform: rotate(120deg); } document.addEventListener("mousemove", function(event) { const mouseX = event.pageX; const mouseY = event.pageY; const hexBg = document.getElementById("hex-bg"); hexBg.innerHTML = ""; const hexWidth = 30; const hexHeight = 40; const hexRows = Math.ceil(window.innerHeight / hexHeight); const hexCols = Math.ceil(window.innerWidth / hexWidth); for (let row = 0; row < hexRows; row++) { for (let col = 0; col < hexCols; col++) { const hex = document.createElement("div"); hex.classList.add("hex"); const x = col * hexWidth + (row % 2 ? hexWidth / 2 : 0); const y = row * hexHeight; hex.style.top = y + "px"; hex.style.left = x + "px"; hex.style.transform = `translate(${mouseX - window.innerWidth / 2}px, ${mouseY - window.innerHeight / 2}px)`; hexBg.appendChild(hex); } } });
top of page

Reliable Pallet Solutions for Manufacturing, Shipping & Distribution

Yoder Pallet Company provides wooden pallets, custom pallets, recycled pallets, heat-treated pallets, wooden crates, cut stock, and pallet recycling services for businesses across WV, MD, VA, PA, OH, Iowa, Missouri, and surrounding regions.

Pallet Products & Services

We provide dependable pallet and wood product solutions for manufacturers, warehouses, packaging companies, food and beverage operations, chemical suppliers, building product companies, and specialized shipping needs.

Truck 7 Truck and Building 2.jpg

Serving Businesses That Keep Products Moving

Yoder Pallet Company works with businesses across manufacturing, food and beverage, chemical, outdoor building products, packaging, warehousing, logistics, and specialized shipping industries.

WhatsApp Image 2024-07-02 at 22.12.44_248a439f.jpg

Why Choose Yoder Pallet Company?

Since 2008, Yoder Pallet Company has grown through hard work, reliable service, and a commitment to helping customers find the right pallet solutions for their business.

​

  • Custom pallet sizing available

  • Heat-treated pallet capabilities

  • Recycled and reconditioned pallet options

  • Drop trailer programs available

  • Multiple locations and regional service

  • Family-owned company values

Pallet Design

Our sales team works with you to solve any issues you have with your current specs, and to create brand new designs!

Prompt Customer Service

Your account manager is just a phone call away!

Scrap Removal

We remove broken pallets for many of our customers, and offer payment for standard 48x40 scrap items.

Heat Treatment

Each of our plants operates their own kiln to heat-treat your pallets.

bottom of page