Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Ag Loans

Your Local Home Loan Experts

Jay Cordell

VP/Commercial & Ag Lender

Jay_cordell_li3

Belle Fourche

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

Ashley Pearson

VP/Branch Manager

ashely-pearson_li3

Belle Fourche

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

Chad Pelster

Assistant VP/Ag Lender

Belle Fourche

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

Clay Birkeland

Senior VP/Director of Agricultural Banking

Belle Fourche

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

Bryce Richter

VP/Commercial & Ag Lender

Bryce Richter

Sturgis

2611 Lazelle St
Sturgis SD 57785
(605) 720-2265
Contact Bryce

Kyle Smith

VP/Commercial & Ag Lender

kyle-smith

Spearfish

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

John Latham

Assistant Vice President & Commercial Loan Office

john

Buffalo

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

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