hvfcu.icims.com Open in urlscan Pro
99.86.4.94  Public Scan

URL: https://hvfcu.icims.com/forms?form=Voluntary_Self_Identification_Forms_Post_Offer&isPacket=1&item=12875
Submission Tags: falconsandbox
Submission: On June 30 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

#DISABLED #disabled

<form method="#disabled" action="#disabled" id="form" class="">
  <div class="aspNetHidden"> <input type="hidden" name="manScript_HiddenField" id="manScript_HiddenField" value="" class=""> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" class=""> <input type="hidden" name="__EVENTARGUMENT"
      id="__EVENTARGUMENT" value="" class=""> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwULLTEyMTY0MTExOTEPFgIeE1ZhbGlkYXRlUmVxdWVzdE1vZGUCARYCAgEPFgIeBmFjdGlvbgURL0Fib3V0LVVzL0NhcmVlcnMWAgIFD2QWAmYPDxYEHghDc3NDbGFzcwUPUGFnZVBsYWNlaG9sZGVyHgRfIVNCAgJkFgJmD2QWFAIBD2QWBGYPDxYCHgdWaXNpYmxlaGRkAgEPZBYCAgIPZBYCZg8PFgQfAgUPUGFnZVBsYWNlaG9sZGVyHwMCAmRkAgMPZBYCZg9kFgICAg9kFgJmDw8WBB8CBQ9QYWdlUGxhY2Vob2xkZXIfAwICZGQCBQ9kFgJmD2QWAgICD2QWAmYPDxYEHwIFD1BhZ2VQbGFjZWhvbGRlch8DAgJkZAIHD2QWAmYPZBYCAgIPZBYCZg8PFgQfAgUPUGFnZVBsYWNlaG9sZGVyHwMCAmRkAhMPZBYCZg9kFgJmDxYEHhJUcmFuc2Zvcm1hdGlvbk5hbWUFJmN1c3RvbS5IdWRzb25WYWxsZXlBbGVydHMuQWxlcnRMaXN0aW5nHgtfIUl0ZW1Db3VudGZkAhUPZBYCZg9kFgICAg9kFgJmDw8WBB8CBQ9QYWdlUGxhY2Vob2xkZXIfAwICZGQCFw9kFgJmD2QWAgICD2QWAmYPDxYEHwIFD1BhZ2VQbGFjZWhvbGRlch8DAgJkFgJmD2QWAgIgD2QWAmYPZBYCAgIPZBYCZg8PFgQfAgUPUGFnZVBsYWNlaG9sZGVyHwMCAmRkAhkPZBYCAgEPZBYCAgIPZBYCZg8PFgQfAgUPUGFnZVBsYWNlaG9sZGVyHwMCAmRkAhsPZBYCZg8PFgIfBGhkZAIdD2QWAmYPZBYCAgIPZBYCZg8PFgQfAgUPUGFnZVBsYWNlaG9sZGVyHwMCAmRkZJspeR5B5UHPxsXifdZPP27s9UpbUJLsrveMMnBhMMbk"
      class=""> </div>
  <script type="text/javascript" class="">
    //<![CDATA[ var theForm = document.forms['form']; if (!theForm) {     theForm = document.form; } function __doPostBack(eventTarget, eventArgument) {     if (!theForm.onsubmit || (theForm.onsubmit() != false)) {         theForm.__EVENTTARGET.value = eventTarget;         theForm.__EVENTARGUMENT.value = eventArgument;         theForm.submit();     } } //]]>       
  </script>
  <script src="/WebResource.axd?d=wyYU9kVwnTz2q8Cl2weVk3K-dyJbP9n1upgC-6JupBKGpbRS2lHmkiPdn9bsqyMr4V54WozBSbqYkGcZvr4AnQ2ZI79MnoV9aFOeBoLFkAw1&amp;t=637290577350350503" type="text/javascript" class=""></script> <input type="hidden" name="lng"
    id="lng" value="en-US" class="">
  <script type="text/javascript" class="">
    //<![CDATA[  function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); } if(window.CMSContentManager) { CMSContentManager.allowSubmit = true; }; __doPostBack('m$am',param); } function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }if (window.CMSContentManager) { CMSContentManager.storeContentChangedStatus(); };WebForm_DoCallback('m$am',param,callback,ctx,null,true); } //]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[ function modalDialog(url, name, width, height, otherParams, noWopener, forceModal, forceNewWindow, setTitle) {          // Header and footer is greater than before, increase window size accordingly     if (typeof(height) === "number") {         height += 66;     }       if (setTitle == undefined) {         setTitle = true;     }     if (forceModal == undefined) {         forceModal = true;     }     if (otherParams == undefined) {         otherParams = 'toolbar=no,directories=no,menubar=no,modal=yes,dependent=yes,resizable=yes';     }      var advanced = false;     try {         advanced = window.top.AdvancedModalDialogs;     } catch (err) {     }      if (advanced && !forceNewWindow) {         window.top.advancedModal(url, name, width, height, otherParams, noWopener, forceModal, setTitle, this);     }     else {         var dHeight = height;         var dWidth = width;         if (width.toString().indexOf('%') != -1) {             dWidth = Math.round(screen.width * parseInt(width, 10) / 100);         }         if (height.toString().indexOf('%') != -1) {             dHeight = Math.round(screen.height * parseInt(height, 10) / 100);         }          var oWindow = window.open(url, name, 'width=' + dWidth + ',height=' + dHeight + ',' + otherParams);         if (oWindow) {             oWindow.opener = this;             oWindow.focus();         }     } } //]]>       
  </script>
  <script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fRequireJS%2frequire.js" type="text/javascript" class=""></script>
  <script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fRequireJS%2fconfig.js&amp;resolvemacros=1" type="text/javascript" class=""></script>
  <script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fcms.js" type="text/javascript" class=""></script>
  <script type="text/javascript" class="">
    //<![CDATA[ if ((window.originalPostback == null) && (window.__doPostBack != null)) { window.originalPostback = __doPostBack; __doPostBack = __doPostBackWithCheck; }   //]]>       
  </script>
  <script src="/ScriptResource.axd?d=-lJBgP7q3AvLepsnX50cuVBC3pnN8ta_Xoq9__dzUm5gV_qIkybWsq73WEOm3CWgkzhD-16NkuiIY_KiqV3x6E0wTev89EHLJBsQlIggtJUAX3AbhZAVebCViGj7zilb0&amp;t=7c776dc1" type="text/javascript" class=""></script>
  <script src="/ScriptResource.axd?d=LPhJh9ucvkd3xM0pRHdugvYCi0owWrvwYfjA-fXyCbGbF0GGqdSeKlS7gSmeDBRFm83q4h78_TwapBHBaZ-05zKYpJ_cxD0uWdSWht-lqyb2oxSACXm_9uK4hbwSEd9NMZDiUSwQBtuzvMk7SlJLCw2&amp;t=7c776dc1" type="text/javascript" class=""></script>
  <script type="text/javascript" class="">
    //<![CDATA[  var CMS = CMS || {}; CMS.Application = {   "isRTL": "false",   "isDebuggingEnabled": true,   "applicationUrl": "/",   "imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",   "isDialog": false };  //]]>       
  </script>
  <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185" class=""> <input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0" class=""> <input type="hidden"
      name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0" class=""> </div>
  <script type="text/javascript" class="">
    //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('manScript', 'form', ['tctxM','ctxM','tdm$pM$pMP','dm_pM_pMP'], [], [], 90, ''); //]]>       
  </script>
  <div id="dm_pM_pMP" class=""> </div><input type="hidden" name="dm$hdnArgs" id="dm_hdnArgs" class=""><input type="hidden" name="dm$hdnAnother" id="dm_hdnAnother" class=""><input type="hidden" name="dm$hdnClose" id="dm_hdnClose" class=""><input
    type="hidden" name="dm$hdnComment" id="dm_hdnComment" class=""><input type="hidden" name="dm$hdnCurrStep" id="dm_hdnCurrStep" value="0" class="">
  <div id="ctxM" class=""> </div>
  <section aria-label="Skip to main content" class=""><a href="#maincontent" id="skiptocontent" class="">skip to main content</a></section> <!-- <script type="text/javascript" src="/App_Themes/Hudson/js/jquery.eq.all.min.js"></script> -->
  <script type="text/javascript" class="">
    $(function() {
      $('nav#menu').mmenu();
    });
  </script>
  <header class="">
    <nav class="navbar navbar-inverse hv-topbar container-cust" aria-label="Main Menu">
      <div class="container">
        <div class="navbar-header hidden-lg hidden-md hidden-sm tablethidden mob_all_menu">
          <div class="col-md-9 col-sm-9 col-xs-8 hidden-lg hidden-md tablethidden toogle_btn"> <a href="/" class=""> <img src="/getmedia/768856bc-7cea-4a29-bc70-033978b0027c/HVCU_Logo_RGB" alt="Hudson Valley Credit Union" class=""></a> </div>
          <div class="col-md-3 col-sm-3 col-xs-4 toogle_btn"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle
                navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div>
        </div> <!-- top menu -->
        <div id="navbar" class="navbar-collapse collapse padd0 mob_all_sub_menu_cont mm-wrapper">
          <ul class="nav navbar-nav hd-vally-navbar" id="topmenu">
            <li class="active bdrleft cpadtpbtm" id="liperson"><a href="/" id="a1" rel="person" class="">Personal</a></li>
            <li class="cpadtpbtm" id="libusiness"><a href="/Business" id="a2" rel="business" class="">Business</a></li>
            <li class="cpadtpbtm" id="liabout"><a href="/About-Us" id="a3" rel="about" class="">About Us</a></li>
            <li class="cpadtpbtm" id="liservices"><a href="/Online-Services" id="a4" rel="services" class="">Online Services </a></li>
          </ul>
          <nav id="menu" aria-label="Mobile Menu" class="mm-menu">
            <div class="mm-panels">
              <div class="mm-panels mm-panel mm-hasnavbar mm-hidden" id="mm-0">
                <div class="mm-navbar"><a class="mm-title">Menu</a></div>
                <div class="mm-panels mm-panel mm-hasnavbar mm-hidden" id="mm-0">
                  <div class="mm-navbar"><a class="mm-title">Menu</a></div>
                  <div class="mm-panels mm-panel mm-hasnavbar mm-hidden" id="mm-0">
                    <div class="mm-navbar"><a class="mm-title">Menu</a></div>
                    <div class="mm-panels mm-panel mm-hasnavbar mm-hidden" id="mm-0">
                      <div class="mm-navbar"><a class="mm-title">Menu</a></div>
                      <div class="mm-panel mm-hasnavbar mm-opened mm-current" id="mm-0">
                        <div class="mm-navbar"><a class="mm-title">Menu</a></div>
                        <ul class="mm-listview">
                          <ul class="active all_top_menu person mm-listview">
                            <li class=""><a class="mm-next" href="#mm-1" data-target="#mm-1"></a><a href="/Personal/Accounts" class="">Accounts</a></li>
                            <li class=""><a class="mm-next" href="#mm-5" data-target="#mm-5"></a><a href="/Personal/Credit-Card/Visa-Credit-Cards" class="">Credit Cards</a></li>
                            <li class=""><a class="mm-next" href="#mm-8" data-target="#mm-8"></a><a href="/Personal/Loans" class="">Loans</a></li>
                            <li class=""><a class="mm-next" href="#mm-12" data-target="#mm-12"></a><a href="/Personal/Home-Finance-Center" class="">Home Finance Center</a></li>
                            <li class=""><a class="mm-next" href="#mm-16" data-target="#mm-16"></a><a href="/Personal/Insurance" class="">Insurance</a></li>
                            <li class=""><a href="https://www.wealthathvcu.com/" class="">Investment and Retirement</a></li>
                            <li class=""><a class="mm-next" href="#mm-18" data-target="#mm-18"></a><a href="/Personal/Resources" class="">Resources</a></li>
                          </ul>
                          <ul class="menu-content out dactive all_top_menu business mm-listview">
                            <li class=""><a class="mm-next" href="#mm-20" data-target="#mm-20"></a><a href="/Business/Accounts" class="">Accounts</a></li>
                            <li class=""><a class="mm-next" href="#mm-23" data-target="#mm-23"></a><a href="/Business/Online-Services" class="">Online Services</a></li>
                            <li class=""><a class="mm-next" href="#mm-26" data-target="#mm-26"></a><a href="/Business/Business-Lending" class="">Business Lending</a></li>
                            <li class=""><a class="mm-next" href="#mm-29" data-target="#mm-29"></a><a href="/Business/Commercial-Real-Estate" class="">Commercial Real Estate</a></li>
                            <li class=""><a class="mm-next" href="#mm-31" data-target="#mm-31"></a><a href="/Business/Business-Banking-Services" class="">Business Banking Services</a></li>
                            <li class=""><a class="mm-next" href="#mm-34" data-target="#mm-34"></a><a href="/Business/Resources" class="">Resources</a></li>
                          </ul>
                          <ul class="menu-content out dactive all_top_menu about mm-listview">
                            <li class=""><a class="mm-next" href="#mm-36" data-target="#mm-36"></a><a href="/About-Us/Get-to-Know-Us" class="">Get to Know Us</a></li>
                            <li class=""><a class="mm-next" href="#mm-39" data-target="#mm-39"></a><a href="/About-Us/Community" class="">Community</a></li>
                            <li class=""><a class="mm-next" href="#mm-41" data-target="#mm-41"></a><a href="/About-Us/Careers" class="">Careers</a></li>
                            <li class=""><a class="mm-next" href="#mm-43" data-target="#mm-43"></a><a href="/About-Us/Resources/News" class="">Resources</a></li>
                            <li class=""><a class="mm-next" href="#mm-45" data-target="#mm-45"></a><a href="/About-Us/Contact-Us" class="">Contact Us</a></li>
                            <li class=""><a href="/About-Us/Become-a-Member" class="">Become a Member</a></li>
                          </ul>
                          <ul class="menu-content out dactive all_top_menu services mm-listview">
                            <li class=""><a class="mm-next" href="#mm-47" data-target="#mm-47"></a><a href="/Online-Services/Internet-Mobile-Banking" class="">Internet &amp; Mobile Banking</a></li>
                            <li class=""><a href="/Online-Services/Mobile-Wallet" class="">Mobile Wallet</a></li>
                            <li class=""><a class="mm-next" href="#mm-49" data-target="#mm-49"></a><a href="/Online-Services/Pay-Bills/Bill-Pay" class="">Pay Bills</a></li>
                            <li class=""><a class="mm-next" href="#mm-51" data-target="#mm-51"></a><a href="/Online-Services/Monitor-Manage-Accounts" class="">Monitor/Manage Accounts</a></li>
                            <li class=""><a class="mm-next" href="#mm-53" data-target="#mm-53"></a><a href="/Online-Services/Safe-Computing" class="">Safe Computing</a></li>
                          </ul>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-1">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Accounts</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Become-a-Member">Become a Member</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Rates/Savings-Rates">Rates</a></li>
                          <li class=""><a class="mm-next" href="#mm-2" data-target="#mm-2"></a><a class="" href="/Personal/Accounts/Checking">Checking</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Savings-Holiday-Club">Savings</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Kid-Teen-Accounts">Kid &amp; Teen Accounts</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/college-savings">College Savings</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/mortgage-savings">Mortgage Savings</a></li>
                          <li class=""><a class="mm-next" href="#mm-3" data-target="#mm-3"></a><a class="" href="/Personal/Accounts/Certificate-Accounts">Certificate Accounts</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Tiered-Money-Markets">Tiered Money Markets</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Special-Accounts">Holiday Club &amp; Special Accts</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/IRAs">IRAs</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Coverdell-Education">Coverdell Education</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Health-Savings-Account">Health Savings Account</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/PaySmart">PaySmart</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Direct-Deposit">Direct Deposit</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Account-Settlement">Account Settlement</a></li>
                          <li class=""><a class="" target="_blank" href="/Personal/Accounts/Open-an-Account">Open an Account</a></li>
                          <li class=""><a class="" href="https://app.loanspq.com/cu/ViewSubmittedLoans.aspx?lenderref=hvfcu12517&amp;branchid=dc1ebdb85b694c4d815e301ea7140ce1">Track Account Application</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-2">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-1" data-target="#mm-1"></a><a class="mm-title" href="#mm-1">Checking</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Accounts/Checking/Visa-Debit-Card" class="">Visa Debit Card</a></li>
                          <li class=""><a href="https://www.ordermychecks.com/login_a.jsp" class="">Check Reordering</a></li>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-3">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-1" data-target="#mm-1"></a><a class="mm-title" href="#mm-1">Certificate Accounts</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Accounts/Certificate-Accounts/Certificate-Account-Instructions" class="">Certificate Account Instructions</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-4">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-1" data-target="#mm-1"></a><a class="mm-title" href="#mm-1"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-5">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Credit Cards</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Personal/Accounts/Rates/Loan-Rates">Rates</a></li>
                          <li class=""><a class="mm-next" href="#mm-6" data-target="#mm-6"></a><a class="" href="/Personal/Credit-Card/Visa-Credit-Cards">Visa Credit Cards</a></li>
                          <li class=""><a class="" href="/Personal/Accounts/Checking/HVFCU-Rewards">HVCU Rewards!</a></li>
                          <li class=""><a class="" href="/Personal/Credit-Card/GoToMyCard-Account">GoToMyCard Account</a></li>
                          <li class=""><a class="" href="/Personal/Credit-Card/Online-Checkout-With-Visa">Online Checkout with Visa</a></li>
                          <li class=""><a class="" href="/Personal/Credit-Card/CUMONEY-Visa-Prepaid-Cards">CUMONEY Visa Prepaid Cards</a></li>
                          <li class=""><a class="external-popup" target="_blank" href="https://usa.visa.com/support/consumer/travel-support/exchange-rate-calculator.html/">Visa Currency Converter</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Apply-For-A-Loan">Apply For A Card</a></li>
                          <li class=""><a class="" href="https://app.loanspq.com/cu/ViewSubmittedLoans.aspx?lenderref=hvfcu12517&amp;branchid=dc1ebdb85b694c4d815e301ea7140ce1">Track Card Application</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-6">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-5" data-target="#mm-5"></a><a class="mm-title" href="#mm-5">Visa Credit Cards</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Credit-Card/Visa-Credit-Cards/Gas-Rewards" class="">Gas Rewards</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-7">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-5" data-target="#mm-5"></a><a class="mm-title" href="#mm-5"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-8">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Loans</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Personal/Accounts/Rates/Loan-Rates">Rates</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Secured">Secured</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Motorcycles">Motorcycles</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Boats-RVs">Boats &amp; RVs</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Personal">Personal</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Personal-Assistance-Loan">Personal Assistance Loan</a></li>
                          <li class=""><a class="mm-next" href="#mm-9" data-target="#mm-9"></a><a class="" href="/Personal/Loans/Autos">Autos</a></li>
                          <li class=""><a class="mm-next" href="#mm-10" data-target="#mm-10"></a><a class="" href="/Personal/Loans/Student-Loans-and-Aid/Student-Loans">Student Loans and Aid</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Fico">Free FICO® Scores</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Guaranteed-Asset-Protection">Guaranteed Asset Protection (GAP)</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Credit-Life-Credit-Disability-Insurance">Credit Life &amp; Credit Disability Insurance</a></li>
                          <li class=""><a class="" target="_blank" href="/Personal/Loans/Apply-For-A-Loan">Apply For A Loan</a></li>
                          <li class=""><a class="" href="https://app.loanspq.com/cu/ViewSubmittedLoans.aspx?lenderref=hvfcu12517&amp;branchid=dc1ebdb85b694c4d815e301ea7140ce1">Track Loan Application</a></li>
                          <li class=""><a class="" href="/Personal/Loans/Making-Loan-Payments">Making Loan Payments</a></li>
                          <li class=""><a class="" href="/CommonContent/SiteFooter/SCRA">Lending to Military Members &amp; Dependents</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-9">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-8" data-target="#mm-8"></a><a class="mm-title" href="#mm-8">Autos</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Loans/Autos/Private-Seller-Sale" class="">Private Seller Sale</a></li>
                          <li class=""><a href="/Personal/Loans/Autos/AutoSMART" class="">AutoSMART</a></li>
                          <li class=""><a href="/Personal/Loans/Autos/Inventory-Search" class="">Inventory Search</a></li>
                          <li class=""><a href="/Personal/Loans/Autos/Dealer-Network" class="">Dealer Network</a></li>
                          <li class=""><a href="/Personal/Loans/Autos/Leasing" class="">Leasing</a></li>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-10">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-8" data-target="#mm-8"></a><a class="mm-title" href="#mm-8">Student Loans and Aid</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Loans/Student-Loans-and-Aid/Student-Loans" class="">Student Loans</a></li>
                          <li class=""><a href="/Personal/Loans/Student-Loans-and-Aid/Tuition-Assistance-Scholarships" class="">Tuition Assistance/Scholarships</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-11">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-8" data-target="#mm-8"></a><a class="mm-title" href="#mm-8"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-12">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Home Finance Center</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="mm-next" href="#mm-13" data-target="#mm-13"></a><a class="" href="/Personal/Home-Finance-Center/Mortgages">Mortgages</a></li>
                          <li class=""><a class="mm-next" href="#mm-14" data-target="#mm-14"></a><a class="" href="/Personal/Home-Finance-Center/Home-Equity-Solar-Panel-Financing">Home Equity &amp; Solar Panel Financing</a></li>
                          <li class=""><a class="" href="/CommonContent/SiteFooter/SCRA">Lending to Military Members &amp; Dependents</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-13">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-12" data-target="#mm-12"></a><a class="mm-title" href="#mm-12">Mortgages</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Home-Finance-Center/Mortgages/Mortgage-Options" class="">Mortgage Options</a></li>
                          <li class=""><a href="https://www.flipsnack.com/hudsonvalleycreditunion/home-financing-guide-fu9s6mfnv/full-view.html" class="">Home Financing Guide</a></li>
                          <li class=""><a href="/Personal/Home-Finance-Center/Mortgages/Mortgage-Calculators" class="">Mortgage Calculators</a></li>
                          <li class="">
                            <a target="_blank" href="https://mortgage.hvfcu.org/rates.asp?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Rates</a>
                          </li>
                          <li class="">
                            <a href="https://mortgage.hvfcu.org/Wizard/LoanConsultant.asp?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Personalized Rate Quote</a>
                          </li>
                          <li class=""><a href="/Personal/Home-Finance-Center/Mortgages/Meet-Our-Team" class="">Meet Our Team</a></li>
                          <li class="">
                            <a href="https://mortgage.hvfcu.org/apply.asp?SessionTest=Y&amp;__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Apply For A Mortgage</a>
                          </li>
                          <li class="">
                            <a href="https://mortgage.hvfcu.org/Login/appl_login.asp?login=1&amp;__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Track Mortgage Application</a>
                          </li>
                          <li class=""><a href="/Personal/Home-Finance-Center/Mortgages/Mortgage-Refinance" class="">Mortgage Refinance</a></li>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-14">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-12" data-target="#mm-12"></a><a class="mm-title" href="#mm-12">Home Equity &amp; Solar Panel Financing</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Personal/Accounts/Rates/Loan-Rates" class="">Rates</a></li>
                          <li class=""><a href="/Personal/Loans/Apply-For-A-Loan" class="">Apply For Home Equity</a></li>
                          <li class=""><a href="https://app.loanspq.com/cu/ViewSubmittedLoans.aspx?lenderref=hvfcu12517&amp;branchid=dc1ebdb85b694c4d815e301ea7140ce1" class="">Track Loan Application</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-15">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-12" data-target="#mm-12"></a><a class="mm-title" href="#mm-12"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-16">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Insurance</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Personal/Insurance/Personal">Personal</a></li>
                          <li class=""><a class="" href="/Personal/Insurance/Flood-Insurance">Flood Insurance</a></li>
                          <li class=""><a class="" href="https://mylifeapp.com/hvcuwealth">Life Insurance</a></li>
                          <li class="">
                            <a class="" href="https://www.trustage.com/add/no-cost-coverage?orgIdentifier=000000009334&amp;marketingCampaignCode=CEDDD2BDB&amp;utm_source=000000009334&amp;utm_medium=CULK_CU_email&amp;utm_campaign=CEDDD2BDB&amp;utm_content=CE000249">Accidental Death &amp; Dismemberment</a>
                          </li>
                          <li class=""><a class="" href="/Personal/Insurance/Business-Insurance">Business Insurance</a></li>
                          <li class=""><a class="" href="/Personal/Insurance/Property-Damage-Accidents">Property Damage/Accidents</a></li>
                          <li class=""><a class="" href="/Personal/Insurance/Claims-Billing-Servicing">Claims Billing &amp; Servicing</a></li>
                          <li class=""><a class="" href="/Personal/Insurance/Online-Defensive-Driving-Courses">Online Defensive Driving Courses</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-17">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-16" data-target="#mm-16"></a><a class="mm-title" href="#mm-16"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-18">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Resources</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="https://www.mycreditunion.gov/share-insurance">Share Insurance Coverage</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Account-Disclosures">Account Disclosures</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Fee-Schedule">Fee Schedule</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Forms">Forms</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Identity-Theft">Identity Theft</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Calculators">Calculators</a></li>
                          <li class=""><a class="" href="/Personal/Resources/BALANCE-Financial-Fitness">BALANCE Financial Fitness</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Teach-Them-Well">Youth Financial Literacy</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Credit-Reports">Credit Reports</a></li>
                          <li class=""><a class="" href="/Personal/Loans/FICO">Free FICO® Scores</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Accounts-FAQs">Accounts FAQs</a></li>
                          <li class=""><a class="" href="/Personal/Resources/Loan-FAQs">Loan FAQs</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-19">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-18" data-target="#mm-18"></a><a class="mm-title" href="#mm-18"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-20">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Accounts</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Business/Accounts/Become-a-Member">Become a Member</a></li>
                          <li class=""><a class="" href="/Business/Resources/Business-Account-Rates">Business Account Rates</a></li>
                          <li class=""><a class="mm-next" href="#mm-21" data-target="#mm-21"></a><a class="" href="/Business/Accounts/Business-Checking">Business Checking Accounts</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Cash-Management">Cash Management</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Savings">Savings</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Certificate-Accounts">Certificate Accounts</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Tiered-Money-Markets">Tiered Money Markets</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Health-Savings-Accounts">Health Savings Accounts</a></li>
                          <li class=""><a class="" href="/Business/Accounts/IOLA">IOLA Checking</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Meet-Our-Business-Experts">Meet Our Business Experts</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-21">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-20" data-target="#mm-20"></a><a class="mm-title" href="#mm-20">Business Checking Accounts</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="https://www.ordermychecks.com/login_a.jsp" class="">Check Reordering</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-22">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-20" data-target="#mm-20"></a><a class="mm-title" href="#mm-20"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-23">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Online Services</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="mm-next" href="#mm-24" data-target="#mm-24"></a><a class="" href="/Business/Online-Services/Internet-Banking-Login">Business Internet Banking</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/Business-Mobile-Banking">Business Mobile Banking</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/Mobile-Wallet">Mobile Wallet</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/Business-Bill-Pay">Business Bill Pay</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/eStatements">eStatements</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/MAGIC-Phone-Banking">MAGIC Phone Banking</a></li>
                          <li class=""><a class="" href="/Business/Online-Services/Wire-Transfers">Wire Transfers</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-24">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-23" data-target="#mm-23"></a><a class="mm-title" href="#mm-23">Business Internet Banking</a></div>
                        <ul class="mm-listview">
                          <li class="">
                            <a href="https://ebanking.hvfcu.org/HVFCUOnline_41/Uux.aspx?ReturnUrl=%2Fhvfcuonline_41%2F&amp;__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Internet Banking Login</a>
                          </li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-25">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-23" data-target="#mm-23"></a><a class="mm-title" href="#mm-23"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-26">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Business Lending</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Business/Business-Lending/Lines-of-Credit">Lines of Credit</a></li>
                          <li class=""><a class="" href="/Business/Business-Lending/Secured-Loans">Secured Loans</a></li>
                          <li class=""><a class="mm-next" href="#mm-27" data-target="#mm-27"></a><a class="" href="/Business/Business-Lending/Credit-Cards">Credit Cards</a></li>
                          <li class=""><a class="" href="https://business.hvcu.org/HV_Portal/" target="_blank">Apply for a Loan/Resume Application</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-27">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-26" data-target="#mm-26"></a><a class="mm-title" href="#mm-26">Credit Cards</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/Business/Business-Lending/Credit-Cards/GoToMyCard-Account-Access" class="">GoToMyCard Account Access</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-28">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-26" data-target="#mm-26"></a><a class="mm-title" href="#mm-26"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-29">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Commercial Real Estate</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Business/Commercial-Real-Estate">Commercial Mortgages &amp; Construction</a></li>
                          <li class=""><a class="" href="/Business/Commercial-Real-Estate/SBA-Loans">SBA Loans</a></li>
                          <li class=""><a class="" href="/Business/Accounts/Meet-Our-Business-Experts">Meet Our Business Experts</a></li>
                          <li class=""><a class="" href="https://business.hvcu.org/HV_Portal/" target="_blank">Apply for a Loan/Resume Application</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-30">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-29" data-target="#mm-29"></a><a class="mm-title" href="#mm-29"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-31">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Business Banking Services</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="mm-next" href="#mm-32" data-target="#mm-32"></a><a class="" href="https://www.wealthathvcu.com/">Financial Planning</a></li>
                          <li class=""><a class="" href="/Business/Business-Banking-Services/Insurance">Insurance</a></li>
                          <li class=""><a class="" href="/Business/Business-Banking-Services/Merchant-Services">Merchant Services</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-32">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-31" data-target="#mm-31"></a><a class="mm-title" href="#mm-31">Financial Planning</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="https://www.wealthathvcu.com/financial-services-consultation" target="_blank" class="">Schedule a Consultation</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-33">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-31" data-target="#mm-31"></a><a class="mm-title" href="#mm-31"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-34">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Resources</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Business/Resources/Business-Account-Rates">Business Account Rates</a></li>
                          <li class=""><a class="" href="/Business/Resources/Forms">Forms &amp; Disclosures</a></li>
                          <li class=""><a class="" href="/Business/Resources/Fee-Schedule">Fee Schedule</a></li>
                          <li class=""><a class="" href="/Business/Resources/Forms">Business Acct Agreement</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-35">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-34" data-target="#mm-34"></a><a class="mm-title" href="#mm-34"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-36">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Get to Know Us</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Get-to-Know-Us/Credit-Union-Difference">Credit Union Difference</a></li>
                          <li class=""><a class="" href="/About-Us/Get-to-Know-Us/Board-of-Directors-Supervisory-Committee">Board of Directors/Supervisory Committee</a></li>
                          <li class=""><a class="" href="/About-Us/Get-to-Know-Us/Make-Your-Voice-Heard">Make Your Voice Heard</a></li>
                          <li class=""><a class="mm-next" href="#mm-37" data-target="#mm-37"></a><a class="" href="/About-Us/Get-to-Know-Us/Financials-Ann-Reports">Financials/Ann. Reports</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-37">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-36" data-target="#mm-36"></a><a class="mm-title" href="#mm-36">Financials/Ann. Reports</a></div>
                        <ul class="mm-listview">
                          <li class=""><a href="/About-Us/Get-to-Know-Us/Financials-Ann-Reports/Financials-Annual-Reports" class="">Annual Report Requests</a></li>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-38">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-36" data-target="#mm-36"></a><a class="mm-title" href="#mm-36"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-39">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Community</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Community/Financial-Literacy">Financial Literacy</a></li>
                          <li class=""><a class="" href="/About-Us/Community/In-School-Financial-Literacy">Financial Ed For Schools</a></li>
                          <li class=""><a class="" href="/About-Us/Community/People-Helping-People">People Helping People</a></li>
                          <li class=""><a class="" href="/About-Us/Community/Organizations-We-Support">Organizations We Support</a></li>
                          <li class=""><a class="" href="/About-Us/Community/Charitable">Charitable Requests</a></li>
                          <li class=""><a class="" href="/About-Us/Community/Shredder-Days">Shredder Days</a></li>
                          <li class=""><a class="" href="/About-Us/Community/ewaste">Electronics Recycling</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-40">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-39" data-target="#mm-39"></a><a class="mm-title" href="#mm-39"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-41">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Careers</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Careers/Benefits">Benefits</a></li>
                          <li class=""><a class="" target="_blank" data-toggle="modal" data-target="#jobopening-modal" href="/About-Us/Careers">Job Openings</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-42">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-41" data-target="#mm-41"></a><a class="mm-title" href="#mm-41"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-43">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Resources</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Resources/News">News &amp; Press Releases</a></li>
                          <li class=""><a class="" href="/About-Us/Resources/Past-Newsletters">Past Newsletters</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-44">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-43" data-target="#mm-43"></a><a class="mm-title" href="#mm-43"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-45">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Contact Us</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/About-Us/Contact-Us/location">Branch / ATM Locator</a></li>
                          <li class="">
                            <a class="" href="https://www04.timetrade.com/app/hudsonvalcu/workflows/hudsonvalcu001/schedule?appointmentTypeGroupId=in-person&amp;appointmentTypeId=i-appointment&amp;ch=web" target="_blank">Schedule a Branch Appointment</a>
                          </li>
                          <li class=""><a class="" href="/About-Us/Contact-Us/Branch-Services">Branch Services</a></li>
                          <li class=""><a class="" href="/About-Us/Contact-Us/Holiday-Hours">Holiday Hours</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-46">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-45" data-target="#mm-45"></a><a class="mm-title" href="#mm-45"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-47">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Internet &amp; Mobile Banking</a></div>
                        <ul class="mm-listview">
                          <li class="">
                            <a class="" href="https://ebranch.hvfcu.org/Authentication?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827">Internet Banking Login</a>
                          </li>
                          <li class=""><a class="" href="/Online-Services/Internet-Mobile-Banking/Text-Banking">Text Banking</a></li>
                          <li class=""><a class="" href="/Online-Services/Internet-Mobile-Banking#mobile-deposit">Mobile Deposit</a></li>
                          <li class=""><a class="" href="/Online-Services/Internet-Mobile-Banking/Quicken-Quickbooks">Quicken &amp; Quickbooks Resources</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-48">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-47" data-target="#mm-47"></a><a class="mm-title" href="#mm-47"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-49">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Pay Bills</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Online-Services/Pay-Bills/Bill-Pay">Bill Pay</a></li>
                          <li class=""><a class="" href="/Online-Services/Pay-Bills/HVPay">HVPay (loan payments)</a></li>
                          <li class=""><a class="" href="/Online-Services/Pay-Bills/HVSend">HV$end (person-to-person)</a></li>
                          <li class=""><a class="" href="/Online-Services/Pay-Bills/Wire-Transfers">Wire Transfers</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-50">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-49" data-target="#mm-49"></a><a class="mm-title" href="#mm-49"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-51">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Monitor/Manage Accounts</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Online-Services/Monitor-Manage-Accounts/eStatements">eStatements</a></li>
                          <li class=""><a class="" href="/Online-Services/Monitor-Manage-Accounts/CUAlerts">CUAlerts</a></li>
                          <li class=""><a class="" href="/Online-Services/Monitor-Manage-Accounts/Financial-Management-Tools">Financial Mgmt Tools</a></li>
                          <li class=""><a class="" href="/Online-Services/Monitor-Manage-Accounts/MAGIC-Phone-Banking">MAGIC Phone Banking</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-52">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-51" data-target="#mm-51"></a><a class="mm-title" href="#mm-51"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                      <div class="mm-panel mm-hasnavbar mm-hidden" id="mm-53">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-0" data-target="#mm-0"></a><a class="mm-title" href="#mm-0">Safe Computing</a></div>
                        <ul class="mm-listview">
                          <li class=""><a class="" href="/Online-Services/Safe-Computing/General-Email-Website-Awareness">General Email &amp; Website Awareness</a></li>
                          <li class=""><a class="" href="/Online-Services/Safe-Computing/Keeping-Your-Devices-Secure">Keeping Your Devices Secure</a></li>
                          <li class=""><a class="" href="/Online-Services/Safe-Computing/Red-Flags-for-Fraud">Red Flags for Fraud</a></li>
                          <li class=""><a class="" href="/Online-Services/Safe-Computing/Phone-Scams">Phone Scams</a></li>
                          <div class="dropdown-footer"> </div>
                        </ul>
                      </div>
                      <div class="compare_acounts mm-panel mm-hasnavbar mm-hidden" id="mm-54">
                        <div class="mm-navbar"><a class="mm-btn mm-prev" href="#mm-53" data-target="#mm-53"></a><a class="mm-title" href="#mm-53"></a></div> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="arrow"
                            class=""></span>Apply For a Mortgage <span class=""> <img src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="arrow" class=""></span>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </nav>
          <div class="menubluebox visible-xs">
            <div class="quickaccess">
              <div class="col-md-12 col-sm-12">
                <div class="H4heading">Quick Access </div>
                <div class="quickaccess-container">
                  <div class="quickaccess-container-row">
                    <ul class="">
                      <li class="accounticon"><a data-target="#loginmobile" data-toggle="modal" href="#" class="">My Account</a></li>
                      <li class=""><a href="/About-Us/Resources/News" class="">Resources</a></li>
                      <li class=""><a href="/About-Us/Careers" class="">Careers</a></li>
                      <li class=""><a href="/About-Us/Contact-Us/location" class="">Find a Branch / ATM</a></li>
                      <li class=""><a href="/About-Us/Contact-Us" class="">Contact Us</a><!-- BEGIN LivePerson Button Code --><span id="lpButDivID-1554132263190" class=""></span></li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
            <div class="quickaccess">
              <div class="col-md-12 col-sm-12">
                <div class="H4heading"> Routing Number : 221979363</div>
                <p class="">Call : 845.463.3011</p>
              </div>
            </div>
            <div class="quickaccess">
              <div class="col-md-12 col-sm-12">
                <div class="H4heading">Additional Services </div>
                <div class="quickaccess-container">
                  <div class="quickaccess-container-row">
                    <ul class="">
                      <li class="">Credit Reports</li>
                      <li class="">Check Re-Ordering</li>
                      <li class="">Wire Transfers</li>
                      <li class="">Check Cashing</li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
            <div class="quickaccess">
              <div class="col-md-12 col-sm-12">
                <div class="H4heading">The Website </div>
                <div class="quickaccess-container">
                  <div class="quickaccess-container-row">
                    <ul class="">
                      <li class="">Terms of Use</li>
                      <li class="">Privacy Policy</li>
                      <li class="">Site Map</li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div> <!-- new menu end -->
          <ul class="nav navbar-nav hd-vally-navbar1">
            <li class="bdrnone dropdown dropdown-locations">
              <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="/About-Us/Contact-Us/location"><span class="findbranchimage"><img alt="location" src="/App_Themes/Hudson/images/location-icon.png" class=""> </span> <span class="findbranchtext">Branches &amp; Appointments</span> </a>
              <ul class="dropdown-menu megamenu row mega-dropdown-menu">
                <li class="col-xs-12"><a href="/About-Us/Contact-Us/location" class="">Branch Locations/ATMs</a></li>
                <li class="col-xs-12">
                  <a class="nopopup" href="https://www04.timetrade.com/app/hudsonvalcu/workflows/hudsonvalcu001/schedule?appointmentTypeGroupId=in-person&amp;appointmentTypeId=i-appointment&amp;ch=web" onclick="tt.launchWorkflow(this); return false;" target="_blank">Schedule Branch Appointment</a>
                </li>
              </ul>
            </li>
            <li class="bdrnone"> <a href="/About-Us/Careers" class=""><span class="careersimage"><img alt="Careers Image" src="/App_Themes/Hudson/images/brief-case-img.png" class=""> </span> <span class="careerstext">Careers</span> </a> </li>
            <li class="bdrnone">
              <div class="live-chat-container" style="min-width: 20px;"><span id="LP_DIV_1566247752345" class="">
                  <div id="LPMcontainer-1601481948379-0" class="LPMcontainer LPMoverlay" role="button" tabindex="0"
                    style="margin: 1px; padding: 0px; border-style: solid; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; background-repeat: repeat-x; background-position: left bottom; background-color: transparent; border-radius: 10px; width: 120px; height: 28px; cursor: pointer; display: block; position: relative; top: 0px; left: 0px;">
                    <div id="LPMlabel-1601481948381-1" class="LPMlabel"
                      style="margin: 0px; padding: 0px; border-style: none; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; position: absolute; font-family: Tahoma, Geneva, sans-serif; color: rgb(255, 255, 255); top: 7px; left: 8px; font-size: 12px; z-index: 600;">
                      Live Chat</div>
                  </div>
                  <div id="LPMcontainer-1601482509933-0" class="LPMcontainer LPMoverlay" role="button" tabindex="0"
                    style="margin: 1px; padding: 0px; border-style: solid; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; background-repeat: repeat-x; background-position: left bottom; background-color: transparent; border-radius: 10px; width: 120px; height: 28px; cursor: pointer; display: block; position: relative; top: 0px; left: 0px;">
                    <div id="LPMlabel-1601482509934-1" class="LPMlabel"
                      style="margin: 0px; padding: 0px; border-style: none; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; position: absolute; font-family: Tahoma, Geneva, sans-serif; color: rgb(255, 255, 255); top: 7px; left: 8px; font-size: 12px; z-index: 600;">
                      Live Chat</div>
                  </div>
                </span></div>
            </li>
            <li class="bdrnone"> <a href="/About-Us/Contact-Us" class=""><span class="contactusimage"><img alt="Contact phone" src="/App_Themes/Hudson/images/phone-icon-img.png" class=""> </span> <span class="contactustext">Contact Us</span> </a>
            </li>
            <li class="bdrnone myaccount">
              <div id="p_lt_ctl00_My_account_signIn_pnlMyAccountLogin" class="">
                <script type="text/javascript" class="">
                  function enableMe() {
                    $("input[name=dscheck]")[0].value = "0";
                  }

                  function isCookieEnabled() {
                    var exp = new Date();
                    exp.setTime(exp.getTime() + 1800000);
                    setCookie("testCookie", "cookie", exp, false, false, false);
                    if (document.cookie.indexOf('testCookie') == -1) {
                      return false;
                    }
                    exp = new Date();
                    exp.setTime(exp.getTime() - 1800000);
                    setCookie("testCookie", "cookie", exp, false, false, false);
                    return true;
                  }

                  function setCookie(name, value, expires, path, domain, secure) {
                    var curCookie = name + "=" + value + ((expires) ? ";expires=" + expires.toGMTString() : "") + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ((secure) ? ";secure" : "");
                    document.cookie = curCookie;
                  }

                  function isDupSubmit() {
                    var dupSbmt = true;
                    var e = $("input[name=dscheck]")[0];
                    if (e != null && e.value == "0") {
                      dupSbmt = false;
                      e.value = "1";
                      setTimeout(enableMe, 5000);
                    }
                    return dupSbmt;
                  }

                  function setParamStatus() {
                    if (!isDupSubmit()) {
                      if (isCookieEnabled()) {
                        $("input[name=testcookie]")[0].value = 'true';
                      }
                      $("input[name=testjs]")[0].value = 'true';
                      return true;
                    }
                    return false;
                  }
                </script>
                <script type="text/javascript" class="">
                  function enableMe1() {
                    $("input[name=dscheck1]")[0].value = "1";
                  }

                  function isCookieEnabled1() {
                    var exp = new Date();
                    exp.setTime(exp.getTime() + 1800000);
                    setCookie("testCookie1", "cookie", exp, false, false, false);
                    if (document.cookie.indexOf('testCookie1') == -1) {
                      return false;
                    }
                    exp = new Date();
                    exp.setTime(exp.getTime() - 1800000);
                    setCookie("testCookie1", "cookie", exp, false, false, false);
                    return true;
                  }

                  function setCookie1(name, value, expires, path, domain, secure) {
                    var curCookie = name + "=" + value + ((expires) ? ";expires=" + expires.toGMTString() : "") + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ((secure) ? ";secure" : "");
                    document.cookie = curCookie;
                  }

                  function isDupSubmit1() {
                    var dupSbmt = true;
                    var e = $("input[name=dscheck1]")[0];
                    if (e != null && e.value == "1") {
                      dupSbmt = false;
                      e.value = "1";
                      setTimeout(enableMe, 5000);
                    }
                    return dupSbmt;
                  }

                  function setParamStatus1() {
                    if (!isDupSubmit1()) {
                      if (isCookieEnabled()) {
                        $("input[name=testcookie1]")[0].value = 'true';
                      }
                      $("input[name=testjs1]")[0].value = 'true';
                      return true;
                    }
                    return false;
                  }
                </script>
                <script type="text/javascript" class="">
                  function CheckBoxCheck1(type) {
                    if (type == 0) {
                      if (document.Q2OnlineLogin.forgot_password[0].checked) {
                        document.Q2OnlineLogin.forgot_password[1].checked = false;
                        document.Q2OnlineLogin.password.disabled = true;
                        document.Q2OnlineLogin.password.style.backgroundColor = "#E5E5E5";
                      } else {
                        document.Q2OnlineLogin.password.disabled = false;
                        document.Q2OnlineLogin.password.style.backgroundColor = "#FFFFFF";
                      }
                    } else if (type == 1) {
                      if (document.Q2OnlineLogin.forgot_password[1].checked) {
                        document.Q2OnlineLogin.forgot_password[0].checked = false;
                        document.Q2OnlineLogin.password.disabled = true;
                        document.Q2OnlineLogin.password.style.backgroundColor = "#E5E5E5";
                      } else {
                        document.Q2OnlineLogin.password.disabled = false;
                        document.Q2OnlineLogin.password.style.backgroundColor = "#FFFFFF";
                      }
                    }
                  }
                </script>
                <div class="btn-group myaccountbtngroup" role="group" aria-label="My Account Login"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> <span
                      class="myaccountimages"> <img src="/App_Themes/Hudsonvalley/images/avatar-icon-img.png" alt="My Account image" class=""> </span><span class="myaccounttext">My Account</span> <span class="myaccountcaret caret"></span> </button>
                  <ul class="dropdown-menu">
                    <li class="">
                      <div class="paddrghtnone signinboxmain signinboxmain1">
                        <div class="signinbox signinboxdropdown sign-htauto">
                          <div id="p_lt_ctl08_My_account_signIn_pnlMyAccountLogin" class="" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl08_My_account_signIn_btnSubmit')"> <input type="hidden" name="testcookie" value="True"
                              class=""> <input type="hidden" name="testjs" value="True" class=""> <input type="hidden" name="dscheck" value="0" class="">
                            <div id="divinternet1" class="">
                              <p class="login-ttl">Log in to Internet Banking</p>
                              <div class="controls"> <label for="p_lt_ctl08_My_account_signIn_txtUsername" class="visuallyhidden">Username</label> <input name="p$lt$ctl08$My_account_signIn$txtUsername" type="text" maxlength="250"
                                  id="p_lt_ctl08_My_account_signIn_txtUsername" class="form-control" placeholder="Username" autocomplete="off"> </div>
                              <div class="controls"> <label for="txtPasswordAccountLogin" class="visuallyhidden">password</label> <input name="p$lt$ctl08$My_account_signIn$txtPasswordAccountLogin" type="password" id="txtPasswordAccountLogin"
                                  class="form-control marinbotm3" placeholder="password" autocomplete="off"> </div>
                              <div class="login-button-container">
                                <div class="login-button-helper-links">
                                  <a id="alkamiForgotPasswordAccountLogin" href="https://ebranch.hvfcu.org/ForgotPassword?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Forgot Password</a>
                                  <a id="alkamiForgotUsernameAccountLogin" href="https://ebranch.hvfcu.org/ForgotUsername?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Forgot Username</a>
                                </div> <input type="hidden" name="UserName" value="" class=""> <input type="hidden" name="Password" value="" class=""> <input type="submit" name="p$lt$ctl08$My_account_signIn$btnSubmit" value="LOG IN"
                                  onclick="btnloginAccount_click();" id="p_lt_ctl08_My_account_signIn_btnSubmit" class="btn log-in-btn cutom-btnlogin">
                              </div>
                              <p class="signin-btmtxt"> <span id="internetBankingTextAccountLogin" class="">Don't have internet banking?
                                  <a id="alakmiInternetBankingAccountLogin" href="https://ebranch.hvfcu.org/Authentication?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Enroll Now</a><br
                                    class=""> </span> <a href="/Online-Services/Internet-Mobile-Banking" class="">Why do I need internet banking?</a> <span class="sign-in-quick-pay">
                                  <a href="https://cubus-web12.hvfcu.org/hvpay/verifymember.aspx?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" target="_blank" class="">Pay Loans with HVPay</a>
                                </span> </p>
                              <div class="sign-footer sign-footerdropdown full-width"> <select class="selectpicker" id="ddllogin1" role="group" aria-label="Online Login Box" onchange="gotolocation(this.value);">
                                  <option value="javascript:void(0);" selected="selected" class="">Log into different service</option>
                                  <option value="javascript:void(0);" class="">Personal Banking</option>
                                  <option value="redir" data-url="https://gotomycard.com/" class="">GoToMyCard</option> <!--option id="c1" value=" https://www.statement2web.net/hvfcu">eStatements</option-->
                                  <option value="5" class="">Business Banking</option>
                                </select> </div>
                            </div>
                          </div>
                          <div id="p_lt_ctl08_My_account_signIn_Panel3" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl08_My_account_signIn_btnLogin')" class="">
                            <div id="dynamicopen" class=""> <input type="hidden" name="testcookie1" value="True" class=""> <input type="hidden" name="testjs1" value="True" class=""> <input type="hidden" name="dscheck1" value="0" class="">
                              <div id="divbusiness1" style="display: none;" class="">
                                <p class="login-ttl">Log in to Business Banking</p>
                                <div class="controls"> <!--<label for="user_id" class="visuallyhidden" aria-label="Usernm">Username</label>--> <label for="p_lt_ctl08_My_account_signIn_user_id" class="visuallyhidden">Username</label> <input
                                    name="p$lt$ctl08$My_account_signIn$user_id" type="text" maxlength="250" id="p_lt_ctl08_My_account_signIn_user_id" class="form-control" placeholder="Username" autocomplete="off"> </div>
                                <div class="controls"> <label for="p_lt_ctl08_My_account_signIn_password" class="visuallyhidden">password</label> <input name="p$lt$ctl08$My_account_signIn$password" type="password"
                                    id="p_lt_ctl08_My_account_signIn_password" class="form-control marinbotm3" placeholder="password" autocomplete="off"> </div> <input type="submit" name="p$lt$ctl08$My_account_signIn$btnLogin" value="LOG IN"
                                  id="p_lt_ctl08_My_account_signIn_btnLogin" class="btn pull-right log-in-btn cutom-btnlogin">
                                <div class="frgot-ttl">
                                  <!--label for="forgot_password" class="visuallyhidden" aria-label="Forgot Password">Forgot Password</label>                                             <input type="checkbox" style="display:none" name="forgot_password" id="forgot_password" style="margin-bottom: 0px !important; height: 12px !important;" onclick="CheckBoxCheck(1);" value="1" /-->
                                  <a class="frgot-ttl" href="javascript:void(0)" id="forgotPassword2" onclick="forgotPassword();">Forgot Password</a> </div>
                                <p class="signin-btmtxt"> <a href="https://mcompany.cld.bz/Hudson-Valley-Federal-Credit-Union-Guide-to-Business-Internet-Banking-Bill-Pay" target="_blank" class="">Guide to Internet Banking &amp; Bill Pay</a><br
                                    class=""> <a href="https://mcompany.cld.bz/Business-Guide-to-Cash-Management" target="_blank" class="">Guide to Cash Management</a><br class=""> Don't have internet banking?
                                  <a href="/Business/Online-Services/Internet-Banking-Login" class="">Enroll Now</a> <span class="sign-in-quick-pay">
                                    <a href="https://cubus-web12.hvfcu.org/hvpay/verifymember.aspx?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" target="_blank" class="">Pay Loans with HVPay</a>
                                  </span> </p>
                                <div class="sign-footer sign-footerdropdown full-width"> <select class="selectpicker" id="ddllogin2" role="group" aria-label="Online Login Box">
                                    <option value="javascript:void(0);" class="">Log into different service</option>
                                    <option value="javascript:void(0);" class="">Personal Banking</option>
                                    <option value="redir" data-url="https://gotomycard.com/" class="">GoToMyCard</option> <!--option id="c2" value=" https://www.statement2web.net/hvfcu">eStatements</option-->
                                    <option value="5" selected="" class="">Business Banking</option>
                                  </select> </div>
                              </div> <input type="hidden" name="dummy" value="0" class="">
                            </div>
                          </div>
                        </div>
                      </div>
                    </li>
                  </ul>
                </div>
                <script type="text/javascript" class="">
                  $(document).ready(function() {
                    $("#divbusiness1").hide();
                    $("#divbusiness1").css("display", "none");
                    $("#divinternet1").show();
                    AlkamiLoginSettingsAccountLogin();
                  });

                  function AlkamiLoginSettingsAccountLogin() {
                    var alkamiPasswordLogin = "True";
                    var alkamiForgortPasswordUrl = "https://ebranch.hvfcu.org/ForgotPassword";
                    var alkamiForgotPasswordFlag = "True";
                    var alkamiInternetBankingUrl = "https://ebranch.hvfcu.org/Authentication";
                    var alkamiInternetBankingFlag = "True";
                    var alkamiForgortUsernameUrl = "https://ebranch.hvfcu.org/ForgotUsername";
                    var alkamiForgotUsernameFlag = "True";
                    if (alkamiForgotPasswordFlag === "True" && alkamiForgortPasswordUrl !== "") {
                      $("#alkamiForgotPasswordAccountLogin").show();
                      $("#alkamiForgotPasswordAccountLogin").attr("href", alkamiForgortPasswordUrl);
                    } else {
                      $("#alkamiForgotPasswordAccountLogin").hide();
                    }
                    if (alkamiForgotUsernameFlag === "True" && alkamiForgortUsernameUrl !== "") {
                      $("#alkamiForgotUsernameAccountLogin").show();
                      $("#alkamiForgotUsernameAccountLogin").attr("href", alkamiForgortUsernameUrl);
                    } else {
                      $("#alkamiForgotUsernameAccountLogin").hide();
                    }
                    if (alkamiInternetBankingFlag === "True" && alkamiInternetBankingUrl !== "") {
                      $("#internetBankingTextAccountLogin").show();
                      $("#alakmiInternetBankingAccountLogin").show();
                      $("#alakmiInternetBankingAccountLogin").attr("href", alkamiInternetBankingUrl);
                    } else {
                      $("#internetBankingTextAccountLogin").hide();
                      $("#alakmiInternetBankingAccountLogin").hide();
                    }
                    if (alkamiPasswordLogin === "True") {
                      $("#txtPasswordAccountLogin").show();
                    } else {
                      $("#txtPasswordAccountLogin").attr('style', 'display: none;');
                      $("#txtPasswordAccountLogin").hide();
                    }
                  }

                  function gotolocation(value) {
                    if (!isSafari()) location = value;
                  }

                  function forgotPassword() {
                    if (document.getElementById('p_lt_ctl11_pageplaceholder_p_lt_ctl01_LogIn_user_id').value == '') {
                      alert("Please enter Username to proceed with Forgot Password.");
                    } else {
                      window.location = "https://ebanking.hvfcu.org/HVFCUOnline_41/uux.aspx#/login"
                    }
                  }

                  function isIE(userAgent) {
                    userAgent = userAgent || navigator.userAgent;
                    return userAgent.indexOf("MSIE ") > -1 || userAgent.indexOf("Trident/") > -1 || userAgent.indexOf("Edge/") > -1;
                  }
                  $("#ddllogin1").change(function() {
                    var currentval = $(this).val();
                    if (currentval === "redir") {
                      var url = $(this).children(':selected').data('url');
                      redirectUrl(url);
                    }
                    if (currentval == 5) {
                      $("#divinternet1").hide();
                      $("#divinternet1").css("display", "none");
                      $("#dynamicopen").addClass("open");
                      $(".Businesshowing").css("position", "absolute");
                      $(".Businesshowing").css("top", "-18px");
                      $(".Businesshowing").css("right", "-69%");
                      $("#divbusiness1").show();
                      if (isIE() || isSafari()) {
                        document.execCommand('Stop');
                      } else {
                        window.stop();
                      }
                      return false;
                    } else {
                      $("#divbusiness1").hide();
                      $("#divinternet1").show();
                    }
                  });
                  $("#ddllogin2").change(function() {
                        var currentval = $(this)
                      .val(); //alert(currentval);         if (currentval === "redir") {             var url = $(this).children(':selected').data('url');             redirectUrl(url);         }         if (currentval == 5) {             $("#divinternet1").hide();             $("#divinternet1").css("display", "none");             $("#dynamicopen").addClass("open");             $(".Businesshowing").css("position", "absolute");             $(".Businesshowing").css("top", "-18px");             $(".Businesshowing").css("right", "-69%");             $("#divbusiness1").show();             if (isIE() || isSafari()) {                 document.execCommand('Stop');             }             else {                 window.stop();             }             return false;         }         else {             $("#divbusiness1").hide();             $("#divinternet1").show();         }     });      function redirectUrl(url) {         if (url != undefined) {             window.location.replace(url);         }     }      function btnloginAccount_click() {         var alkamiLoginUrl = "https://ebranch.hvfcu.org/Authentication/Username";         document.getElementsByName("UserName")[0].value = document.getElementById("p_lt_ctl08_My_account_signIn_txtUsername").value;         if (document.getElementById("txtPasswordAccountLogin") != null) {             document.getElementsByName("Password")[0].value = document.getElementById("txtPasswordAccountLogin").value;         }                 document.getElementsByTagName("form")[0].action = alkamiLoginUrl;          document.getElementsByTagName("form")[0].submit();         return false;     } 
                </script>
              </div>
            </li>
          </ul>
        </div>
      </div>
    </nav>
  </header>
  <section aria-label="main content" class="">
    <div class="main-content">
      <div class="main-contentdivwrap container-fluid">
        <div class="container container-cust hidden-xs">
          <div class="hv-logo-bar">
            <div class="col-md-4 col-sm-4 margin17" id="hudsonlogo"> <a href="/" class=""> <img src="/getmedia/768856bc-7cea-4a29-bc70-033978b0027c/HVCU_Logo_RGB" alt="Hudson Valley Credit Union" class=""></a> </div>
            <div class="col-sm-3 col-md-3">
              <div id="custom-search-input" class="">
                <div class="input-group col-md-12">
                  <fieldset class="">
                    <legend style="display:none;" class="">Search - How can we help you?</legend> <input type="text" class="search-query form-control" title="How can we help you?" placeholder="How can we help you?" id="txtSearch">
                  </fieldset> <span class="input-group-btn"> <button class="btn btn-danger" type="button" title="Search Button Icon"> <em class="fa fa-search" aria-hidden="true"></em> </button> </span>
                </div>
              </div>
            </div>
            <div class="col-sm-5 col-md-5 textalign-right routing_text" id="routingnumber"> <span class="routinnottl">Routing Number : 221979363</span> <span
                class=""><a href="https://www.facebook.com/HVFCU" target="_blank" class=""><img src="/App_Themes/Hudson/images/fb-icon-img.png" alt="Facebook" class=""></a></span> <span class="">
                <a href="https://twitter.com/HudValleyCU" target="_blank" class="">                                 <img src="/App_Themes/Hudson/images/tweeter-img.png" class="margnrghtm" alt="Twitter"></a></span><span class="">
                <a href="https://www.instagram.com/hudsonvalleycu/" target="_blank" class="">                                 <img src="/HudsonValley/media/icons/ig.png" class="margnrghtm" alt="Instagram"></a></span><span
                class=""><a href="https://www.youtube.com/c/hudsonvalleycreditunion" target="_blank" class=""><img src="/App_Themes/Hudson/images/youtube-icon.png" class="margnrghtm" alt="YouTube"></a></span><span
                class=""><a href="https://www.linkedin.com/company/102046/" target="_blank" class=""><img src="/App_Themes/Hudson/images/linkedin-icon.png" class="margnrghtm" alt="LinkedIn"></a></span> </div>
          </div>
        </div> <!-- alert -->
        <div class="container container-cust">
          <div class="col-md-12 col-sm-12 alert-box">
            <!--<div class="alert alert-warning alert-dismissible customalert" role="alert" id="alertOne">                         <span class="alertinsidediv">                             <button type="button" class="close alrtclose" data-dismiss="alert" aria-label="Close"><span aria-hidden="true" id="alertOneClose">×</span></button>                             <span><span class="txtbold">Alert 26/09/2016:</span> This is a default Alert message, able to be dismissed by the user for the entire session. </span>                         </span>                     </div>                     <div class="alert alert-warning alert-dismissible customalert" role="alert" id="alertTwo">                         <span class="alertinsidediv">                             <button type="button" class="close alrtclose" data-dismiss="alert" aria-label="Close"><span aria-hidden="true" id="alertwoClose">×</span></button>                             <span><span class="txtbold">Alert 26/09/2016:</span> This is a default Alert message, able to be dismissed by the user for the entire session. </span>                         </span>                     </div>-->
          </div>
        </div>
        <div class="hidden-xs">
          <div class="all_top_menu person active"> </div>
          <div class="all_top_menu business dactive">
            <div class="container container-cust">
              <nav class="navbar bk-color megamenu" aria-label="megamenu-business">
                <div class=""> <!-- Brand and toggle get grouped for better mobile display -->
                  <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span
                        class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling -->
                  <div class="collapse navbar-collapse padd0" id="Div1">
                    <ul class="nav navbar-nav megamenu" id="Ul1">
                      <div class="">
                        <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
                              class="icon-bar"></span> <span class="icon-bar"></span> </button> <!--          <a class="navbar-brand" href="#">Project name</a>--> </div>
                        <div class="navbar-collapse collapse padd0">
                          <ul class="nav navbar-nav megamenu">
                            <li class="dropdown menu-large mega-dropdown"> <a href="/Business/Accounts" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Accounts</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Accounts">Accounts </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Become-a-Member">Become a Member </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Resources/Business-Account-Rates">Business Account Rates </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Business-Checking">Business Checking Accounts </a></li>
                                  </ul>
                                  <ul class="">
                                    <li class=""><a class="" href="https://www.ordermychecks.com/login_a.jsp">Check Reordering</a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Cash-Management">Cash Management </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Savings">Savings </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Certificate-Accounts">Certificate Accounts </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Tiered-Money-Markets">Tiered Money Markets </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Health-Savings-Accounts">Health Savings Accounts </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/IOLA">IOLA Checking </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Meet-Our-Business-Experts">Meet Our Business Experts </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Business/Online-Services" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Online Services</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Online-Services">Online Services </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/Internet-Banking-Login">Business Internet Banking </a></li>
                                  </ul>
                                  <ul class="">
                                    <li class="">
                                      <a class="" href="https://ebanking.hvfcu.org/HVFCUOnline_41/Uux.aspx?ReturnUrl=%2Fhvfcuonline_41%2F&amp;__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827">Internet Banking Login</a>
                                    </li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/Business-Mobile-Banking">Business Mobile Banking </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/Mobile-Wallet">Mobile Wallet </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/Business-Bill-Pay">Business Bill Pay </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/eStatements">eStatements </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/MAGIC-Phone-Banking">MAGIC Phone Banking </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Online-Services/Wire-Transfers">Wire Transfers </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Business/Business-Lending" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Business Lending</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Business-Lending">Business Lending </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Business-Lending/Lines-of-Credit">Lines of Credit </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Business-Lending/Secured-Loans">Secured Loans </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Business-Lending/Credit-Cards">Credit Cards </a></li>
                                  </ul>
                                  <ul class="">
                                    <li class=""><a class="" href="/Business/Business-Lending/Credit-Cards/GoToMyCard-Account-Access">GoToMyCard Account Access</a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="https://business.hvcu.org/HV_Portal/" target="_blank">Apply for a Loan/Resume Application </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Business/Commercial-Real-Estate" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Commercial Real Estate</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Commercial-Real-Estate">Commercial Real Estate </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Commercial-Real-Estate">Commercial Mortgages &amp; Construction </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Commercial-Real-Estate/SBA-Loans">SBA Loans </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Accounts/Meet-Our-Business-Experts">Meet Our Business Experts </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="https://business.hvcu.org/HV_Portal/" target="_blank">Apply for a Loan/Resume Application </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Business/Business-Banking-Services" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Business Banking Services</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Business-Banking-Services">Business Banking Services </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="https://www.wealthathvcu.com/">Financial Planning </a></li>
                                  </ul>
                                  <ul class="">
                                    <li class=""><a class="" href="https://www.wealthathvcu.com/financial-services-consultation" target="_blank">Schedule a Consultation</a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Business-Banking-Services/Insurance">Insurance </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Business-Banking-Services/Merchant-Services">Merchant Services </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Business/Resources" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Resources</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Business/Resources">Resources </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Resources/Business-Account-Rates">Business Account Rates </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Resources/Forms">Forms &amp; Disclosures </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Resources/Fee-Schedule">Fee Schedule </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Business/Resources/Forms">Business Acct Agreement </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                          </ul>
                        </div> <!--/.nav-collapse -->
                      </div>
                    </ul>
                  </div> <!-- /.navbar-collapse -->
                </div> <!-- /.container-fluid --> <!-- /.nav-collapse -->
              </nav>
            </div>
          </div>
          <div class="all_top_menu about dactive">
            <div class="container container-cust">
              <nav class="navbar bk-color megamenu" aria-label="megamenu-about">
                <div class=""> <!-- Brand and toggle get grouped for better mobile display -->
                  <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span
                        class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling -->
                  <div class="collapse navbar-collapse padd0" id="Div2">
                    <ul class="nav navbar-nav megamenu" id="Ul2">
                      <div class="">
                        <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
                              class="icon-bar"></span> <span class="icon-bar"></span> </button> <!--          <a class="navbar-brand" href="#">Project name</a>--> </div>
                        <div class="navbar-collapse collapse padd0">
                          <ul class="nav navbar-nav megamenu">
                            <li class="dropdown menu-large mega-dropdown"> <a href="/About-Us/Get-to-Know-Us" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Get to Know Us</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/About-Us/Get-to-Know-Us">Get to Know Us </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Get-to-Know-Us/Credit-Union-Difference">Credit Union Difference </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Get-to-Know-Us/Board-of-Directors-Supervisory-Committee">Board of Directors/Supervisory Committee </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Get-to-Know-Us/Make-Your-Voice-Heard">Make Your Voice Heard </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Get-to-Know-Us/Financials-Ann-Reports">Financials/Ann. Reports </a></li>
                                  </ul>
                                  <ul class="">
                                    <li class=""><a class="" href="/About-Us/Get-to-Know-Us/Financials-Ann-Reports/Financials-Annual-Reports">Annual Report Requests</a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/About-Us/Community" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Community</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/About-Us/Community">Community </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/Financial-Literacy">Financial Literacy </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/In-School-Financial-Literacy">Financial Ed For Schools </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/People-Helping-People">People Helping People </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/Organizations-We-Support">Organizations We Support </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/Charitable">Charitable Requests </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/Shredder-Days">Shredder Days </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Community/ewaste">Electronics Recycling </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/About-Us/Careers" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Careers</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/About-Us/Careers">Careers </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Careers/Benefits">Benefits </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Careers">Job Openings </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/About-Us/Resources/News" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Resources</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/About-Us/Resources/News">Resources </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Resources/News">News &amp; Press Releases </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Resources/Past-Newsletters">Past Newsletters </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/About-Us/Contact-Us" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Contact Us</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/About-Us/Contact-Us">Contact Us </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Contact-Us/location">Branch / ATM Locator </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header">
                                      <a class="dropdown-header" href="https://www04.timetrade.com/app/hudsonvalcu/workflows/hudsonvalcu001/schedule?appointmentTypeGroupId=in-person&amp;appointmentTypeId=i-appointment&amp;ch=web" target="_blank">Schedule a Branch Appointment </a>
                                    </li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Contact-Us/Branch-Services">Branch Services </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/About-Us/Contact-Us/Holiday-Hours">Holiday Hours </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/About-Us/Become-a-Member" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Become a Member</a> </li>
                          </ul>
                        </div> <!--/.nav-collapse -->
                      </div>
                    </ul>
                  </div> <!-- /.navbar-collapse -->
                </div> <!-- /.container-fluid --> <!-- /.nav-collapse -->
              </nav>
            </div>
          </div>
          <div class="all_top_menu services dactive">
            <div class="container container-cust">
              <nav class="navbar bk-color megamenu" aria-label="megamenu-services">
                <div class=""> <!-- Brand and toggle get grouped for better mobile display -->
                  <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span
                        class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling -->
                  <div class="collapse navbar-collapse padd0" id="Div3">
                    <ul class="nav navbar-nav megamenu" id="Ul3">
                      <div class="">
                        <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
                              class="icon-bar"></span> <span class="icon-bar"></span> </button> <!--          <a class="navbar-brand" href="#">Project name</a>--> </div>
                        <div class="navbar-collapse collapse padd0">
                          <ul class="nav navbar-nav megamenu">
                            <li class="dropdown menu-large mega-dropdown"> <a href="/Online-Services/Internet-Mobile-Banking" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Internet &amp; Mobile Banking</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Online-Services/Internet-Mobile-Banking">Internet &amp; Mobile Banking </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header">
                                      <a class="dropdown-header" href="https://ebranch.hvfcu.org/Authentication?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827">Internet Banking Login </a>
                                    </li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Internet-Mobile-Banking/Text-Banking">Text Banking </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Internet-Mobile-Banking#mobile-deposit">Mobile Deposit </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Internet-Mobile-Banking/Quicken-Quickbooks">Quicken &amp; Quickbooks Resources </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Online-Services/Mobile-Wallet" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Mobile Wallet</a> </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Online-Services/Pay-Bills/Bill-Pay" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Pay Bills</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Online-Services/Pay-Bills/Bill-Pay">Pay Bills </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Pay-Bills/Bill-Pay">Bill Pay </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Pay-Bills/HVPay">HVPay (loan payments) </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Pay-Bills/HVSend">HV$end (person-to-person) </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Pay-Bills/Wire-Transfers">Wire Transfers </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Online-Services/Monitor-Manage-Accounts" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Monitor/Manage Accounts</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Online-Services/Monitor-Manage-Accounts">Monitor/Manage Accounts </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Monitor-Manage-Accounts/eStatements">eStatements </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Monitor-Manage-Accounts/CUAlerts">CUAlerts </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Monitor-Manage-Accounts/Financial-Management-Tools">Financial Mgmt Tools </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Monitor-Manage-Accounts/MAGIC-Phone-Banking">MAGIC Phone Banking </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                            <li class="dropdown menu-large mega-dropdown"><a href="/Online-Services/Safe-Computing" class="dropdown-toggle" data-toggle="dropdown" aria-expanded="false">Safe Computing</a>
                              <ul class="dropdown-menu megamenu row dropdown-menu mega-dropdown-menu">
                                <div class="col-sm-12 account-ttl"><a class="inner-link" href="/Online-Services/Safe-Computing">Safe Computing </a><i class="fa fa-chevron-circle-right rightarow" aria-hidden="true"></i></div>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Safe-Computing/General-Email-Website-Awareness">General Email &amp; Website Awareness </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Safe-Computing/Keeping-Your-Devices-Secure">Keeping Your Devices Secure </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Safe-Computing/Red-Flags-for-Fraud">Red Flags for Fraud </a></li>
                                  </ul>
                                </li>
                                <li class="col-sm-3">
                                  <ul class="">
                                    <li class="dropdown-header"><a class="dropdown-header" href="/Online-Services/Safe-Computing/Phone-Scams">Phone Scams </a></li>
                                  </ul>
                                </li>
                                <div class="dropdown-footer">
                                  <div class="compare_acounts"> <span class=""> <img src="/App_Themes/Hudson/images/right-left-arrow.png" alt="" class=""></span>Apply For a Mortgage <span class=""> <img
                                        src="/App_Themes/Hudson/images/right-arrow-icon.png" alt="" class=""></span> </div>
                                </div>
                              </ul>
                            </li>
                          </ul>
                        </div> <!--/.nav-collapse -->
                      </div>
                    </ul>
                  </div> <!-- /.navbar-collapse -->
                </div> <!-- /.container-fluid --> <!-- /.nav-collapse -->
              </nav>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <main id="maincontent" role="main" class="">
    <div class="mainBlock">
      <div class="visible-xs mobilesearch">
        <fieldset class="">
          <legend style="display:none;" class="">Mobile Search - How can we help you?</legend> <input type="text" class="search-query form-control" title="How can we help you?">
        </fieldset> <span class="input-group-btn"> <button class="btn btn-danger" title="Mobile Search Button" type="button"> <em class="fa fa-search" aria-hidden="true"></em> </button> </span>
      </div>
      <section class="banner-onlinebanking-wrapper" aria-label="sectionBanner" style="display: none;">
        <div class="banner-wrap">
          <div id="carousel-example-generic-1" data-ride="carousel" class="carousel slide"> </div>
        </div>
      </section> <!-- Container -->
      <link href="/App_Themes/Hudson/css/content.css" rel="stylesheet" class="">
      <div class="container breadcrumb-winsection">
        <div class="inthesection">
          <h4 class="">In This Section</h4>
          <div class="listingmenu">
            <ul class="">
              <li class=""><a class="" href="/About-Us/Careers/Benefits">Benefits </a></li>
              <li class=""><a class="" href="/About-Us/Careers/Job-Openings">Job Openings </a></li>
            </ul>
          </div>
        </div>
      </div>
      <div class="content-page-wrap accounts-page">
        <div id="portal" class="icims_height_fix" style="">
          <div id="portal_inner" style="height: 100%;width:70%;margin: 0 auto;"><!-- ICIMS START -->
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="iCIMS_MainTable iCIMS_iForm">
                    <table border="0" cellpadding="0" cellspacing="3" width="100%">
                      <tbody>
                        <tr>
                          <td class="iCIMS_InfoMsg iCIMS_InfoMsg_Job">
                            <script type="text/javascript">
                              if (window.addEventListener) {
                                window.addEventListener('message', icims_handlePostMessage, false);
                              } else if (window.attachEvent) {
                                window.attachEvent('onmessage', icims_handlePostMessage);
                              }

                              function icims_handlePostMessage(event) {
                                if (event.origin.indexOf('icims.com') === -1) return;
                                var data = event.data;
                                try {
                                  data = JSON.parse(event.data);
                                } catch (e) {}
                                try {
                                  if ('height' in data) {
                                    if (!isNaN(data['height'])) {
                                      document.getElementById('icims_content_iframe').height = parseInt(data['height']);
                                    }
                                  } else if ('x' in data && 'y' in data) {
                                    if (!isNaN(data['x']) && !isNaN(data['y'])) {
                                      top.scrollTo(parseInt(data['x']), parseInt(data['y']));
                                    }
                                  }
                                } catch (e) {}
                              }

                              function getCookie(name) {
                                var match = document.cookie.match(name + '=(.*?)(;|$)');
                                if (match) return unescape(match[1]);
                                else return "";
                              }
                              window.onload = function() {
                                var icimsFrame = document.createElement('iframe');
                                icimsFrame.id = 'icims_content_iframe';
                                icimsFrame.src = 'https:\/\/hvfcu.icims.com\/forms?form=Voluntary_Self_Identification_Forms_Post_Offer&isPacket=1&item=12875&module=Root&action=showForm&hashed=-1834665121&in_iframe=1';
                                icimsFrame.setAttribute('width', '99%');
                                icimsFrame.setAttribute('height', 500);
                                if (!window.postMessage) {
                                  icimsFrame.setAttribute('scrolling', 'auto');
                                } else {
                                  icimsFrame.setAttribute('scrolling', 'no');
                                }
                                icimsFrame.setAttribute('title', 'iCIMS Content iFrame');
                                icimsFrame.setAttribute('marginwidth', '0');
                                icimsFrame.setAttribute('marginheight', '0');
                                icimsFrame.setAttribute('frameborder', '0');
                                icimsFrame.onload = function() {
                                  try {
                                    window.parent.parent.scrollTo(0, 0);
                                  } catch (e) {}
                                };
                                document.getElementById('icims_iframe_span').appendChild(icimsFrame);
                                try {
                                  var height = getCookie('cookie_icims_iframe_content_height');
                                  if (height > 0) style.height = height + 'px';
                                } catch (e) {}
                                document.getElementById('icims_content_iframe').onreadystatechange = function() {
                                  try {
                                    if ('interactive' == this.readyState) {
                                      window.scroll(1, 1);
                                    }
                                  } catch (e) {}
                                };
                                try {
                                  var height = 0;
                                  if (navigator.userAgent.indexOf("Firefox") != -1) height = document.body.offsetHeight + 16;
                                  else height = document.body.scrollHeight;
                                  document.cookie = "cookie_icims_iframe_content_height=" + height + "; SameSite=None; Secure; path=/;";
                                } catch (e) {}
                              };
                            </script><span id="icims_iframe_span"><noscript><iframe
                                  src="https://hvfcu.icims.com/forms?form=Voluntary_Self_Identification_Forms_Post_Offer&amp;isPacket=1&amp;item=12875&amp;module=Root&amp;action=showForm&amp;hashed=-1834665121&amp;in_iframe=1"
                                  id="icims_content_iframe" title="iCIMS Content iFrame" scrolling="auto" marginwidth="0" marginheight="0" frameborder="0" width="99%" height="500">Your browser does not support inline frames or is currently configured
                                  not to display inline frames. Content can be viewed at the actual source page:
                                  https://hvfcu.icims.com/forms?form=Voluntary_Self_Identification_Forms_Post_Offer&amp;isPacket=1&amp;item=12875&amp;module=Root&amp;action=showForm&amp;hashed=-1834665121&amp;in_iframe=1</iframe></noscript></span><!-- iCIMS Career Center Branding Footer -->
                          </td>
                        </tr>
                        <tr>
                          <td class="iCIMS_Logo iCIMS_PasswordReminder" align="center">
                            <div class="iCIMS_Logo" role="contentinfo"><a class="iCIMS_Faq_Link" title="Application FAQs null" href="http://icims.help" target="_blank">Application FAQs</a><span class="iCIMS_Logo_Image"></span>
                              <p class="iCIMS_Logo_Text">Software Powered by
                                iCIMS<br><a href="http://www.icims.com/platform_help?utm_source=platform&amp;utm_medium=link&amp;utm_content=page1&amp;utm_campaign=platform%20help" target="_blank" title="null null" class="iCIMS_Logo_Link">www.icims.com</a>
                              </p>
                            </div>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
              </tbody>
            </table><!-- ICIMS END -->
          </div>
        </div>
        <div class="container-fluid darkgreen-wline darkbg accgreen linecolum">
          <div class="row greenlayout flexbox mrg15">
            <div class="col-sm-5 imgclone" style="background-image: url(/HudsonValley/media/HudsonValley_Images/Careers.jpg);"> <img id="p_lt_ctl11_pageplaceholder_p_lt_ctl06_EditableImage_ucEditableImage_imgImage"
                src="/HudsonValley/media/HudsonValley_Images/Careers.jpg" alt="Man at desk" class=""> </div>
            <div class="col-sm-7 lineBg">
              <div class="blueBgtext">
                <div class="">
                  <h3 class="">There’s a Reason People Grow Here</h3>
                  <p class="">Our strong commitment to education and professional development is evident in the significant number of staff who have completed undergraduate and graduate degrees while working either full or part-time.
                    Development-focused staff can experience steady advancement throughout their credit union careers. A well-orchestrated development plan with us offers:</p>
                  <ul class="tabText">
                    <li class="">Generous tuition assistance up to $5,250 per year</li>
                    <li class="">Funding for professional licenses, certifications, and CEUs</li>
                    <li class="">Free, 24/7 access to more than 300 courses through the Credit Union National Association</li>
                    <li class="">Professional development programs</li>
                  </ul>
                </div>
                <p class=""><a class="button" data-target="#job" data-toggle="modal" href="#">Current Job Openings /Apply Now</a></p> <!-----------Retirement Nestegg Calculator---------><!-- Modal-->
                <div aria-hidden="true" aria-label="modalLabel" class="modal fade" id="job" style="padding-right: 17px;" tabindex="-1">
                  <div class="modal-dialog">
                    <div class="modal-content">
                      <div class="modal-header"><button class="close" data-dismiss="modal" type="button">×</button></div>
                      <div class="modal-body">
                        <p class="">Please inform a company representative if you need assistance completing any forms or to otherwise participate in the application process. To be considered as an applicant for employment, you will need to apply for
                          a position that is currently available and complete an application for employment in its entirety. We will contact you if your qualifications match our requirements.</p>
                        <p class="">Please take some time to review our portal and create a candidate profile.</p>
                        <p class=""><a class="button" href="https://careers-hvfcu.icims.com/" target="_blank">Current Job Openings/Apply Now</a></p>
                      </div>
                    </div>
                  </div>
                </div> <!-- End of Modal--><!---------Retirement Nestegg Calculator--------->
              </div>
            </div>
          </div>
        </div>
        <div class="container-fluid blue-bg darkbg accgreen">
          <div class="row flexbox mrg15">
            <div class="col-sm-7 lineBlue">
              <div class="blueBgtext left-section">
                <div class="">
                  <h3 class="">Your Career, Your Way</h3>
                  <p class="">Whether you have years of professional experience or are just starting your financial services career, we can help you develop your skills and achieve your career goals. We offer mentorship and professional development
                    to help you be successful. As you grow, we succeed.</p>
                </div>
                <p class="lernmore"><a data-target="#job1" data-toggle="modal" href="#" class="">Current Job Openings /Apply Now</a></p> <!-----------Retirement Nestegg Calculator---------><!-- Modal-->
                <div aria-hidden="true" aria-label="modalLabel" class="modal fade" id="job1" style="" tabindex="-1">
                  <div class="modal-dialog">
                    <div class="modal-content">
                      <div class="modal-header"><button class="close" data-dismiss="modal" type="button">×</button></div>
                      <div class="modal-body">
                        <p class="">Please inform a company representative if you need assistance completing any forms or to otherwise participate in the application process. To be considered as an applicant for employment, you will need to apply for
                          a position that is currently available and complete an application for employment in its entirety. We will contact you if your qualifications match our requirements.</p>
                        <p class="">Please take some time to review our portal and create a candidate profile.</p> &nbsp; <p class=""><a class="button" href="https://careers-hvfcu.icims.com/" target="_blank">Current Job Openings/Apply Now</a></p>
                        &nbsp;&nbsp;
                      </div>
                    </div>
                  </div>
                </div> <!-- End of Modal--><!---------Retirement Nestegg Calculator--------->
              </div>
            </div>
            <div class="col-sm-5 imgclone" style="background-image: url(/HudsonValley/media/Emerge_HudsonValley/YourCareerYourWay.jpg);"> <img id="p_lt_ctl11_pageplaceholder_p_lt_ctl09_EditableImage2_ucEditableImage_imgImage"
                src="/HudsonValley/media/Emerge_HudsonValley/YourCareerYourWay.jpg" alt="Team of Seasoned Banking Professionals" class=""> </div>
          </div>
        </div>
        <div class="container-fluid darkgreen-wline darkbg accgreen">
          <div class="row flexbox mrg15">
            <div class="col-sm-5"> <img id="p_lt_ctl11_pageplaceholder_p_lt_ctl10_EditableImage1_ucEditableImage_imgImage" src="/HudsonValley/media/Emerge_HudsonValley/Diversity.jpg" alt="Diversity Team" class=""> </div>
            <div class="col-sm-7">
              <div class="blueBgtext">
                <div class="">
                  <h3 class="">Diversity is a core value of the credit union and is essential to our success.</h3>
                  <p class="">We are committed to fostering an environment that is welcoming and inclusive to all employees, unpaid professionals, members, and the greater community. We recognize that each individual brings unique differences that
                    add value and meaning to Hudson Valley Credit Union. We respect and embrace diversity in the broadest sense of the word.</p>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="container-fluid">
          <div class="container inner-section">
            <div class="row resource-sec">
              <div class="col-sm-5">
                <div class="bodycontent">
                  <p class=""><br class="">
                    <a href="/HudsonValley/media/Documents/eeo.pdf" target="_blank" class=""><img alt="Equal Employment Opportunity is the Law" src="/HudsonValley/media/HudsonValley_Images/equal-employment-opportunity-is-the-law.png" class=""></a>
                  </p>
                </div>
              </div>
              <div class="col-sm-7 rightnav">
                <p class="">Hudson Valley is an AA/EEO employer committed to equal opportunity and employee diversity. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, age, sexual
                  orientation, gender identity, the status of being transgender, national origin, disability, military or veteran status, genetic information, marital or familial status, domestic violence victim status, or any other characteristic
                  protected by law.</p>
              </div>
            </div>
          </div>
        </div> <!-- looking --> <!-- looking -->
        <div class="container-fluid darkgreen-wline darkbg noline">
          <div class="container inner-section">
            <div class="row icons">
              <div class="col-sm-12">
                <h2 class="">Not What You Are Looking For?</h2>
              </div>
            </div>
            <div class="row iconset">
              <div class="col-md-12 listing-wicon">
                <ul class="">
                  <li class=""><a href="/About-Us/Get-to-Know-Us" class=""><span class="icon icon-hudson_peepplus"></span>Get to Know Us</a></li>
                  <li class=""><a href="/About-Us/Community" class=""><span class="icon icon-hudson_handshake"></span>Serving Our Community</a></li>
                  <li class=""><a href="/About-Us/Get-to-Know-Us/Credit-Union-Difference" class=""><span class="icon icon-hudson_HVIconout"></span>Credit Union Difference</a></li>
                  <li class=""><a href="/About-Us/Contact-Us/location" class=""><span class="icon icon-hudson_locationpoint"></span>Branch Locations</a></li>
                </ul>
              </div>
            </div>
          </div>
        </div> <!-- last icon -->
        <div class="container-fluid blue-wline darkbg noline">
          <div class="container inner-section">
            <div class="row bluelayout">
              <div class="col-sm-12">
                <h2 class="">We Are Here To Help</h2>
              </div>
            </div>
            <div class="row iconset weicon">
              <div class="col-md-12">
                <div class="icon-list">
                  <div class="icon"><a href="/search" class=""><img alt="weare-icon-1" src="/App_Themes/Hudson/images/icons/weare-icon-1.png" class=""></a></div>
                  <div class="icoset-content"><a href="/search" class="">Find What You Need</a></div>
                </div>
                <div class="icon-list"><!-- BEGIN LivePerson Button Code -->
                  <div class="help-chat-container">
                    <div id="2ndtag" class="">
                      <div id="LPMcontainer-1601481948387-2" class="LPMcontainer LPMoverlay" role="button" tabindex="0"
                        style="margin: 1px; padding: 0px; border-style: solid; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; background-repeat: repeat-x; background-position: left bottom; background-color: transparent; border-radius: 10px; width: 120px; height: 28px; cursor: pointer; display: block; position: relative; top: 0px; left: 0px;">
                        <div id="LPMlabel-1601481948388-3" class="LPMlabel"
                          style="margin: 0px; padding: 0px; border-style: none; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; position: absolute; font-family: Tahoma, Geneva, sans-serif; color: rgb(255, 255, 255); top: 7px; left: 8px; font-size: 12px; z-index: 600;">
                          Live Chat</div>
                      </div>
                      <div id="LPMcontainer-1601482510013-2" class="LPMcontainer LPMoverlay" role="button" tabindex="0"
                        style="margin: 1px; padding: 0px; border-style: solid; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; background-repeat: repeat-x; background-position: left bottom; background-color: transparent; border-radius: 10px; width: 120px; height: 28px; cursor: pointer; display: block; position: relative; top: 0px; left: 0px;">
                        <div id="LPMlabel-1601482510014-3" class="LPMlabel"
                          style="margin: 0px; padding: 0px; border-style: none; border-width: 0px; font-style: normal; font-weight: normal; font-variant: normal; list-style: outside none none; letter-spacing: normal; line-height: normal; text-decoration: none; vertical-align: baseline; white-space: normal; word-spacing: normal; position: absolute; font-family: Tahoma, Geneva, sans-serif; color: rgb(255, 255, 255); top: 7px; left: 8px; font-size: 12px; z-index: 600;">
                          Live Chat</div>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="icon-list">
                  <div class="icon"><a href="/About-Us/Contact-Us" class=""><img alt="weare-icon-3" src="/App_Themes/Hudson/images/icons/weare-icon-3.png" class=""></a></div>
                  <div class="icoset-content"><a href="/About-Us/Contact-Us" class="">Contact Us</a></div>
                </div>
                <div class="icon-list">
                  <div class="icon"><a href="/About-Us/Contact-Us/location" class=""><img alt="weare-icon-4" src="/App_Themes/Hudson/images/icons/weare-icon-4.png" class=""></a></div>
                  <div class="icoset-content"><a href="/About-Us/Contact-Us/location" class="">Find a Branch / ATM</a></div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </main>
  <section aria-label="Leaving Alert" class="">
    <div class=""> <input type="hidden" name="p$lt$ctl12$LeavingSiteAlert$hdexcludeddomain" id="p_lt_ctl12_LeavingSiteAlert_hdexcludeddomain"
        value="http://local.hvfcu.org, http://ic-webchat.hvfcu.org, http://ultirecruit.com, http://timevaluecalculators.com, https://business.hvfcu.org, http://ssl.selectpayment.com, http://lpl.com, http://mymembersmarketplace.com, http://sjobs.brassring.com, http://www2.ultirecruit.com, http://re12.ultipro.com, https://aic-webchat.hvfcu.org, http://securedmail.hvfcu.org, http://hvfcuonline.org, http://gotomycard.com, http://agentinsure.com, https://myaccountviewonline.com, http://www.statement2web.net, http://www.ultirecruit.com, http://www.lpl.com, http://www.mymembersmarketplace.com, http://www.hvfcuonline.org, http://www.gotomycard.com, http://www.agentinsure.com, http://www.subscribermail.com, https://www.gotomycard.com, https://hvfcu.loanspq.com, http://hvfcu.cudlautosmart.com, https://facebook.com, https://www.mortgage.hvfcu.org, https://secure2.es.arcot.com, https://mortgage.hvfcu.org, https://www.hvfcurewards.org, https://sjobs.brassring.com, https://www.hvfcuonline.org, https://hvfcu.cudlautosmart.com, https://app.loanspq.com, https://mcompany.cld.bz, https://mcompany.cld.bz/Business-Guide-to-Cash-Management, https://www.eventbrite.com, http://www.youblisher.com, https://cubus-web12.hvfcu.org, http://www2.iraservicecenter.com, https://cubus-web12.hvfcu.org/hvpay/verifymember.aspx, https://www.flipsnack.com, https://business.hvcu.org, https://ebranch.hvfcu.org, http://hudsonvalleycu.typeform.com, https://www.wealthathvcu.com, https://sbappp, https://sbappp.hvcu.org, https://share.hsforms.com"
        class="">
      <div aria-hidden="false" aria-label="myModalLabel" class="modal fade" id="myModal1" tabindex="-1" style="">
        <div class="modal-dialog">
          <div class="modal-content">
            <div class="modal-header"><button class="close" data-dismiss="modal" type="button"><span aria-hidden="true" class="">×</span><span class="sr-only">Close</span></button><!--  <h3 class="modal-title" id="myModalLabel1">Attention</h3>-->
            </div>
            <div class="modal-body">
              <div class="panel panel-default">
                <div class="panel-body">You are now leaving Hudson Valley Credit Union's website. Hudson Valley Credit Union does not control external links and cannot guarantee the relevance, timeliness, accessibility, or accuracy of the material
                  provided by other agencies or organizations.</div>
              </div>
            </div>
            <div class="modal-footer"><button class="btn btn-default" data-dismiss="modal" id="okButton" type="button">CONTINUE</button><button class="btn btn-primary" id="cancelButton" type="button">CANCEL</button></div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <section aria-label="Mobile Login" class="">
    <div class="">
      <div class="modal fade" id="loginmobile" tabindex="-1" aria-label="myModalLabel" style="">
        <div class="modal-dialog" role="document">
          <div class="modal-content">
            <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true" class="">×</span></button> </div>
            <div class="modal-body">
              <script type="text/javascript" class="">
                function enableMe() {
                  $("input[name=dscheck]")[0].value = "0";
                }

                function isCookieEnabled() {
                  var exp = new Date();
                  exp.setTime(exp.getTime() + 1800000);
                  setCookie("testCookie", "cookie", exp, false, false, false);
                  if (document.cookie.indexOf('testCookie') == -1) {
                    return false;
                  }
                  exp = new Date();
                  exp.setTime(exp.getTime() - 1800000);
                  setCookie("testCookie", "cookie", exp, false, false, false);
                  return true;
                }

                function setCookie(name, value, expires, path, domain, secure) {
                  var curCookie = name + "=" + value + ((expires) ? ";expires=" + expires.toGMTString() : "") + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ((secure) ? ";secure" : "");
                  document.cookie = curCookie;
                }

                function isDupSubmit() {
                  var dupSbmt = true;
                  var e = $("input[name=dscheck]")[0];
                  alert(e);
                  if (e != null && e.value == "0") {
                    dupSbmt = false;
                    e.value = "1";
                    setTimeout(enableMe, 5000);
                  }
                  return dupSbmt;
                }

                function setParamStatus() {
                  if (!isDupSubmit()) {
                    if (isCookieEnabled()) {
                      $("input[name=testcookie]")[0].value = 'true';
                    }
                    $("input[name=testjs]")[0].value = 'true';
                    return true;
                  }
                  return false;
                }
              </script>
              <script type="text/javascript" class="">
                function enableMe1() {
                  $("input[name=dscheck1]")[0].value = "1";
                }

                function isCookieEnabled1() {
                  var exp = new Date();
                  exp.setTime(exp.getTime() + 1800000);
                  setCookie("testCookie1", "cookie", exp, false, false, false);
                  if (document.cookie.indexOf('testCookie1') == -1) {
                    return false;
                  }
                  exp = new Date();
                  exp.setTime(exp.getTime() - 1800000);
                  setCookie("testCookie1", "cookie", exp, false, false, false);
                  return true;
                }

                function setCookie1(name, value, expires, path, domain, secure) {
                  var curCookie = name + "=" + value + ((expires) ? ";expires=" + expires.toGMTString() : "") + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ((secure) ? ";secure" : "");
                  document.cookie = curCookie;
                }

                function isDupSubmit1() {
                  var dupSbmt = true;
                  var e = $("input[name=dscheck1]")[0];
                  if (e != null && e.value == "1") {
                    dupSbmt = false;
                    e.value = "1";
                    setTimeout(enableMe, 5000);
                  }
                  return dupSbmt;
                }

                function setParamStatus1() {
                  if (!isDupSubmit1()) {
                    if (isCookieEnabled()) {
                      $("input[name=testcookie1]")[0].value = 'true';
                    }
                    $("input[name=testjs1]")[0].value = 'true';
                    return true;
                  }
                  return false;
                }
              </script>
              <script type="text/javascript" class="">
                function CheckBoxCheckMobile(type) {
                  if (type == 0) {
                    if (document.Q2OnlineLogin.forgot_passwordmobile[0].checked) {
                      document.Q2OnlineLogin.forgot_passwordmobile[1].checked = false;
                      document.Q2OnlineLogin.password.disabled = true;
                      document.Q2OnlineLogin.password.style.backgroundColor = "#E5E5E5";
                    } else {
                      document.Q2OnlineLogin.password.disabled = false;
                      document.Q2OnlineLogin.password.style.backgroundColor = "#FFFFFF";
                    }
                  } else if (type == 1) {
                    if (document.Q2OnlineLogin.forgot_passwordmobile[1].checked) {
                      document.Q2OnlineLogin.forgot_passwordmobile[0].checked = false;
                      document.Q2OnlineLogin.password.disabled = true;
                      document.Q2OnlineLogin.password.style.backgroundColor = "#E5E5E5";
                    } else {
                      document.Q2OnlineLogin.password.disabled = false;
                      document.Q2OnlineLogin.password.style.backgroundColor = "#FFFFFF";
                    }
                  }
                }
              </script>
              <div id="p_lt_ctl13_MobileLogIn_Panel1" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl13_MobileLogIn_btnSubmit')" class="">
                <div id="divinternetmobile" class="">
                  <div class="col-md-12 col-sm-12 signinbox">
                    <p class="login-ttl">Log in to Internet Banking</p> <input type="hidden" name="testcookie" value="True" class=""> <input type="hidden" name="testjs" value="True" class=""> <input type="hidden" name="dscheck" value="0" class="">
                    <div class="member_number input">
                      <div class="controls"> <input name="p$lt$ctl13$MobileLogIn$txtUsername" type="text" maxlength="250" id="p_lt_ctl13_MobileLogIn_txtUsername" class="form-control" title="Username" placeholder="Username" autocomplete="off"> </div>
                      <div class="controls"> <input name="p$lt$ctl13$MobileLogIn$txtPasswordMobile" type="password" id="txtPasswordMobile" title="Password" class="form-control" placeholder="Password" autocomplete="off"> </div>
                      <div class="login-button-container">
                        <div class="login-button-helper-links">
                          <a id="alkamiForgotPasswordMobile" href="https://ebranch.hvfcu.org/ForgotPassword?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Forgot Password</a>
                          <a id="alkamiForgotUsernameMobile" href="https://ebranch.hvfcu.org/ForgotUsername?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Forgot Username</a>
                        </div> <input type="submit" name="p$lt$ctl13$MobileLogIn$btnSubmit" value="LOG IN" id="p_lt_ctl13_MobileLogIn_btnSubmit" class="btn log-in-btn cutom-btnlogin">
                      </div>
                      <p class="signin-btmtxt"> <span id="internetBankingTextMobile" class="">Don't have internet banking?
                          <a id="alakmiInternetBankingMobile" href="https://ebranch.hvfcu.org/Authentication?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" class="">Enroll Now</a><br
                            class=""></span> <a href="/Online-Services/Internet-Mobile-Banking" class="">Why do I need internet banking?</a> <span class="sign-in-quick-pay">
                          <a href="https://cubus-web12.hvfcu.org/hvpay/verifymember.aspx?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" target="_blank" class="">Pay Loans with HVPay</a>
                        </span> </p> <input type="hidden" name="dummy" value="0" class="">
                    </div>
                  </div>
                </div>
              </div>
              <div id="p_lt_ctl13_MobileLogIn_Panel2" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'p_lt_ctl13_MobileLogIn_btnLogin')" class="">
                <div id="divbusinessmobile" style="display: none;" class="">
                  <div class="col-md-12 col-sm-12 signinbox">
                    <p class="login-ttl">Log in to Business Banking</p> <input type="hidden" name="testcookie" value="True" class=""> <input type="hidden" name="testjs" value="True" class=""> <input type="hidden" name="dscheck" value="0" class="">
                    <div class="member_number input">
                      <div class="controls"> <input name="p$lt$ctl13$MobileLogIn$user_id" type="text" maxlength="250" id="p_lt_ctl13_MobileLogIn_user_id" class="form-control" title="Username" placeholder="Username" autocomplete="off"> </div>
                      <div class="controls"> <input name="p$lt$ctl13$MobileLogIn$password" type="password" id="p_lt_ctl13_MobileLogIn_password" class="form-control marinbotm3" title="Password" placeholder="Password" autocomplete="off"> </div>
                      <div class="login"> <input type="submit" name="p$lt$ctl13$MobileLogIn$btnLogin" value="LOG IN" id="p_lt_ctl13_MobileLogIn_btnLogin" class="btn pull-right log-in-btn cutom-btnlogin"> </div>
                      <div class="frgot-ttl"> <a class="frgot-ttl" href="javascript:void(0)" id="forgot_passwordmobile" onclick="forgotPassword();">Forgot Password</a> </div>
                      <p class="signin-btmtxt" style="margin-top: 30px !important;">
                        <a href="https://mcompany.cld.bz/Hudson-Valley-Federal-Credit-Union-Guide-to-Business-Internet-Banking-Bill-Pay" target="_blank" class="">Guide to Internet Banking &amp; Bill Pay</a><br class="">
                        <a href="https://mcompany.cld.bz/Business-Guide-to-Cash-Management" target="_blank" class="">Guide to Cash Management</a><br class=""> Don’t have internet banking?
                        <a href="/Business/Online-Services/Internet-Banking-Login" class="">Enroll Now</a> <span class="sign-in-quick-pay">
                          <a href="https://cubus-web12.hvfcu.org/hvpay/verifymember.aspx?__hstc=217331465.fc0fb8f4081d9bf23c28cf18d72ef2a2.1601481947160.1601481947160.1601481947160.1&amp;__hssc=217331465.1.1601481947161&amp;__hsfp=128376827" target="_blank" class="">Pay Loans with HVPay</a>
                        </span> </p>
                    </div>
                  </div> <input type="hidden" name="dummy" value="0" class=""> <input type="hidden" name="dummy" value="0" class="">
                </div>
                <div class="sign-footer"> <select class="selectpicker" id="ddlloginmobile" title="Mobile Login">
                    <option value="javascript:void(0);" selected="" class="">Log into different service</option>
                    <option id="amobile" value="javascript:void(0);" class="">Personal Banking</option>
                    <option value="redir" data-url="https://gotomycard.com/" class="">GoToMyCard</option> <!--option id="cmobile" value=" https://www.statement2web.net/hvfcu">eStatements</option-->
                    <option id="dmobile" value="4" class="">Business Banking</option>
                  </select> </div>
              </div>
              <script type="text/javascript" class="">
                $(document).ready(function() {
                  $("#divbusinessmobile").hide();
                  AlkamiLoginSettingsMobile();
                });

                function gotolocation(value) {
                  if (!isSafari()) location = value;
                }

                function forgotPassword() {
                  if (document.getElementById('p_lt_ctl11_pageplaceholder_p_lt_ctl01_LogIn_user_id').value == '') {
                    alert("Please enter Username to proceed with Forgot Password.");
                  } else {
                    window.location = "https://ebanking.hvfcu.org/HVFCUOnline_41/uux.aspx#/login"
                  }
                }
                $("#ddlloginmobile").change(function() {
                  var currentval = $(this).val();
                  if (currentval === "redir") {
                    var url = $(this).children(':selected').data('url');
                    redirectUrl(url);
                  }
                  if (currentval == 4) {
                    $("#divbusinessmobile").show();
                    $("#divinternetmobile").hide();
                    $("#divinternetmobile").css("display", "none");
                    if (isIE() || isSafari()) {
                      document.execCommand('Stop');
                    } else {
                      window.stop();
                    }
                    window.stop();
                    return false;
                  } else {
                    $("#divbusinessmobile").hide() $("#divinternetmobile").show();
                  }
                });

                function isIE(userAgent) {
                  userAgent = userAgent || navigator.userAgent;
                  return userAgent.indexOf("MSIE ") > -1 || userAgent.indexOf("Trident/") > -1 || userAgent.indexOf("Edge/") > -1;
                }

                function isSafari(userAgent) {
                  userAgent = userAgent || navigator.userAgent;
                  return userAgent.indexOf("Safari") > -1;
                }

                function redirectUrl(url) {
                  if (url != undefined) {
                    window.location.replace(url);
                  }
                }

                function AlkamiLoginSettingsMobile() {
                  var alkamiPasswordLogin = "True";
                  var alkamiForgortPasswordUrl = "https://ebranch.hvfcu.org/ForgotPassword";
                  var alkamiForgotPasswordFlag = "True";
                  var alkamiInternetBankingUrl = "https://ebranch.hvfcu.org/Authentication";
                  var alkamiInternetBankingFlag = "True";
                  var alkamiForgortUsernameUrl = "https://ebranch.hvfcu.org/ForgotUsername";
                  var alkamiForgotUsernameFlag = "True";
                  if (alkamiForgotPasswordFlag === "True" && alkamiForgortPasswordUrl !== "") {
                    $("#alkamiForgotPasswordMobile").show();
                    $("#alkamiForgotPasswordMobile").attr("href", alkamiForgortPasswordUrl);
                  } else {
                    $("#alkamiForgotPasswordMobile").hide();
                  }
                  if (alkamiForgotUsernameFlag === "True" && alkamiForgortUsernameUrl !== "") {
                    $("#alkamiForgotUsernameMobile").show();
                    $("#alkamiForgotUsernameMobile").attr("href", alkamiForgortUsernameUrl);
                  } else {
                    $("#alkamiForgotUsernameMobile").hide();
                  }
                  if (alkamiInternetBankingFlag === "True" && alkamiInternetBankingUrl !== "") {
                    $("#internetBankingTextMobile").show();
                    $("#alakmiInternetBankingMobile").show();
                    $("#alakmiInternetBankingMobile").attr("href", alkamiInternetBankingUrl);
                  } else {
                    $("#internetBankingTextMobile").hide();
                    $("#alakmiInternetBankingMobile").hide();
                  }
                  if (alkamiPasswordLogin === "True") {
                    $("#txtPasswordMobile").show();
                  } else {
                    $("#txtPasswordMobile").hide();
                  }
                }
              </script>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
  <section aria-label="Under Maintenance" class="">
    <div aria-label="myModalLabel" class="modal fade" id="myModal" tabindex="-1" style="">
      <div class="modal-dialog" role="document" style="margin-top: 285px;">
        <div class="modal-content">
          <div class="modal-header"><button aria-label="Close" class="close" data-dismiss="modal" type="button"><span aria-hidden="true" class="">×</span></button> <!--<h4 class="modal-title" id="myModalLabel"> </h4>--> </div>
          <div class="modal-body">
            <p class="">The My Account tab is currently under maintenance. To log into your internet banking account, please go to our
              <a style="text-decoration:underline" href="https://c-10064-20200930-www-hvcu-org.i.icims.com/" class="">homepage</a> and use the Log In box on the right side of the page.</p>
          </div>
        </div>
      </div>
    </div>
  </section>
  <footer class="">
    <script src="https://js.adsrvr.org/up_loader.1.1.0.js" type="text/javascript" class=""></script>
    <script type="text/javascript" class="">
      ttd_dom_ready(function() {
        if (typeof TTDUniversalPixelApi === 'function') {
          var universalPixelApi = new TTDUniversalPixelApi();
          universalPixelApi.init("m76at15", ["jydladw"], "https://insight.adsrvr.org/track/up");
        }
      });
    </script>
    <div class="modal fade" id="jobopening-modal" tabindex="-1" style="">
      <div class="modal-dialog" role="document">
        <div class="modal-content">
          <div class="modal-header"> <button aria-label="Close" class="close" data-dismiss="modal" type="button"><span aria-hidden="true" class="">×</span></button> </div>
          <div class="modal-body">Please inform a company representative if you need assistance completing any forms or to otherwise participate in the application process. To be considered as an applicant for employment, you will need to apply for a
            position that is currently available and complete an application for employment in its entirety. We will contact you if your qualifications match our requirements. <br class=""> &nbsp; <div class="text-center">
              <a class="button" href="https://sjobs.brassring.com/TGWebHost/home.aspx?partnerid=25715&amp;siteid=5270&amp;_ga=1.193193769.526786605.1431608946 ">Continue to Job Openings</a></div>
          </div>
        </div>
      </div>
    </div>
    <div class="container">
      <div class="row margintop53 marintop35">
        <div class="col-md-2 col-sm-2">
          <p class="footer-list-ttl"><strong class="">PERSONAL</strong></p>
          <ul class="footer-list personal">
            <li class=""><a href="/Personal/Accounts" class="">Accounts</a></li>
            <li class=""><a href="/Personal/Credit-Card/Visa-Credit-Cards" class="">Credit Cards</a></li>
            <li class=""><a href="/Personal/Loans" class="">Loans</a></li>
            <li class=""><a href="/Personal/Home-Finance-Center" class="">Home Finance Center</a></li>
            <li class=""><a href="/Personal/Insurance" class="">Insurance</a></li>
            <li class=""><a href="/Personal/Investment-and-Retirement" class="">Investment &amp; Retirement</a></li>
            <li class=""><a href="/Online-Services" class="">Online Services</a></li>
          </ul>
        </div>
        <div class="col-md-2 col-sm-2">
          <p class="footer-list-ttl"><strong class="">BUSINESS</strong></p>
          <ul class="footer-list business">
            <li class=""><a href="/Business/Accounts" class="">Accounts</a></li>
            <li class=""><a href="/Business/Business-Lending" class="">Loans &amp; Credit Cards</a></li>
            <li class=""><a href="/Business/Business-Banking-Services/Financial-Planning" class="">Financial Planning</a></li>
            <li class=""><a href="/Business/Business-Banking-Services/Insurance" class="">Insurance</a></li>
            <li class=""><a href="/Business/Online-Services" class="">Online Services</a></li>
          </ul>
        </div>
        <div class="col-md-2 col-sm-2">
          <p class="footer-list-ttl"><strong class="">ABOUT US</strong></p>
          <ul class="footer-list about">
            <li class=""><a href="/About-Us/Get-to-Know-Us" class="">Get To Know Us</a></li>
            <li class=""><a href="/About-Us/Community" class="">Community</a></li>
            <li class=""><a href="/About-Us/Careers" class="">Careers</a></li>
            <li class=""><a href="/About-Us/Resources/News" class="">Resources</a></li>
            <li class=""><a href="/About-Us/Contact-Us" class="">Contact Us</a></li>
          </ul>
        </div>
        <div class="col-md-3 col-sm-3">
          <p class="footer-list-ttl"><strong class="">ADDITIONAL SERVICES</strong></p>
          <ul class="footer-list">
            <li class=""><a href="/Personal/Resources/Credit-Reports" class="">Credit Reports</a></li>
            <li class=""><a href="/Online-Services/Pay-Bills/Wire-Transfers" class="">Wire Transfers</a></li>
            <li class=""><a href="https://www.ordermychecks.com/login_a.jsp" target="_blank" class="">Check Reordering</a></li>
            <li class=""><a href="/About-Us/Contact-Us/Branch-Services#checkcashing" class="">Check Cashing</a></li>
          </ul>
        </div>
        <div class="col-md-3 col-sm-3 routing">
          <p class="footer-list-ttl txtright mob-txtleft">Routing Number : 221979363</p>
          <ul class="footer-list pull-right social-icon-list">
            <li class=""><span class="fb-icon-img"><a href="https://www.facebook.com/Hvfcu" target="_blank" class=""><img alt="Facebook" src="/App_Themes/Hudson/images/fb-icon-img.png" class=""></a> </span> <span class="">
                <a href="https://twitter.com/HudValleyCU" target="_blank" class=""><img alt="Twitter" src="/App_Themes/Hudson/images/tweeter-img.png" class=""></a> </span><span class="">
                <a href="https://www.instagram.com/hudsonvalleyCU/" target="_blank" class=""> <img alt="Instagram" class="margnrghtm" src="/HudsonValley/media/icons/ig.png"></a></span> <span
                class=""><a href="https://www.youtube.com/c/hudsonvalleycreditunion" target="_blank" class=""><img alt="YouTube" class="margnrghtm" src="/App_Themes/Hudson/images/youtube-icon.png"></a></span> <span
                class=""><a href="https://www.linkedin.com/company/102046/" target="_blank" class=""><img alt="LinkedIn" class="margnrghtm" src="/App_Themes/Hudson/images/linkedin-icon.png"></a></span></li>
          </ul>
        </div>
      </div>
      <div class="row marintop14 marginleft0">
        <div class="col-md-2 col-sm-2">
          <p class="footer-list-ttl"><strong class="">OTHER</strong></p>
          <ul class="footer-list">
            <li class=""><a href="/Personal/Resources" class="">Resources</a></li>
            <li class=""><a data-target="#loginmobile" data-toggle="modal" href="#" class="">My Account</a></li>
            <li class=""><a href="/Online-Services" class="">Online Services</a></li>
            <li class=""><a href="/About-Us/Contact-Us/location" class="">Find a Branch / ATM</a></li>
          </ul>
        </div>
        <div class="col-md-2 col-sm-2">
          <p class="footer-list-ttl"><strong class="">WEBSITE</strong></p>
          <ul class="footer-list">
            <li class=""><a href="/Terms-Privacy/Privacy-Policy" class="">Privacy Policy</a></li>
            <li class=""><a href="/Terms-Privacy/Terms-of-Use" class="">Terms of Use</a></li>
            <li class=""><a href="/Site-Map" class="">Site Map</a></li>
          </ul>
        </div>
        <div class="col-md-8 col-sm-8">
          <p class="footer-list-ttl"><strong class="">STAYING IN TOUCH</strong></p>
          <ul class="footer-list">
            <li class="">PO Box 1071, Poughkeepsie,</li>
            <li style="margin-bottom:10px;" class="">NY 12602-1071</li>
            <li class="">Phone:</li>
            <li class=""><span class="">845.463.3011</span> | <span class="">800.468.3011</span></li>
          </ul>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12 col-sm-12 footerlinks">
          <div class="col-md-3 col-sm-12 hidden-lg hidden-sm"> </div> <a href="/CommonContent/SiteFooter/SCRA" class="">Lending to our Military Members and their Dependents</a><br class=""> &nbsp; <p class="font11 NCUA">
            <a data-original-title="HVCU is federally insured by the NCUA" data-toggle="tooltip" href="https://www.ncua.gov/" target="_blank" class="">HVCU is federally insured by the NCUA</a> &nbsp;&nbsp;&nbsp;
            <a href="/Personal/Home-Finance-Center/Mortgages/Equal-Housing-Opportunity" title="Equal-Housing-Opportunity" class=""><span class="home-decor"> <img alt="Equal Housing Opportunity" src=" /HudsonValley/media/HudsonValley_Images/Banner%20Ads/Equal_Housing_Opportunity.jpg" class=""> </span></a>
          </p>
          <p class="font11 margin0"><br class=""> For complaints and inquiries concerning your mortgage or home equity, contact us at the address or phone numbers above. You may also contact the New York State Department of Financial Services
            Consumer Assistance Unit at 800.342.3736 or by visiting the Department's website at <a href="https://www.dfs.ny.gov/" target="_blank" class="">www.dfs.gov</a>.<br class=""> <br class=""> Hudson Valley Credit Union is committed to
            providing a website that is accessible to the widest possible audience in accordance with W3C WAI's Web Content Accessibility Guidelines (WCAG) 2.0.
            <a href="/CommonContent/SiteFooter/Website-Accessibility-Policy" class="">Learn more.</a><br class=""> <br class=""> Unauthorized Access Warning – Access to Internet Banking is restricted to authorized HVCU members only.<br class="">
            &nbsp;</p>
          <p class="font11">© 2020 Hudson Valley Credit Union</p>
        </div>
      </div>
    </div>
    <div class="container-fluid footer_full padd0">
      <div class="row"> <img src="/App_Themes/Hudson/images/footerbackground.svg" class="img-responsive" alt="footer background"> </div>
    </div>
  </footer>
  <div role="complementary" aria-label="scrollToTop" class=""> <a href="#" class="scrollToTop cd-top" title="scroll to top" style="display: block;text-indent: 100%;">Top</a> </div>
  <script type="text/javascript" class="">
    $(document).ready(function() {
      $(".cpadtpbtm a").click(function() {
        $(".all_top_menu").removeClass("active");
        $(".all_top_menu").addClass("dactive");
        $('.' + $(this).attr('rel')).removeClass("dactive");
        $('.' + $(this).attr('rel')).addClass("active");
      });
      $(".menu-content li").click(function() {
        $(this).find("i").toggleClass("fa fa-angle-down") $(this).find("i").toggleClass("fa fa-angle-right")
      });
    });
  </script>
  <script class="">
    $(function() {
      $(".second").slice(0, 5).show();
      $("#loadMore").on('click', function(e) {
        e.preventDefault();
        $("div.second:hidden").slice(0, 5).slideDown();
        if ($("div.second:hidden").length == 0) {
          $("#load").fadeOut('slow');
        } else {
          $('html,body').animate({
            scrollTop: $(this).offset().top
          }, 1500);
        }
      });
    });
  </script> <!--- Google Script start-->
  <script src="https://apis.google.com/js/plusone.js" type="text/javascript" gapi_processed="true" class=""></script> <!-- Google Code for All Pages Remarketing List -->
  <script type="text/javascript" class="">
    var google_conversion_id = 1042724251;
    var google_conversion_language = "en";
    var google_conversion_format = "3";
    var google_conversion_color = "ffffff";
    var google_conversion_label = "-UQ4COfo-AIQm-ua8QM";
    var google_conversion_value = 0;
  </script>
  <script type="text/javascript" src="https://www.googleadservices.com/pagead/conversion.js" class=""></script>
  <section aria-label="Google Ad Services NoScript" role="complementary" class=""> <noscript class="">
      <div style="display: inline;"> <img height="1" width="1" style="border-style: none;" alt="google ad services" src="https://www.googleadservices.com/pagead/conversion/1042724251/?value=0&amp;label=-UQ4COfo-AIQm-ua8QM&amp;guid=ON&amp;script=0">
      </div>
    </noscript> </section>
  <script type="text/javascript" class="">
    (function() {
      var po = document.createElement('script');
      po.type = 'text/javascript';
      po.async = true;
      po.src = 'https://apis.google.com/js/plusone.js';
      var s = document.getElementsByTagName('script')[0];
      s.parentNode.insertBefore(po, s);
    })();
  </script> <!--- Google Script End-->
  <script type="text/javascript" class="">
    $(document).ready(function() {
          $('#IframePageDinkyMortgagePayoff').on('shown.bs.modal',
            function() { //correct here use 'shown.bs.modal' event which comes in bootstrap3   $('#IframeIframePageDinkyMortgagePayoff').attr('src',$('#IframeIframePageDinkyMortgagePayoff').attr('src')) }) });   
  </script> <!-----------Credit Card Minimum Payment Calculator---------><!-- Modal-->
  <div aria-hidden="true" aria-label="modalLabel" class="modal fade" id="IframePageDinkyMortgagePayoff" style="" tabindex="-1">
    <div class="modal-dialog">
      <div class="modal-content">
        <div class="modal-header"><button class="close" data-dismiss="modal" type="button">×</button></div>
        <div class="modal-body"></div>
      </div>
    </div>
  </div> <!-- End of Modal--><!---------End of Credit Card Minimum Payment Calculator---------><!-- Modal--> <!-- Start of HubSpot Embed Code -->
  <script type="text/javascript" id="hs-script-loader" async="" defer="" src="//js.hs-scripts.com/5511530.js" class=""></script> <!-- End of HubSpot Embed Code -->
  <script type="text/javascript" class="">
    //<![CDATA[ (function() {var fn = function() {$get("manScript_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();//]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[ if (typeof(Sys.Browser.WebKit) == 'undefined') {     Sys.Browser.WebKit = {}; } if (navigator.userAgent.indexOf('WebKit/') >       -1) {     Sys.Browser.agent = Sys.Browser.WebKit;     Sys.Browser.version = parseFloat(navigator.userAgent.match(/WebKit\/(\d+(\.\d+)?)/)[1]);     Sys.Browser.name = 'WebKit'; } //]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[  var callBackFrameUrl='/WebResource.axd?d=JNgU-1uSqg5LLr7elxlqoxLjbZRTjbeKZ2LeV_-G8cXfCFgYThIM03kDm3EjnkFYt_UDfJK9x4TdwosdDlC5Xcwr-4v8sY-JmAh7lFQzQMU1&t=637290577350350503'; WebForm_InitCallback();//]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[ document.pageLoaded = true; //]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[  cmsrequire(['CMS/EventHub', 'CMS/Application'], function (hub, app) {     hub.publish('PageLoaded', app.getData(null, window)); });  //]]>       
  </script>
  <script type="text/javascript" class="">
    //<![CDATA[  theForm.oldSubmit = theForm.submit; theForm.submit = WebForm_SaveScrollPositionSubmit;  theForm.oldOnSubmit = theForm.onsubmit; theForm.onsubmit = WebForm_SaveScrollPositionOnSubmit; //]]>       
  </script>
</form>

Text Content

skip to main content
Toggle navigation
 * Personal
 * Business
 * About Us
 * Online Services

Menu
Menu
Menu
Menu
Menu
 * Accounts
 * Credit Cards
 * Loans
 * Home Finance Center
 * Insurance
 * Investment and Retirement
 * Resources

 * Accounts
 * Online Services
 * Business Lending
 * Commercial Real Estate
 * Business Banking Services
 * Resources

 * Get to Know Us
 * Community
 * Careers
 * Resources
 * Contact Us
 * Become a Member

 * Internet & Mobile Banking
 * Mobile Wallet
 * Pay Bills
 * Monitor/Manage Accounts
 * Safe Computing

Accounts
 * Become a Member
 * Rates
 * Checking
 * Savings
 * Kid & Teen Accounts
 * College Savings
 * Mortgage Savings
 * Certificate Accounts
 * Tiered Money Markets
 * Holiday Club & Special Accts
 * IRAs
 * Coverdell Education
 * Health Savings Account
 * PaySmart
 * Direct Deposit
 * Account Settlement
 * Open an Account
 * Track Account Application
   

Checking
 * Visa Debit Card
 * Check Reordering

Certificate Accounts
 * Certificate Account Instructions


Apply For a Mortgage
Credit Cards
 * Rates
 * Visa Credit Cards
 * HVCU Rewards!
 * GoToMyCard Account
 * Online Checkout with Visa
 * CUMONEY Visa Prepaid Cards
 * Visa Currency Converter
 * Apply For A Card
 * Track Card Application
   

Visa Credit Cards
 * Gas Rewards


Apply For a Mortgage
Loans
 * Rates
 * Secured
 * Motorcycles
 * Boats & RVs
 * Personal
 * Personal Assistance Loan
 * Autos
 * Student Loans and Aid
 * Free FICO® Scores
 * Guaranteed Asset Protection (GAP)
 * Credit Life & Credit Disability Insurance
 * Apply For A Loan
 * Track Loan Application
 * Making Loan Payments
 * Lending to Military Members & Dependents
   

Autos
 * Private Seller Sale
 * AutoSMART
 * Inventory Search
 * Dealer Network
 * Leasing

Student Loans and Aid
 * Student Loans
 * Tuition Assistance/Scholarships


Apply For a Mortgage
Home Finance Center
 * Mortgages
 * Home Equity & Solar Panel Financing
 * Lending to Military Members & Dependents
   

Mortgages
 * Mortgage Options
 * Home Financing Guide
 * Mortgage Calculators
 * Rates
 * Personalized Rate Quote
 * Meet Our Team
 * Apply For A Mortgage
 * Track Mortgage Application
 * Mortgage Refinance

Home Equity & Solar Panel Financing
 * Rates
 * Apply For Home Equity
 * Track Loan Application


Apply For a Mortgage
Insurance
 * Personal
 * Flood Insurance
 * Life Insurance
 * Accidental Death & Dismemberment
 * Business Insurance
 * Property Damage/Accidents
 * Claims Billing & Servicing
 * Online Defensive Driving Courses
   


Apply For a Mortgage
Resources
 * Share Insurance Coverage
 * Account Disclosures
 * Fee Schedule
 * Forms
 * Identity Theft
 * Calculators
 * BALANCE Financial Fitness
 * Youth Financial Literacy
 * Credit Reports
 * Free FICO® Scores
 * Accounts FAQs
 * Loan FAQs
   


Apply For a Mortgage
Accounts
 * Become a Member
 * Business Account Rates
 * Business Checking Accounts
 * Cash Management
 * Savings
 * Certificate Accounts
 * Tiered Money Markets
 * Health Savings Accounts
 * IOLA Checking
 * Meet Our Business Experts
   

Business Checking Accounts
 * Check Reordering


Apply For a Mortgage
Online Services
 * Business Internet Banking
 * Business Mobile Banking
 * Mobile Wallet
 * Business Bill Pay
 * eStatements
 * MAGIC Phone Banking
 * Wire Transfers
   

Business Internet Banking
 * Internet Banking Login


Apply For a Mortgage
Business Lending
 * Lines of Credit
 * Secured Loans
 * Credit Cards
 * Apply for a Loan/Resume Application
   

Credit Cards
 * GoToMyCard Account Access


Apply For a Mortgage
Commercial Real Estate
 * Commercial Mortgages & Construction
 * SBA Loans
 * Meet Our Business Experts
 * Apply for a Loan/Resume Application
   


Apply For a Mortgage
Business Banking Services
 * Financial Planning
 * Insurance
 * Merchant Services
   

Financial Planning
 * Schedule a Consultation


Apply For a Mortgage
Resources
 * Business Account Rates
 * Forms & Disclosures
 * Fee Schedule
 * Business Acct Agreement
   


Apply For a Mortgage
Get to Know Us
 * Credit Union Difference
 * Board of Directors/Supervisory Committee
 * Make Your Voice Heard
 * Financials/Ann. Reports
   

Financials/Ann. Reports
 * Annual Report Requests


Apply For a Mortgage
Community
 * Financial Literacy
 * Financial Ed For Schools
 * People Helping People
 * Organizations We Support
 * Charitable Requests
 * Shredder Days
 * Electronics Recycling
   


Apply For a Mortgage
Careers
 * Benefits
 * Job Openings
   


Apply For a Mortgage
Resources
 * News & Press Releases
 * Past Newsletters
   


Apply For a Mortgage
Contact Us
 * Branch / ATM Locator
 * Schedule a Branch Appointment
 * Branch Services
 * Holiday Hours
   


Apply For a Mortgage
Internet & Mobile Banking
 * Internet Banking Login
 * Text Banking
 * Mobile Deposit
 * Quicken & Quickbooks Resources
   


Apply For a Mortgage
Pay Bills
 * Bill Pay
 * HVPay (loan payments)
 * HV$end (person-to-person)
 * Wire Transfers
   


Apply For a Mortgage
Monitor/Manage Accounts
 * eStatements
 * CUAlerts
 * Financial Mgmt Tools
 * MAGIC Phone Banking
   


Apply For a Mortgage
Safe Computing
 * General Email & Website Awareness
 * Keeping Your Devices Secure
 * Red Flags for Fraud
 * Phone Scams
   


Apply For a Mortgage
Quick Access
 * My Account
 * Resources
 * Careers
 * Find a Branch / ATM
 * Contact Us

Routing Number : 221979363

Call : 845.463.3011

Additional Services
 * Credit Reports
 * Check Re-Ordering
 * Wire Transfers
 * Check Cashing

The Website
 * Terms of Use
 * Privacy Policy
 * Site Map

 * Branches & Appointments
   * Branch Locations/ATMs
   * Schedule Branch Appointment
 * Careers
 * Live Chat
   Live Chat
 * Contact Us
 * My Account
   
    * Log in to Internet Banking
      
      Username
      password
      Forgot Password Forgot Username
      
      Don't have internet banking? Enroll Now
      Why do I need internet banking? Pay Loans with HVPay
      
      Log into different service Personal Banking GoToMyCard Business Banking
      
      Log in to Business Banking
      
      Username
      password
      Forgot Password
      
      Guide to Internet Banking & Bill Pay
      Guide to Cash Management
      Don't have internet banking? Enroll Now Pay Loans with HVPay
      
      Log into different service Personal Banking GoToMyCard Business Banking

Search - How can we help you?
Routing Number : 221979363

Toggle navigation
Toggle navigation
 * Accounts
     Accounts
   * * Become a Member
   * * Business Account Rates
   * * Business Checking Accounts
     * Check Reordering
   * * Cash Management
   * * Savings
   * * Certificate Accounts
   * * Tiered Money Markets
   * * Health Savings Accounts
   * * IOLA Checking
   * * Meet Our Business Experts
     Apply For a Mortgage
 * Online Services
     Online Services
   * * Business Internet Banking
     * Internet Banking Login
   * * Business Mobile Banking
   * * Mobile Wallet
   * * Business Bill Pay
   * * eStatements
   * * MAGIC Phone Banking
   * * Wire Transfers
     Apply For a Mortgage
 * Business Lending
     Business Lending
   * * Lines of Credit
   * * Secured Loans
   * * Credit Cards
     * GoToMyCard Account Access
   * * Apply for a Loan/Resume Application
     Apply For a Mortgage
 * Commercial Real Estate
     Commercial Real Estate
   * * Commercial Mortgages & Construction
   * * SBA Loans
   * * Meet Our Business Experts
   * * Apply for a Loan/Resume Application
     Apply For a Mortgage
 * Business Banking Services
     Business Banking Services
   * * Financial Planning
     * Schedule a Consultation
   * * Insurance
   * * Merchant Services
     Apply For a Mortgage
 * Resources
     Resources
   * * Business Account Rates
   * * Forms & Disclosures
   * * Fee Schedule
   * * Business Acct Agreement
     Apply For a Mortgage

Toggle navigation
Toggle navigation
 * Get to Know Us
     Get to Know Us
   * * Credit Union Difference
   * * Board of Directors/Supervisory Committee
   * * Make Your Voice Heard
   * * Financials/Ann. Reports
     * Annual Report Requests
     Apply For a Mortgage
 * Community
     Community
   * * Financial Literacy
   * * Financial Ed For Schools
   * * People Helping People
   * * Organizations We Support
   * * Charitable Requests
   * * Shredder Days
   * * Electronics Recycling
     Apply For a Mortgage
 * Careers
     Careers
   * * Benefits
   * * Job Openings
     Apply For a Mortgage
 * Resources
     Resources
   * * News & Press Releases
   * * Past Newsletters
     Apply For a Mortgage
 * Contact Us
     Contact Us
   * * Branch / ATM Locator
   * * Schedule a Branch Appointment
   * * Branch Services
   * * Holiday Hours
     Apply For a Mortgage
 * Become a Member

Toggle navigation
Toggle navigation
 * Internet & Mobile Banking
     Internet & Mobile Banking
   * * Internet Banking Login
   * * Text Banking
   * * Mobile Deposit
   * * Quicken & Quickbooks Resources
     Apply For a Mortgage
 * Mobile Wallet
 * Pay Bills
     Pay Bills
   * * Bill Pay
   * * HVPay (loan payments)
   * * HV$end (person-to-person)
   * * Wire Transfers
     Apply For a Mortgage
 * Monitor/Manage Accounts
     Monitor/Manage Accounts
   * * eStatements
   * * CUAlerts
   * * Financial Mgmt Tools
   * * MAGIC Phone Banking
     Apply For a Mortgage
 * Safe Computing
     Safe Computing
   * * General Email & Website Awareness
   * * Keeping Your Devices Secure
   * * Red Flags for Fraud
   * * Phone Scams
     Apply For a Mortgage

Mobile Search - How can we help you?


IN THIS SECTION

 * Benefits
 * Job Openings

Your browser does not support inline frames or is currently configured not to
display inline frames. Content can be viewed at the actual source page:
https://hvfcu.icims.com/forms?form=Voluntary_Self_Identification_Forms_Post_Offer&isPacket=1&item=12875&module=Root&action=showForm&hashed=-1834665121&in_iframe=1
Application FAQs

Software Powered by iCIMS
www.icims.com


THERE’S A REASON PEOPLE GROW HERE

Our strong commitment to education and professional development is evident in
the significant number of staff who have completed undergraduate and graduate
degrees while working either full or part-time. Development-focused staff can
experience steady advancement throughout their credit union careers. A
well-orchestrated development plan with us offers:

 * Generous tuition assistance up to $5,250 per year
 * Funding for professional licenses, certifications, and CEUs
 * Free, 24/7 access to more than 300 courses through the Credit Union National
   Association
 * Professional development programs

Current Job Openings /Apply Now

×

Please inform a company representative if you need assistance completing any
forms or to otherwise participate in the application process. To be considered
as an applicant for employment, you will need to apply for a position that is
currently available and complete an application for employment in its entirety.
We will contact you if your qualifications match our requirements.

Please take some time to review our portal and create a candidate profile.

Current Job Openings/Apply Now


YOUR CAREER, YOUR WAY

Whether you have years of professional experience or are just starting your
financial services career, we can help you develop your skills and achieve your
career goals. We offer mentorship and professional development to help you be
successful. As you grow, we succeed.

Current Job Openings /Apply Now

×

Please inform a company representative if you need assistance completing any
forms or to otherwise participate in the application process. To be considered
as an applicant for employment, you will need to apply for a position that is
currently available and complete an application for employment in its entirety.
We will contact you if your qualifications match our requirements.

Please take some time to review our portal and create a candidate profile.

 

Current Job Openings/Apply Now

  



DIVERSITY IS A CORE VALUE OF THE CREDIT UNION AND IS ESSENTIAL TO OUR SUCCESS.

We are committed to fostering an environment that is welcoming and inclusive to
all employees, unpaid professionals, members, and the greater community. We
recognize that each individual brings unique differences that add value and
meaning to Hudson Valley Credit Union. We respect and embrace diversity in the
broadest sense of the word.




Hudson Valley is an AA/EEO employer committed to equal opportunity and employee
diversity. All qualified applicants will receive consideration for employment
without regard to race, color, religion, sex, age, sexual orientation, gender
identity, the status of being transgender, national origin, disability, military
or veteran status, genetic information, marital or familial status, domestic
violence victim status, or any other characteristic protected by law.


NOT WHAT YOU ARE LOOKING FOR?

 * Get to Know Us
 * Serving Our Community
 * Credit Union Difference
 * Branch Locations


WE ARE HERE TO HELP

Find What You Need
Live Chat
Live Chat
Contact Us
Find a Branch / ATM
×Close
You are now leaving Hudson Valley Credit Union's website. Hudson Valley Credit
Union does not control external links and cannot guarantee the relevance,
timeliness, accessibility, or accuracy of the material provided by other
agencies or organizations.
CONTINUECANCEL
×

Log in to Internet Banking

Forgot Password Forgot Username

Don't have internet banking? Enroll Now
Why do I need internet banking? Pay Loans with HVPay

Log in to Business Banking

Forgot Password

Guide to Internet Banking & Bill Pay
Guide to Cash Management
Don’t have internet banking? Enroll Now Pay Loans with HVPay

Log into different service Personal Banking GoToMyCard Business Banking
×

The My Account tab is currently under maintenance. To log into your internet
banking account, please go to our homepage and use the Log In box on the right
side of the page.

×
Please inform a company representative if you need assistance completing any
forms or to otherwise participate in the application process. To be considered
as an applicant for employment, you will need to apply for a position that is
currently available and complete an application for employment in its entirety.
We will contact you if your qualifications match our requirements.
 
Continue to Job Openings

PERSONAL

 * Accounts
 * Credit Cards
 * Loans
 * Home Finance Center
 * Insurance
 * Investment & Retirement
 * Online Services

BUSINESS

 * Accounts
 * Loans & Credit Cards
 * Financial Planning
 * Insurance
 * Online Services

ABOUT US

 * Get To Know Us
 * Community
 * Careers
 * Resources
 * Contact Us

ADDITIONAL SERVICES

 * Credit Reports
 * Wire Transfers
 * Check Reordering
 * Check Cashing

Routing Number : 221979363

 * 

OTHER

 * Resources
 * My Account
 * Online Services
 * Find a Branch / ATM

WEBSITE

 * Privacy Policy
 * Terms of Use
 * Site Map

STAYING IN TOUCH

 * PO Box 1071, Poughkeepsie,
 * NY 12602-1071
 * Phone:
 * 845.463.3011 | 800.468.3011


Lending to our Military Members and their Dependents
 

HVCU is federally insured by the NCUA    


For complaints and inquiries concerning your mortgage or home equity, contact us
at the address or phone numbers above. You may also contact the New York State
Department of Financial Services Consumer Assistance Unit at 800.342.3736 or by
visiting the Department's website at www.dfs.gov.

Hudson Valley Credit Union is committed to providing a website that is
accessible to the widest possible audience in accordance with W3C WAI's Web
Content Accessibility Guidelines (WCAG) 2.0. Learn more.

Unauthorized Access Warning – Access to Internet Banking is restricted to
authorized HVCU members only.
 

© 2020 Hudson Valley Credit Union


Top

×