Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

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.

Bryce Richter – VP/Commercial & Ag Lender

Bryce Richter

Bryce was raised in a cattle ranching family east of Enning, SD and is a proud graduate of Sturgis Brown High School. Being raised on a ranch, Bryce has an understanding of a rancher’s needs and way of life. He matches that background with 15 years of banking experience to find financial solutions for area […]

Brice Rock – Senior VP/Manager

Brice was born and raised in western South Dakota. He graduated from South Dakota State University in 2000 with a Business/Economics degree. Brice began his banking career in 2006 with Wells Fargo. He has over 15 years of banking experience. He has been the Branch Manager for the Sturgis location since August of 2013. Brice […]

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