Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

Western Hills Humane Society Donation

122393861_3476612812417660_7950971809210559631_n

Pioneer Bank & Trust donated $1,000 in cleaning supplies to the Western Hills Humane Society this morning, and we would encourage you to give these folks (and our furry friends) a hand!

South Dakota Kids Belong Donation

44607379_560742074382945_5053459697294639104_o

Pioneer Bank & Trust has donated $8,500 to South Dakota Kids Belong. Thank you for using your business influence and resources to make a difference in the lives of vulnerable children. You are giving them hope and the chance to belong.

Phishing Emails

Phishing guidance for individuals There are many emails about COVID-19 that are trying to steal your information or worse.  Spotting phishing emails is especially important right now. NCSC’s top tips for spotting a phishing email: Authority – Is the sender claiming to be from someone official (e.g., your bank or doctor, a lawyer, a government […]

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