#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

Family Owned and Operated

Ken Yoder has been in the pallet industry since 1990 and has successfully managed several companies.

Yoder Pallet Company began in Points WV in 2008 with one small saw, a few nail guns, and a portable air compressor. At first, there were only two employees, Ken’s 17-year-old son Keith and a friend from CA who had experience in the pallet industry.

DJI_0045.jpg

Our Points location which opened in 2008, operates multiple high-speed production lines. It includes a board line, gangsaw/notcher line, bandsaw line, and automated nailing machines. With a capacity for up to 30 weekly loads, our skilled team of 25 employees efficiently handles the operations at this location.

Located in Swanton MD, our facility, previously known as "Silver Knob Pallet," is equipped with a scragg mill, gangsaw/notcher line, and a recently acquired automated Viking nailer. This location has the capability to produce 15-18 weekly loads. With a dedicated team of 15 employees, we ensure smooth and efficient operations at our Swanton facility.

DJI_0082_edited.jpg
DJI_0666_edited.jpg

In 2022, Yoder Pallet Company expanded its operations with the acquisition of its third location, previously known as "Coddington Lumber Company" in Frostburg, MD. The Frostburg facility operates a gangsaw/notcher line, bandsaw line, and automated Viking nailer, with a dedicated team of 10 employees and the capacity to produce 12-15 weekly loads.

OUR TEAM

ken.jpg

Ken Yoder

Founder, Owner
YoderPallet_58_edited.jpg

Keith Yoder

CEO
Andrew Yoder_edited_edited.jpg

Andrew Yoder

CFO
YoderPallet_85_edited.jpg

BenYoder

Sales Director
YoderPallet_4_edited.jpg

Rosalyn Yoder

HR, Points Office Manager
YoderPallet_53_edited.jpg

Brent Helmuth

Points Production Manager
YoderPallet_27_edited.jpg

Traci Hotchkiss

A/R - A/P
YoderPallet_36_edited.jpg

Stephanie Dunham

Points Receptionist
YoderPallet_63_edited.jpg

Jason Yoder

Swanton Plant Manager
YoderPallet_98_edited.jpg

Travis Miller

Frostburg Plant Manager
Screenshot 2023-07-12 160447.png

Jesse Martin

Points Plant Manager
YoderPallet_94_edited.jpg

Bart Mazer

Sales

JOIN OUR TEAM

bottom of page