Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Consumer Loans

Your Local Consumer Loan Experts

Donna Bradley

Assistant Branch Manager & Vice President

Belle Fourche

700 State St
Belle Fourche SD 57717
(605) 892-2536
Contact Donna

John Latham

Assistant Vice President & Commercial Loan Officer

john

Buffalo

102 Main St
Buffalo SD 57720
(605) 375-3221
Contact John

Justine McKay

Personal Banking Officer

Justine-Quinn_li3

Rapid City West

2001 West Omaha
Rapid City SD 57702
(605) 341-2265
Contact Justine

Taylor Bartholow

Personal Banker

taylor-bartholow

Rapid City West

2001 West Omaha
Rapid City SD 57702
(605) 341-2265
Contact Taylor

Susan Zeigler

Personal Banking Supervisor

Susan-Ziegler_li3

Spearfish

140 E Jackson
Spearfish SD 57783
(605) 642-2725
Contact Susan

Brooke Pickett

Personal Banking Officer

Sturgis

2611 Lazelle St
Sturgis SD 57785
(605) 720-2272
Contact Brooke

Start Your Local Loan

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(); }); }); });