starionbank.com Open in urlscan Pro
2606:4700::6810:af02  Public Scan

Submitted URL: https://starionbank.com/home.aspx
Effective URL: https://starionbank.com/
Submission: On November 16 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /Search-Results

<form action="/Search-Results" class="custom-form" method="GET">
  <div class="form-group">
    <label class="control-label" for="search-input">Type your search here</label>
    <div class="input-group mb-5">
      <div class="custom-input">
        <input type="search" class="form-control zag-validation-input-text" id="search-input" name="searchtext" aria-label="Desktop site search" aria-describedby="search-button" autocomplete="off">
      </div>
      <div class="input-group-append">
        <button class="btn ml-3 p-0" type="submit" id="search-button">
          <span class="far fa-fw fa-2x fa-search"><span class="sr-only">Click to search</span></span>
        </button>
      </div>
    </div>
  </div>
</form>

GET /Search-Results

<form action="/Search-Results" class="custom-form" method="GET">
  <div class="form-group">
    <label class="control-label" for="search-input">Type your search here</label>
    <div class="input-group">
      <div class="custom-input">
        <input type="search" class="form-control zag-validation-input-text" id="search-input-mobile" name="searchtext" aria-label="Mobile site search" aria-describedby="search-button-mobile" autocomplete="off">
      </div>
      <div class="input-group-append">
        <button class="btn ml-3 p-0" type="submit" id="search-button-mobile">
          <span class="far fa-fw fa-search"><span class="sr-only">Click to search</span></span>
        </button>
      </div>
    </div>
  </div>
</form>

POST #

<form action="#" method="POST" id="login-form" class="custom-form">
  <div class="form-group">
    <label class="control-label" for="account-types">Account Types</label>
    <div class="custom-input select-wrapper">
      <select class="form-control custom-select zag-validation-input-text" id="account-types">
        <option selected="" disabled=""></option>
        <option value="https://web3.secureinternetbank.com/PBI_PBI1151/Login/091310767">Personal</option>
        <option value="https://starion.olbanking.com/smallbusiness/auth">Business Online</option>
        <option value="https://starion.olbanking.com/onlineMessenger">Business Plus</option>
      </select>
    </div>
  </div>
  <div class="login-fields" id="login-personal">
    <fieldset>
      <legend class="sr-only">Personal</legend>
    </fieldset>
    <div class="form-group text-center">
      <a href="https://web3.secureinternetbank.com/PBI_PBI1151/Login/091310767" class="btn btn-primary disabled">Log In</a>
    </div>
    <div class="text-center mt-3">
      <a href="https://web3.secureinternetbank.com/pbi_pbi1151/ForgotPassword/091310767" class="btn btn-link p-1" target="_blank">Forgot Username or Password<span class="sr-only"> (opens in a new window)</span></a>
      <a href="https://web3.secureinternetbank.com/pbi_pbi1151/Enroll/091310767" class="btn btn-link p-1" target="_blank">Not enrolled? Sign up here<span class="sr-only"> (opens in a new window)</span></a>
    </div>
  </div>
  <div class="login-fields" id="login-business-online" style="display: none;">
    <fieldset>
      <legend class="sr-only">Business Online</legend>
    </fieldset>
    <div class="form-group text-center">
      <button type="submit" class="btn btn-primary" disabled="disabled">Log In</button>
    </div>
  </div>
  <div class="login-fields" id="login-business-plus" style="display: none;">
    <fieldset>
      <legend class="sr-only">Business Plus</legend>
    </fieldset>
    <div class="form-group text-center">
      <button type="submit" class="btn btn-primary" disabled="disabled">Log In</button>
    </div>
  </div>
</form>

POST /en-US/Home/SignUp?Length=4

<form action="/en-US/Home/SignUp?Length=4" class="custom-form" data-ajax="true" data-ajax-failure="App.SignupForm.onFailure" data-ajax-loading="#SignupForm_Loading" data-ajax-method="POST" data-ajax-mode="replace"
  data-ajax-success="App.SignupForm.onSuccess" data-ajax-update="#id1" id="form0" method="post" novalidate=""><input name="__RequestVerificationToken" type="hidden"
    value="RbMDERIT7977_oYvoNdG_WeDuHUSJEPSwyi1tKcAkLX0P-gc_6frGfglPqQ1QHpJx2JNlcbyH7fTkpJjlwjUk4AuCt5gLZJQFmpIwrvITO01">
  <fieldset>
    <legend class="sr-only">Email Signup Form</legend>
    <div class="row">
      <div class="col-12 col-md-4">
        <div class="form-group form-group-text d-flex flex-column-reverse mb-3">
          <span class="field-validation-valid" data-valmsg-for="Name" data-valmsg-replace="true"></span>
          <label class="control-label" for="Name">Name</label>
          <div class="custom-input">
            <input autocomplete="given-name" class="form-control zag-validation-input-text" id="Name" name="Name" type="text" value="">
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="form-group form-group-text form-group-required d-flex flex-column-reverse mb-3">
          <span class="field-validation-valid" data-valmsg-for="Email" data-valmsg-replace="true"></span>
          <label class="control-label" for="Email">Email</label>
          <div class="custom-input">
            <input autocomplete="email" class="form-control zag-validation-input-text" data-val="true" data-val-email="Email address is invalid" data-val-required="Email address is a required field" id="Email" name="Email" required="required"
              type="email" value="">
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="form-group form-group-text d-flex flex-column-reverse mb-3">
          <span class="field-validation-valid" data-valmsg-for="City" data-valmsg-replace="true"></span>
          <label class="control-label" for="City">City</label>
          <div class="custom-input">
            <input autocomplete="address-level2" class="form-control zag-validation-input-text" id="City" name="City" type="text" value="">
          </div>
        </div>
      </div>
    </div>
    <div class="row mt-3">
      <div class="col text-center">
        <div id="dvCaptcha" style="width:304px;margin:auto">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-1p0do9vy1foe" frameborder="0" scrolling="no"
                sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcHR-IZAAAAAMZjro0Dfz30LVFcQ6hCavcdcTtN&amp;co=aHR0cHM6Ly9zdGFyaW9uYmFuay5jb206NDQz&amp;hl=en&amp;v=-QbJqHfGOUB8nuVRLvzFLVed&amp;size=normal&amp;cb=avzn5bevugsl"></iframe>
            </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div>
        <span id="spnRecapthaErrorMessage" class="field-validation-error" style="display:none"><span>Please validate Captcha</span></span>
      </div>
    </div>
    <div class="row mt-3">
      <div class="col text-center">
        <button type="submit" class="btn btn-primary">Submit</button>
      </div>
    </div>
  </fieldset>
  <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&amp;render=explicit" asyncdefer=""></script>
  <script type="text/javascript">
    var onloadCallback = function() {
      grecaptcha.render('dvCaptcha', {
        'sitekey': '6LcHR-IZAAAAAMZjro0Dfz30LVFcQ6hCavcdcTtN',
        'callback': function(response) {
          $.ajax({
            type: "POST",
            url: "/Home/AjaxMethod",
            data: "{response: '" + response + "'}",
            contentType: "application/json; charset=utf-8",
            dataType: "json",
            success: function(r) {
              var captchaResponse = jQuery.parseJSON(r.Response);
              if (captchaResponse.success) {
                $("#hfCaptcha").val(captchaResponse.success);
                $("#rfvCaptcha").hide();
              } else {
                $("#hfCaptcha").val("");
                $("#rfvCaptcha").show();
                var error = captchaResponse["error-codes"][0];
                $("#rfvCaptcha").html("RECaptcha error. " + error);
              }
            }
          });
        }
      });
    };
  </script>
</form>

Text Content

Skip to Main Content Skip to Online Banking Skip to Sitemap
 * Personal Menu
   Solutions
    * Checking Accounts
    * Savings Accounts
    * Retirement Accounts
    * Private Banking
    * Personal Loans
    * Home Equity Loans
    * Benefits Banking
    * Benefits Banking for Employees
    * Personal Bankers
   
   Services
    * Online Banking
    * Mobile Banking
    * Free ATM Network
    * Zelle®
    * Debit Cards
   
   Mortgage
    * Home Buying
    * Lot and Home Construction Loans
    * Refinance
    * Homeowner Insurance
    * Mortgage Bankers
   
   --------------------------------------------------------------------------------
   
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
 * Business Menu
   Solutions
    * Business Checking
    * Business Savings
    * Benefits Banking Employee
    * Benefits Banking Employer
    * Retirement Accounts
    * Health Savings Accounts
    * Business Loans & Leasing
    * Business Insurance
    * Business Bankers
   
   Services
    * Online Banking
    * Mobile Banking
    * Cash Management
    * Clover™ Point-of-Sale Solutions
   
   Agribusiness
    * Agribusiness Checking
    * Agribusiness Savings
    * Agribusiness Loans & Leasing
    * Agribusiness Escrow Management
    * Agribusiness Insurance
    * Agribusiness Bankers
   
   --------------------------------------------------------------------------------
   
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
 * Insurance Menu
   Solutions
    * Auto & Vehicle Insurance
    * Homeowner Insurance
    * Business Insurance
    * Agribusiness Insurance
    * Life & Disability Insurance
    * Umbrella Insurance
   
   Resources
    * Insurance Agents
    * Request an Insurance Quote
    * Policy Change Request Form
    * Claims Center
   
   --------------------------------------------------------------------------------
   
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
 * Investments Menu
   Solutions
    * Investment Services
    * IRAs
    * Retirement Planning Strategies
   
   Resources
    * Investment Representatives
    * Investment Articles
    * Retirement Account Access
   
   --------------------------------------------------------------------------------
   
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
 * About Menu
   Who We Are
    * Starion's Story
    * Leadership
    * Awards & Recognition
    * Careers
    * Social Responsibility
    * News
   
   Customer Support
    * Contact Us
    * Locations & ATMs
    * Financial Articles
    * Resources & Tools
    * FAQs
    * Applications
   
   --------------------------------------------------------------------------------
   
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications

 * Contact
 * Locations
 * Search Menu
   Type your search here
   Click to search
   Routing Number: 091310767
   
   1-888-258-6050
   Lost/Stolen Card

 * Mobile Menu
    * 
      Contact
    * 
      Locations
    * 
      Search
   
   Type your search here
   Click to search
   Personal
   Solutions
   Checking Accounts Savings Accounts Retirement Accounts Private Banking
   Personal Loans Home Equity Loans Benefits Banking Benefits Banking for
   Employees Personal Bankers
   Services
   Online Banking Mobile Banking Free ATM Network Zelle® Debit Cards
   Mortgage
   Home Buying Lot and Home Construction Loans Refinance Homeowner Insurance
   Mortgage Bankers
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
   Business
   Solutions
   Business Checking Business Savings Benefits Banking Employee Benefits Banking
   Employer Retirement Accounts Health Savings Accounts Business Loans & Leasing
   Business Insurance Business Bankers
   Services
   Online Banking Mobile Banking Cash Management Clover™ Point-of-Sale Solutions
   Agribusiness
   Agribusiness Checking Agribusiness Savings Agribusiness Loans & Leasing
   Agribusiness Escrow Management Agribusiness Insurance Agribusiness Bankers
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
   Insurance
   Solutions
   Auto & Vehicle Insurance Homeowner Insurance Business Insurance Agribusiness
   Insurance Life & Disability Insurance Umbrella Insurance
   Resources
   Insurance Agents Request an Insurance Quote Policy Change Request Form Claims
   Center
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
   Investments
   Solutions
   Investment Services IRAs Retirement Planning Strategies
   Resources
   Investment Representatives Investment Articles Retirement Account Access
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications
   About
   Who We Are
   Starion's Story Leadership Awards & Recognition Careers Social Responsibility
   News
   Customer Support
   Contact Us Locations & ATMs Financial Articles Resources & Tools FAQs
   Applications
   
   Financial Calculators
   
   Financial Education
   
   FAQs
   
   Video Tutorials
   
   Mortgage Resources
   
   Applications

 * Login Menu
   Welcome
   
   Select your account type to log in.
   
   Account Types
   Personal Business Online Business Plus
   Personal
   Log In
   Forgot Username or Password (opens in a new window) Not enrolled? Sign up
   here (opens in a new window)
   Business Online
   Log In
   Business Plus
   Log In
   
   Home Sweet Home
   
   Our expert bankers and mortgage solutions make the home buying process as
   fast and easy as possible.
   
   Get Moving
   


TAKING YOU FARTHER

Home Buying

Ready to establish roots? We have a range of loans to fit your needs and a team
of mortgage bankers to help you find the right one.

Open the Door
Personal Checking

Whether you want to make more out of your money or earn cash back, we have an
account for your unique lifestyle.

Check It Out
Zelle®

Move cash in a flash to anyone, anywhere, for any reason at all. It’s all part
of a rapid payment system accessible through our app.

Unleash The Power
New Home Construction Loan Special

Take advantage of the great rates to build your dream home!

Get Details
Home Buying

Ready to establish roots? We have a range of loans to fit your needs and a team
of mortgage bankers to help you find the right one.

Open the Door
Personal Checking

Whether you want to make more out of your money or earn cash back, we have an
account for your unique lifestyle.

Check It Out
Zelle®

Move cash in a flash to anyone, anywhere, for any reason at all. It’s all part
of a rapid payment system accessible through our app.

Unleash The Power
New Home Construction Loan Special

Take advantage of the great rates to build your dream home!

Get Details
Home Buying

Ready to establish roots? We have a range of loans to fit your needs and a team
of mortgage bankers to help you find the right one.

Open the Door
Personal Checking

Whether you want to make more out of your money or earn cash back, we have an
account for your unique lifestyle.

Check It Out
Zelle®

Move cash in a flash to anyone, anywhere, for any reason at all. It’s all part
of a rapid payment system accessible through our app.

Unleash The Power



FROM DAILY MONEY MANAGEMENT TO PLANNING FOR YOUR FINANCIAL FUTURE, WE'VE
GOT EVERYTHING YOU NEED RIGHT HERE.

Mobile Banking
 * Monitor account balances and activity
 * Transfer money between accounts
 * Deposit checks with Mobile Check Deposit

Get The App

Regular Savings
 * Set aside money for upcoming or unexpected expenses
 * Enjoy low minimum balance requirements
 * Make more with a variable interest rate

Start Saving


Resources

We'll help you get the most out of your money.

 * Financial Education
 * Financial Calculators
 * FAQs
 * Video Tutorials

October 20, 2023

Three Financial Tools that Could Save Your Farm or Ranch

October 9, 2023

Starion Bank promotes in business banking and cash management

October 4, 2023

Starion Bank elects Young and Artz to board of directors

We Make Banking
Easy

Our convenient and efficient services make it simple to manage your money the
way that you want.

Contact Us

4 Minutes
4 Minutes

to open an account online

Open an Account
12 Hours
12 Hours

or less response time

*during normal business hours

Talk with an Expert
16 Locations
16 Local Branches

with surcharge-free ATMs nationwide

Find a Branch
We’re part of the
community
just like you

See how we strive to make a difference in the community through sports,
volunteering, sponsorships, arts, and donations.

Learn More


What Customers Are
Saying
Testimonial
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * 11

/ 11

> I started banking at Starion when I was 14 and never had a reason to leave.
> The staff is friendly and when I have a question, I always get an honest
> opinion. I can’t say enough good about them!
> 
> Pat Roney
> Owner, P&K Farms

> The Larson family has done such a splendid job in growing Starion and growing
> it in the right way. A lot of other banks have looked at their success and
> tried to duplicate that where they could, but there's only one Larson family.
> 
> Harry Argue
> Starion Bank Madison Advisory Board (Ret.)

> Starion has been a blessing to us, helping us with our home loan and pool
> loan. When we get home after a stressful day of work, we get to just relax and
> feel like we're on vacation. Starion helped us do that.
> 
> Courtney Fergel

> We would recommend Starion because they treat you like part of the family.
> They have a great reputation and are a locally-owned family business that we
> can relate to.
> 
> Bob Gibb
> President, Gibb & Sons Inc.

> I was referred to Starion and I’ve recommended Starion to others because of
> their great, personal service.
> 
> Andrew Hetland, M.D.
> Owner, Hetland Ear, Nose & Throat

> Our banker’s been in our warehouse, he’s been in our offices, he saw it when
> it was under construction. So I feel like Starion has a really intimate
> knowledge of our business and our business needs.
> 
> Burke O'Neal
> Director, Full Spectrum Solar

> I would absolutely recommend Starion to first-time business owners and small
> business owners. I think they understand what we’re going through and can
> really give some personalized recommendations. You feel very supported on your
> journey.
> 
> Katie Bulgrin
> Owner, Culvers

> We first decided to work with Starion because it is a family-owned bank. We
> continue to work with them because of the excellent one-on-one service and
> personal relationships we've built.
> 
> Kyle Miller
> Farmer

> Starion was instrumental in getting Building Blocks Learning Center built. We
> appreciate them being a community player and continuing to support us.
> 
> Lindsey Guss
> Owner & Director, Building Blocks Learning Center

> Our business is in multiple towns and Starion has given us the tools to really
> leverage the markets we’re in. They understand what we need and it’s gone
> seamlessly.
> 
> Luther Dietrich
> President, Dietrich & Sons, Inc.

> I think the culture started with Frank Larson. That culture of being a
> supercommunity bank that knows it’s large enough to do big things, but
> absolutely is small enough to connect one-on-one with all of its customers.
> 
> Randy Hatzenbuhler
> President, Theodore Roosevelt Medora Foundation

> I started banking at Starion when I was 14 and never had a reason to leave.
> The staff is friendly and when I have a question, I always get an honest
> opinion. I can’t say enough good about them!
> 
> Pat Roney
> Owner, P&K Farms

> The Larson family has done such a splendid job in growing Starion and growing
> it in the right way. A lot of other banks have looked at their success and
> tried to duplicate that where they could, but there's only one Larson family.
> 
> Harry Argue
> Starion Bank Madison Advisory Board (Ret.)

> Starion has been a blessing to us, helping us with our home loan and pool
> loan. When we get home after a stressful day of work, we get to just relax and
> feel like we're on vacation. Starion helped us do that.
> 
> Courtney Fergel

> We would recommend Starion because they treat you like part of the family.
> They have a great reputation and are a locally-owned family business that we
> can relate to.
> 
> Bob Gibb
> President, Gibb & Sons Inc.

> I was referred to Starion and I’ve recommended Starion to others because of
> their great, personal service.
> 
> Andrew Hetland, M.D.
> Owner, Hetland Ear, Nose & Throat

> Our banker’s been in our warehouse, he’s been in our offices, he saw it when
> it was under construction. So I feel like Starion has a really intimate
> knowledge of our business and our business needs.
> 
> Burke O'Neal
> Director, Full Spectrum Solar

> I would absolutely recommend Starion to first-time business owners and small
> business owners. I think they understand what we’re going through and can
> really give some personalized recommendations. You feel very supported on your
> journey.
> 
> Katie Bulgrin
> Owner, Culvers

> We first decided to work with Starion because it is a family-owned bank. We
> continue to work with them because of the excellent one-on-one service and
> personal relationships we've built.
> 
> Kyle Miller
> Farmer

> Starion was instrumental in getting Building Blocks Learning Center built. We
> appreciate them being a community player and continuing to support us.
> 
> Lindsey Guss
> Owner & Director, Building Blocks Learning Center

> Our business is in multiple towns and Starion has given us the tools to really
> leverage the markets we’re in. They understand what we need and it’s gone
> seamlessly.
> 
> Luther Dietrich
> President, Dietrich & Sons, Inc.

> I think the culture started with Frank Larson. That culture of being a
> supercommunity bank that knows it’s large enough to do big things, but
> absolutely is small enough to connect one-on-one with all of its customers.
> 
> Randy Hatzenbuhler
> President, Theodore Roosevelt Medora Foundation

> I started banking at Starion when I was 14 and never had a reason to leave.
> The staff is friendly and when I have a question, I always get an honest
> opinion. I can’t say enough good about them!
> 
> Pat Roney
> Owner, P&K Farms

Play Pause

Connect With Us
1-888-258-6050 Send a Message Locations & ATM Careers
Routing Number
091310767
Customer Support
Resources & Tools Lost/Stolen Card Account & Loan Applications Insurance Claims
Retirement Account Access
Facebook Instagram LinkedIn Twitter YouTube

Starion Bank in North Dakota and Wisconsin offers valuable personal and business
banking services including checking accounts, savings accounts, mortgages,
personal loans, merchant services, insurance services and more. Bank online,
with our mobile app, or visit one of our conveniently located branches in
Mandan, Fargo, Bottineau, Dunseith, Rolla, Ellendale, Oakes, and Bismarck, ND as
well as Middleton, Monona and Sun Prairie, WI.



--------------------------------------------------------------------------------

Sign Up for Email Updates
Email Signup Form
Name

Email

City


Please validate Captcha
Submit
Processing...



Privacy Policy | Security & Fraud | Website Accessibility | Sitemap

Copyright © 2023 Starion Bank. All rights reserved | Website by ZAG Interactive

CoBrowsing code

Close
You Are Leaving Starion Bank's Website

You are now leaving Starion Bank's website.

External third-party web sites will be presented in a new and separate content
window. Starion Bank does not provide, and is not responsible for, the product,
service, overall website content, accessibility, security, or privacy policies
on any external third-party sites.

Continue Go Back
Let's chat!