Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Need Assistance?

Pioneer Bank & Trust offers a varied and complete assortment of state-of-the-art banking products and services. We believe our products are highly competitive in today’s high-tech banking world.

See the Difference
A Local Decision Makes
We are LOCAL

We have professional bankers ready to help with any questions you may have in a town near you!

Meet Your
Local Team

Our team focuses on your needs and has the expertise and experience to help you reach your goals.

Pioneer Bank & Trust Local Stories

Comments Box SVG iconsUsed for the like, share, comment, and reaction icons
A huge thank you to everyone who contributed to our School Supply Drive! 📚

With your generosity, we collected a variety of supplies to help local students in need. We’re proud to support our schools and help give students the tools they need to succeed! 🍎📝

Pioneer Bank & Trust: Member FDIC
-
#BlackHills #Local #SchoolSupplies #PioneerBankandTrust

A huge thank you to everyone who contributed to our School Supply Drive! 📚

With your generosity, we collected a variety of supplies to help local students in need. We’re proud to support our schools and help give students the tools they need to succeed! 🍎📝

Pioneer Bank & Trust: Member FDIC
-
#BlackHills #Local #SchoolSupplies #PioneerBankandTrust
... See MoreSee Less

2 weeks ago

... See MoreSee Less

Pioneer Bank & Trust is proud to support the South Dakota Ellsworth Development Authority! 🌟
Want to learn more about their mission and impact? Visit: https://ellsworthauthority.org

Pioneer Bank & Trust: Member FDIC
-
#PioneerBankandTrust #SouthDakota #Local

Pioneer Bank & Trust is proud to support the South Dakota Ellsworth Development Authority! 🌟
Want to learn more about their mission and impact? Visit: ellsworthauthority.org

Pioneer Bank & Trust: Member FDIC
-
#PioneerBankandTrust #SouthDakota #Local
... See MoreSee Less

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