Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Pioneering Contributions

IMG_1051

Brice Rock in Sturgis donated $1,500 to the Sturgis Downtown Foundation “Challenge for Charities.” Receiving the contribution are Richelle Bruch and Tammy Even.

Pioneering Contributions

gold p

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

STURGIS CHAMBER AWARDS

PBT Award Sturgis Sponsor of the year (1)

Pioneer Bank & Trust would like to thank the Sturgis Area Chamber for recognizing us as the 2020 Sponsor of the Year.

Pioneering Contributions

live-united

Rick Messer, Senior Vice President and Rapid City Market Manager recently donated over $13,500 to the United Way of the Black Hills on behalf of Pioneer Bank and its employees. #Local #SupportTheUnitedWay

Broncs for Breakfast

broncs for breakfast

Pioneer Bank & Trust was busy serving biscuits and gravy at “Broncs for Breakfast” this morning at the Black Hills Stock Show

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