Online Banking

Tune in to The Local Podcast!

Tune in to The Local Podcast!

YoungLife Trapshoot

This weekend Garrett Honeyman, Matt Kirk, Dylan Clarkson, Josh Horak, and Cayel Horak participated in the YoungLife Trapshoot. Younglife is a wonderful organization dedicated to the youth in our area. To learn more about this event, click here: https://www.facebook.com/SpearfishYoungLife/

Dylan Clarkson Assumes the Role of Chair for the SDBA Board of Directors

dylan clarkson small_pre

PIERRE, S.D.–Dylan Clarkson, Pioneer Bank & Trust, Spearfish, has assumed the role of Chair for the South Dakota Bankers Association (SDBA), the professional and trade association for South Dakota’s financial services industry. Clarkson is President and CEO of Pioneer Bank & Trust in Spearfish, SD. He has served on the SDBA Board of Directors since […]

2024 Customer Appreciation Golf Scramble

Please join us for this year’s Customer Appreciation Golf Scramble! 📅 WHEN: July 12th @ 1PM. Registration starts at noon! Dinner to follow 👥 WHO: Your Team of 4 📍 WHERE: Spearfish Canyon Country Club Please register to human_resources@pioneerbankandtrust.com Visit this link for more information: Golf Scramble Flyer

Text Scam Tip!

TEXT SCAM TIP! Have you received a suspicious message regarding your account? More likely than not, these messages are scams! Scammers can use all sorts of tricks to figure out which bank you use, including your social media and internet activity. Make sure to contact or stop into your bank BEFORE clicking any links if […]

Carrietta St. Peter – Personal Banker

Carrietta grew up on the family ranch located by Faith, South Dakota and graduated from South Dakota State University in 2017 with an Agricultural Science Degree. The agricultural industry is very important to her. She was actively involved as a Rodeo Queen, FFA Member, 4-H Member and with many other organizations through the years to […]

Melissa Dean – Personal Banker

Melissa grew up on a Ranch west of Spearfish and is a South Dakota State University Alumni. Before joining Pioneer Bank & Trust as a Personal Banker, Melissa worked at various levels in a wide variety of industries such as family-owned businesses, government, higher education and a Fortune 500 company. Melissa always strives to provide […]

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.

Non-Deposit Investments available through Pioneer Bank & Trust are not deposits, not FDIC insured, not insured by any federal agency, not guaranteed by any bank, and may lose value.

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