Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Administration Center

admin building

Address: 125 East Colorado, Suite 1A Spearfish SD 57783 (605) 717-2265 Hours: M-F 8:00-5:00

Sturgis

sturgis-

Address: 2611 Lazelle St Sturgis SD 57785 (605) 720-2265 Drive Up Hours: M-F 8:00-5:00 Lobby Hours: M-F 8:30-4:30 ATM location: Driveup

Spearfish

Address: 140 E Jackson Mailing Address: PO Box 10 Spearfish SD 57783 (605) 642-2725 Drive Up Hours: M-F 8:00-5:30 Lobby Hours: M-F 8:30-5:00 ITM location: Driveup

Buffalo

buffalo

Address: 102 Main St Mailing Address: PO Box 307 Buffalo  SD  57720 (605) 375-3221 Drive Up Hours:   M-Th 8:00-4:30 & Fri 8:00-5:00 Lobby Hours: M-F 8:30-4:00

Belle Fourche

belle-fourche

Address: 700 State St Mailing Address: PO Box 729 Belle Fourche SD 57717 (605) 892-2536 Drive Up Hours: M-Th 8:00-4:30 & Friday 8:00-5:00 Lobby Hours: M-F 8:30-4:00 ATM location: 1833 5th Avenue (Highway 85) ATM location: Driveup

Try our official mobile apps!

Leaving Pioneer Bank & Trust

You are now leaving the Pioneer Bank & Trust website. This site may have a privacy policy and security different than Pioneer Bank & Trust.

document.addEventListener('DOMContentLoaded', function () { // Target anchor tags that act like buttons var fauxButtons = document.querySelectorAll('a[href="#"]:not([role="button"])'); fauxButtons.forEach(function (el) { // Add role el.setAttribute('role', 'button'); // Ensure tabindex for non-native focusable elements if (!el.hasAttribute('tabindex')) { el.setAttribute('tabindex', '0'); } // Add aria-pressed for toggle-style buttons (optional) if (!el.hasAttribute('aria-pressed')) { el.setAttribute('aria-pressed', 'false'); } // Add keyboard support el.addEventListener('keydown', function (e) { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); el.click(); } }); // Prevent default for href="#" el.addEventListener('click', function (e) { e.preventDefault(); }); }); });