Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

The Local Podcast

The Local Podcast is a team up between Pioneer Bank & Trust and The HomeSlice Media Group. The show is hosted by Clay Birkeland, Senior Vice President & Director of Agricultural Banking at Pioneer Bank & Trust and features a variety of expert guests. Tune In as they discuss business, agriculture, banking and how your company can be more successful using local resources.

Do you need more help with your business? Contact us today.

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