Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

RED Friday

Staff Dressed Up for Red Friday

Pioneer Bank & Trust staff in Rapid City recently showed their support for deployed men and women of our armed forces. RED Friday came into being, to remember, honor, and support those on deployment. RED stands for Remember Everyone Deployed, and the term describes civilian and military families’ efforts to show their support for those […]

Brooke Pickett – Assistant Vice President and Personal Banking Officer

Brooke began working for Pioneer Bank & Trust in 2011. Brooke has over 18 years of banking experience. Brooke has volunteered for several non-profit community organizations including the American Cancer Society’s Relay for Life, United Way, Meals on Wheels, church events, and youth sports including volleyball, basketball, softball, and baseball programs.

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

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