Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Spearfish Foundation for Public Education

spearfishfoundation

We’re proud to support our youth in the communities we serve! Mary Pochop with the Spearfish Foundation for Public Education accepted a contribution from Tom Deis on behalf of Pioneer Bank & Trust, the F.L. Clarkson Family Foundation and Dylan S. Clarkson & Nicole M. Clarkson.

VP & Branch Manager – Buffalo

Pioneer Bank & Trust a $1B multi-branch community bank located in Western South Dakota, is looking to hire a full-time Branch Manager to join our lending team. The successful candidate will be exposed to the following types of lending: commercial real estate acquisition / refinance and term loans, commercial and industrial related financing that includes […]

Black Hills Stock Show

Pioneer Bank & Trust is proud to be a sponsor for the 2022 Black Hills Stock Show & Rodeo!

Bobbi J. Welch – Mortgage Loan Originator

Bobbi J Welch

Bobbi started working at Pioneer Bank & Trust in Rapid City in 1997 as a teller. Through the years, she has had various positions working her way up to mortgage lender 2011. In 2021 she transitioned to Sturgis to help expand the real estate department. Bobbi has a passion for helping people and prides herself […]

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