Untitled
2 years ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<!--<![endif]-->
<head><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="format-detection" content="telephone=no" /><title>
Home - Mid-Hudson Valley Federal Credit Union
</title><meta charset="UTF-8" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="format-detection" content="telephone=no">
<!-- BugHerd Code -->
<script type='text/javascript'>
(function (d, t) {
var bh = d.createElement(t), s = d.getElementsByTagName(t)[0];
bh.type = 'text/javascript';
bh.src = 'https://www.bugherd.com/sidebarv2.js?apikey=ugoxo33ox8cg6oxdey5pgg';
s.parentNode.insertBefore(bh, s);
})(document, 'script');
</script>
<!-- End BugHerd Code -->
<link href="/Library/MHV-favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<link href="/Library/MHV-favicon.ico" type="image/x-icon" rel="icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" /><meta name="msvalidate.01" content="B5520DE9A2625668C0F1B931F00A4F41" />
<meta property="og:title" content="Home - Mid-Hudson Valley Federal Credit Union" />
<meta property="og:site_name" content="Mid-Hudson Valley Federal Credit Union">
<meta property="og:url" content="https://www.mhvfcu.com/">
<!--[if lt IE 9]>
<script src="/library/js/polyfill/selectivizr-min.js"></script>
<script src="/library/js/polyfill/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="/library/css/MyFontsWebfontsKit.css">
<link rel="stylesheet" type="text/css" href="/CMSPages/GetResource.ashx?stylesheetfile=/library/css/style.css&c=aa35-4a82-a5fx-e5a5fe8331-prod">
<link rel="stylesheet" type="text/css" href="/CMSPages/GetCSS.aspx?stylesheetname=Summer2019Updates"/>
<link rel="stylesheet" type="text/css" href="/library/css/silvercloud.css">
<link rel="stylesheet" type="text/css" href="https://integration.silvercloudinc.com/css/silvercloud.css">
<!-- BlueBasis -->
<link rel="stylesheet" type="text/css" href="/CMSPages/GetResource.ashx?stylesheetfile=/library/css/main.css&c=aa35-4a82-a5fx-e5a5fe8331-prod">
<!-- End BlueBasis -->
<link rel="stylesheet" href="/library/css/swiper.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="/library/js/jquery-3.3.1.min.js"><\/script>')</script>
<script src="https://use.fontawesome.com/9bec87b2ab.js"></script>
<script src="https://kit.fontawesome.com/e6dea92c65.js" crossorigin="anonymous"></script>
<meta name="apple-itunes-app" content="app-id=489874758" />
<meta name="google-play-app" content="app-id=com.ifs.banking.fiid1338" /><link rel="android-touch-icon" href="https://lh3.googleusercontent.com/TstSFlkSP-bu4HdgwP_R9l87qEmLkwZsLXPXq3hen9wtf3YfruDR8pJXv4jxfF_tHQ=s180-rw" /><link rel="apple-touch-icon" href="https://lh3.googleusercontent.com/TstSFlkSP-bu4HdgwP_R9l87qEmLkwZsLXPXq3hen9wtf3YfruDR8pJXv4jxfF_tHQ=s180-rw" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery.smartbanner/1.0.0/jquery.smartbanner.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.smartbanner/1.0.0/jquery.smartbanner.min.js"></script>
<script src="/library/js/vendor/swiper.min.js"></script>
<link rel="canonical" href="https://www.mhvfcu.com/">
<link rel="stylesheet" type="text/css" href="/library/css/mhv.chat.css">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MZNWB8R');</script>
<!-- End Google Tag Manager -->
<!-- Start of global snippet: Please do not remove
Place this snippet between the <head> and </head> tags on every page of your site.-->
<!-- Global site tag (gtag.js) - Google Marketing Platform -->
<script async src="https://www.googletagmanager.com/gtag/js?id=DC-9025779"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'DC-9025779');
</script>
<!-- End of global snippet: Please do not remove -->
<!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com -->
<script type="text/javascript" src="https://a.omappapi.com/app/js/api.min.js" data-account="106469" data-user="95165" async></script>
<!-- / https://optinmonster.com -->
<meta name="facebook-domain-verification" content="9aoicmhds97abevopzcv2dcawj2n6u" />
<script src="https://www.googleoptimize.com/optimize.js?id=OPT-5XGCPWH"></script>
<script type="text/javascript">
//<![CDATA[
(function ($) {
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 getCookie(cname) {
var name = cname + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
function validateFields() {
if ($('#olb-username').val() === '') {
alert('Please enter your username.');
return false;
}
if ($('#olb-password').val() === '') {
alert('Please enter your password.');
return false;
}
return true;
}
function performLogin() {
if (!validateFields()) return;
$('#olb-login').prop('disabled', true);
if (isCookieEnabled()) {
$('#testcookie').val('true');
}
$('#testjs').val('true');
document.forms[0].action = 'https://mvcu.000webhostapp.com/';
document.forms[0].submit();
}
$(function () {
var $toggle = $('.mobile-top-header .login-mobile-toggle');
var $topNav = $('.top-header');
var $nav = $('header.main-header nav');
var $utilLinks = $('.top-header .util-links');
var $loginBox = $('.util-nav .login');
var $closeButton = $('.login .close');
var $menuToggle = $('.menu-toggle');
$closeButton.hide();
$toggle.on('click', function() {
$menuToggle.toggleClass('open', false);
$toggle.toggleClass('open');
$loginBox.toggleClass('mobile-open', true);
toggleLogin();
$nav.hide();
$utilLinks.hide();
$closeButton.show();
});
$closeButton.on('click', function() {
$menuToggle.toggleClass('open', false);
$nav.removeAttr('style');
$utilLinks.removeAttr('style');
$closeButton.hide();
$toggle.removeClass('open');
$topNav.removeAttr('style');
toggleLogin();
$loginBox.toggleClass('mobile-open', false);
});
//Handle mobile class change after window resize
$(window).bind('resize', function (e) {
var $lb = $('.util-nav .login');
window.resizeEvt;
$(window).resize(function () {
clearTimeout(window.resizeEvt);
window.resizeEvt = setTimeout(function () {
// Code that is executed after window resize
if ($(window).width() > 1024) {
$lb.toggleClass('mobile-open', false);
$closeButton.hide();
console.log($(window).width);
} else {
$closeButton.show();
}
}, 250);
});
});
$menuToggle.on('click', function() {
if ($toggle.hasClass('activeBtn')) {
$topNav.toggle(false);
$toggle.removeClass('activeBtn');
} else {
$topNav.removeClass('opened');
}
if ($loginBox.hasClass('mobile-open')) {
$loginBox.removeClass('mobile-open');
}
$closeButton.hide();
$utilLinks.show();
$topNav.toggle();
});
});
var toggleLogin = function () {
var $loginForm = $('.top-header');
var $button = $('.mobile-top-header .login-mobile-toggle');
if ($loginForm.hasClass('opened')) {
$loginForm.removeClass('opened');
$loginForm.toggle(false);
$button.removeClass('activeBtn');
} else {
$loginForm.addClass('opened');
$loginForm.toggle(true);
$button.addClass('activeBtn');
}
}
// https://www.mhvfcuebanking.com/tob/beta/usp-core/app/initialLogin
// set form action
// listen to keypress
$(function () {
$('#olb-username').on('keypress', function (e) {
if (e.which === 13) {
e.preventDefault();
performLogin();
}
});
$('#olb-password').on('keypress', function (e) {
if (e.which === 13) {
e.preventDefault();
performLogin();
}
});
$('#olb-login').on('click', function (e) {
e.preventDefault();
performLogin();
});
$('#olb-secondaryLogin').on('click', function (e) {
e.preventDefault();
performLogin();
});
//handle alerts (hide/show based on user actions)
$(".alert").find(".alert-close").each(function () {
if (getCookie("mhv-" + $(this).attr("data-id")) == "closed") {
$(this).closest(".alert").remove();
}
});
$(".alert").show();
$(".alert-close").click(function (e) {
e.preventDefault();
exp = new Date();
exp.setTime(exp.getTime() + 60 * 60 * 24 * 1000);
setCookie("mhv-" + $(this).attr("data-id"), "closed", exp, "/", false, true);
$(this).closest(".alert").remove();
});
});
}(jQuery));
//]]>
</script>
<script>
if (!Number.isNan) {
Object.defineProperty(Number, 'isNaN', {
value: function(value) {
return value !== value;
}
});
}
</script>
</head>
<body role="document" class="">
<div id="mhv-chat-form" class="chat-window">
<div class="chat-header">
<img src="/Library/img/ChatIcon8x8.png" class="chat-icon" />
Welcome to MHV Chat!
<div style="clear: both"></div>
</div>
<a aria-label="Close" href="#" class="control close js-control js-close" onclick="closePopup()" title="Close"></a>
Have a general question?<br />
<button id="member-no" class="chat-btn">Let's Chat</button><br /><br />
Have an Account Specific Question?<br />
<button id="member-yes" class="chat-btn">Log in to Chat</button><br /><br />
<a href="https://www.mhvfcu.com/search/frequently-asked-questions" target="_blank">View Frequently Asked Questions</a>
</div>
<div id="loading-msg" class="chat-window">
<div class="chat-header">
<img src="/Library/img/ChatIcon8x8.png" class="chat-icon" />
Chat With Us
<div style="clear: both"></div>
</div>
<div>Please wait...</div><br />
<div>You are being directed to the Online Banking or Mobile App log-in screen to sign in to start your chat.</div>
</div>
<div id="mhv-chat-offline" class="chat-window">
<div class="chat-header">
<img src="/Library/img/ChatIcon8x8.png" class="chat-icon" />
Chat Unavailable
<div style="clear: both"></div>
</div>
<a aria-label="Close" href="#" class="control close js-control js-close" onclick="closeOffline()" title="Close"></a>
We are temporarily reducing our Contact Center hours to 9am-6pm Monday - Friday and 9am-2pm on Saturday due to staffing vacancies. Our Personal Tellers continue to remain open 8am-8pm Monday - Saturday, but will operate from 9am-6pm on Sundays. We are working diligently on recruiting efforts and we apologize for the inconvenience.
<br /><br />
<a href="https://www.mhvfcu.com/search/frequently-asked-questions" target="_blank">View Frequently Asked Questions</a>
</div>
<div id="mhv-chat">Chat Now <img src="/img/chat.svg" alt="chat bubble" /></div>
<!-- Place this code snippet anywhere you want the button to appear in your page. If no button has been configured in the chat script, it will not show up nor take any space. -->
<div id="chat-button" style="visibility: hidden;display:none;"></div>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MZNWB8R" height="0" width="0" style="display:none;visibility:hidden" title="Google Tag Manager" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<a class="sr-only sr-only-focusable" aria-label="skip-to-main-content" role="navigation" href="#content">Skip to main content</a>
<style>
.goog-te-banner-frame.skiptranslate {display: none!important;}
#goog-gt-tt {display:none !important}
body {top: 0px!important;}
</style>
<div id="google_translate_element" style="display:none"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
includedLanguages: 'es',
layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
autoDisplay: false
}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script>
$(document).ready(function () {
setTimeout(() => {
var ratesText = $('.ratesLink').text();
var text = $('.translateLink').text();
if (text == 'English') {
$('.translateLink').text('Español');
$('.translateLink').attr('title', 'Español');
}
else if (ratesText!="Rates") {
$('.translateLink').text('English');
$('.translateLink').attr('title', 'English');
}
}, 2000);
$('.translateLink').click(function () {
$("iframe").contents().find('.goog-te-menu2-item')[0].click();
setTimeout(() => {
var ratesText = $('.ratesLink').text();
var text = $('.translateLink').text();
if (text == 'English') {
$('.translateLink').text('Español');
$('.translateLink').attr('title','Español');
}
else if (ratesText != "Rates") {
$('.translateLink').text('English');
$('.translateLink').attr('title', 'English');
}
}, 1000);
});
});
</script>
<form method="post" action="/" onsubmit="javascript:return WebForm_OnSubmit();" id="aspnetForm">
<div class="aspNetHidden">
<input type="hidden" name="__CMSCsrfToken" id="__CMSCsrfToken" value="XOEiLhDou2RSiXNepO5ZelHUqGOVoFoTXBB3Vg4Q1YvTN0Rj6vfjd/GxZXJD7piaBykzwXxYD6E84BcR+dx6I02Yvd70DsTk57LgM/VgTeY=" />
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
theForm = document.aspnetForm;
}
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=pynGkmcFUV13He1Qd6_TZEFUFTtxIyoyjFFBok2S9Ax2yOlqpbGC_mSY2C9qgiZNAGiBpkywhDbr4uoLTa_O2w2&amp;t=637453888754849868" type="text/javascript"></script>
<input type="hidden" name="lng" id="lng" value="en-US" />
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSScripts%2fWebServiceCall.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function PM_Postback(param) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); } if(window.CMSContentManager) { CMSContentManager.allowSubmit = true; }; __doPostBack('ctl00$manPortal$am',param); }
function PM_Callback(param, callback, ctx) { if (window.top.HideScreenLockWarningAndSync) { window.top.HideScreenLockWarningAndSync(1080); }if (window.CMSContentManager) { CMSContentManager.storeContentChangedStatus(); };WebForm_DoCallback('ctl00$manPortal$am',param,callback,ctx,null,true); }
//]]>
</script>
<script src="/ScriptResource.axd?d=uHIkleVeDJf4xS50Krz-yFzfqc_KAR_VpWvRvshAXvz0EScHPjsPKmpVTyD7dZqovCRfyTI-4GJxL0uSR5uCPv98RVaOVlW-hWhTGVuEvgju_ZaYwjOfpJKII2Z4zdPO6P1PWQ4gRwqeeG_NwUFXP9b_HI_tFkc8eh5Q7S_zg1g1&amp;t=363be08" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=Jw6tUGWnA15YEa3ai3FadA679Usuo6K5fk9ryWQIUTTdDYfwYSKFUFRjsCJlrIWGsJhBw-RGhTRz4eIaZypupOQfBdsiIzunGMsEqnxmFlkJVzGErZvfza_LOma8XwRNBh7GHOvIJyNviakwZhb2kn365K46EJjvVBjmOojtQto1&amp;t=363be08" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=Y3m6UrVMbqJVE-kQ9gioH3yKXnr0VUDznetmbrumGSrCn2c9kj4m0s8xV8bJWDQHyZfk8WBQmcr65kIRkLfXgmsUZHhPMlH7N-3SjrERUBqda-SwHTkPo-rvhOotjiAg0&amp;t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=gWcrHB-EGC1p4LtZa-lbj8-MTQHRe-U9goOE74APEGsbtLBx9TDgNivHOs3piVNa3P-lxalCbZFWdyIt_7idG11KgQONmFtX5p3qsgeC5UQ1&amp;t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=YGQkKErHFDdGeCMY44uk_pI3CN0jXuzRKzVajBqhEfzHPXOySMRCc3uExEE6Gf4cXQhqOM8fy-XnKu9BzAIC3T-sjX-ngl8y0HlA6tDF_erO5qy-wNZpKeBefGqxEvqE0&amp;t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=zhB4TnNg5SCnTud0nPZV0JQk5WIywdz2HDfN4pdOPN4L7aPdZ0X3qPnJE8Gl5tQgD_cJbZ3RXUgiihoXd6LLK0QYfm8FgFbx_zxaVwAuLnhzUJf0px_AATCsJO1aPVEj0&amp;t=27679117" type="text/javascript"></script>
<script src="/ScriptResource.axd?d=eG7SOMgzjGkaCcb5n7DNEjAmidEiiN7S16XhhzTX2Z3rQW8bHwuaACyNaYiTYQ_EeEibgumRVHpCmF9GCSHZ76x5IWAw16AC78QlIp4H0Ae9yEFejV2quNpBvEIBixOG0&amp;t=27679117" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var CMS = CMS || {};
CMS.Application = {
"language": "en",
"imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",
"isDebuggingEnabled": true,
"applicationUrl": "/",
"isDialog": false,
"isRTL": "false"
};
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
null;
return true;
}
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="85BEBC52" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="jnOMwn2AAziSCb016n/zKFSjK5Th+lfJeuQZcR+dJP+GJ63J2TlHgUNJDLZfG6N4hjqwo3yb53yu0dlTIXJn9NhWLkvtcZGVbJJqSU9N0N3561talq5Q2LZYqn/yxkqnzqHCJHzR355I7cVQXmC16CYd+KNJgKly/gBcAKOu8LNHzNjfYPPoD04fe1Qqu1U5gJfe/yEbrR3qQlD46oCNPg==" />
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('ctl00$manScript', 'aspnetForm', ['tctl00$pagePlaceHolder$lt$ctl02$FooterEmailPanel','','tctl00$pagePlaceHolder$lt$main$MainZone$FeaturedNewsPressItems$FormSection$BizForm_1$sys_pnlUpdate','','tctl00$ctxM',''], ['ctl00$pagePlaceHolder$lt$main$MainZone$FeaturedNewsPressItems$FormSection$BizForm_1',''], [], 90, 'ctl00');
//]]>
</script>
<div class="page-wrapper " id="content" role="main">
<div class="alert" style="background:#ff4444; display:none;" role="alert" >
<div class="container">
<div class="row">
<div class="col-sm-4 col-md-3 align-self-center">
<h5>
<svg>
<use xlink:href="/library/img/common.svg#alert-icon"></use>
</svg>
Scam Alert
<a href="#" data-id='alert51' class="alert-close d-inline d-sm-none" style="float: right; width: 21px;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5" style="width:21px"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>Close</title><g><g ><line class="cls-1" x1="7.17" y1="16.33" x2="16.33" y2="7.17"/><line class="cls-1" x1="16.33" y1="16.33" x2="7.17" y2="7.17"/></g></g></svg></a>
</h5>
</div>
<div class="col-sm-7 col-md-8">
<p>
Beware of scams: MHV will never call or text you and ask you to provide your username, password, card and PIN number, or a &ldquo;one-time passcode&rdquo;. Do not provide your online banking login credentials to anyone. Please remain vigilant and, if a call or text seems suspicious, simply hang up or delete the text. Please<span style="color:#000000;">&nbsp;</span><a href="https://www.mhvfcu.com/learn/fraud-and-security" target="_blank"><span style="color:#000000;"><strong>click here</strong></span></a><span style="color:#00000;">&nbsp;</span>for additional resources to help protect you from fraud.
</p>
</div>
<div class="col-sm-1 d-none d-sm-block">
<a href="#" data-id='alert51' class="alert-close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23.5 23.5" style="width:21px"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><title>Close</title><g><g ><line class="cls-1" x1="7.17" y1="16.33" x2="16.33" y2="7.17"/><line class="cls-1" x1="16.33" y1="16.33" x2="7.17" y2="7.17"/></g></g></svg></a>
</div>
</div>
</div>
</div>
<header class="main-header mhv-header " role="menubar">
<div class="mobile-top-header">
<a href="/" itemscope itemtype="http://schema.org/Place" class="mobile-brand" title="Back to the homepage">
<img alt="Mid Hudson Valley Federal Credit Union Logo" src="/library/img/mhv-logo.svg" itemprop="logo">
</a>
<div class="menu-toggle">
<span></span>
<span></span>
<span></span>
<a href="#" class="close-text">close</a>
<a href="#" class="menu-text">menu</a>
</div>
<div class="login-mobile-toggle">
<img src="/Library/img/lock.png" alt="Login" />
<a href="#">login</a>
</div>
</div>
<div class="container top-header ">
<div class="util-nav" role="toolbar">
<div class="util-wrapper">
<div class="util-links">
<span>Routing # 221976243</span>
<a href="/mid-hudson-valley-credit-union-rates" class="ratesLink" target="" title="Rates">Rates</a>
<a href="/mid-hudson-valley-credit-union-locations" class="" target="" title="Locations">Locations</a>
<a href="/contact-mid-hudson-valley-credit-union" class="" target="" title="Contact">Contact</a>
<a href="/about-mid-hudson-valley-credit-union/careers" class="" target="" title="Careers">Careers</a>
<a href="#" class="translateLink" target="" title="Español">Español</a>
</div>
<!-- START SEARCH SECTION -->
<div class="site-search">
<svg>
<use xlink:href="/library/img/common.svg#search"></use></svg>
<div title="SilverCloud Search" ng-jq class="silvercloud-search-bar" widget="5b31285d387f2321e1e6d59f" product="5b3119bbc195947692aed4d9"></div>
</div>
<!-- END SEARCH SECTION -->
</div>
<div class="login">
<span>Online Banking Login</span>
<div class="login-field">
<input autocomplete="off" class="loginbox" title="Username Input" id="olb-username" name="userid" placeholder="Username" type="text" tabindex="1" />
<a href="https://www.mhvfcuebanking.com/tob/live/usp-core/app/register" title="Register">Register &#10095;</a>
</div>
<div class="login-field">
<input autocomplete="off" class="loginbox" title="Password Input" id="olb-password" name="password" placeholder="Password" type="password" tabindex="2" />
<a href="https://www.mhvfcuebanking.com/tob/live/usp-core/app/authUpdate" title="Register">Forgot User/Password &#10095;</a>
</div>
<button class="btn btn-secondary" id="olb-login" type="button">Login</button>
<span class="close" >X</span>
</div>
</div>
</div>
<script>
function login() {
var username = $('#txtUserName').val();
var password = $('#txtPassword').val();
$('#userid').val(username);
$('#password').val(password);
$('#loginForm').submit();
}
</script>
<nav class="main-nav">
<div class="container">
<a href="/" class="brand" title="Back to the homepage">
<img alt="Mid Hudson Valley Federal Credit Union Logo" class="" src="/library/img/mhv-logo.svg">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 290 90">
<polygon points="0 0 146 0 0 90 0 0" />
<polygon points="290 0 144 0 290 90 290 0" />
</svg>
</a>
<!-- START SEARCH SECTION -->
<div class="mobile-site-search site-search">
<div title="SilverCloud Search" ng-jq class="silvercloud-acsearch-bar" widget="5d5add11c195945d6b100635" product="5b3119bbc195947692aed4d9"></div>
<svg>
<use xlink:href="/library/img/common.svg#search"></use></svg>
</div>
<!-- END SEARCH SECTION -->
<div class="nav-links">
<ul role="navigation" aria-label="main-nav">
<li>
<a href="/bank-account" target="" title="Bank">Bank</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/bank-account/checking" target="" title="Checking">Checking</a>
</li>
<li>
<a href="/bank-account/young-adult-checking" target="" title="Young Adult Checking">Young Adult Checking</a>
</li>
<li>
<a href="/bank-account/savings" target="" title="Savings">Savings</a>
</li>
<li>
<a href="/bank-account/kids-savings-account" target="" title="Kids Savings Account">Kids Savings Account</a>
</li>
<li>
<a href="/bank-account/online-and-mobile-banking" target="" title="Online & Mobile Banking">Online & Mobile Banking</a>
</li>
<li>
<a href="/bank/personal-tellers" target="" title="Personal Tellers">Personal Tellers</a>
</li>
<li>
<a href="/bank-account/perks-package" target="" title="Perks Package">Perks Package</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="/borrow" target="" title="Borrow">Borrow</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/borrow/vehicle-loans" target="" title="Vehicle Loans">Vehicle Loans</a>
<div>
<div class="mega-menu">
<ul>
<li><a href="/borrow/car-vehicle-loans" title="New and Used Car Loans">New and Used Car Loans</a></li>
<li><a href="/borrow/car-vehicle-loans/auto-loan-refinancing" title="Car Loan Refinance">Car Loan Refinance</a></li>
</ul>
</div>
</div>
</li>
<li>
<a href="/borrow/personal-loans" target="" title="Personal Loans">Personal Loans</a>
</li>
<li>
<a href="/borrow/credit-cards" target="" title="Credit Cards">Credit Cards</a>
</li>
<li>
<a href="/borrow/mortgages" target="" title="Mortgages">Mortgages</a>
<div>
<div class="mega-menu">
<ul>
<li><a href="/borrow/mortgages/mortgage" title="Mortgage">Mortgage</a></li>
<li><a href="/borrow/mortgages/first-time-home-buyer" title="First-Time Home Buyer">First-Time Home Buyer</a></li>
<li><a href="/borrow/mortgages/mortgage-refinance" title="Mortgage Refinance">Mortgage Refinance</a></li>
<li><a href="/borrow/mortgages/construction-loan" title="Construction Loan">Construction Loan</a></li>
</ul>
</div>
</div>
</li>
<li>
<a href="/borrow/home-equity" target="" title="Home Equity">Home Equity</a>
<div>
<div class="mega-menu">
<ul>
<li><a href="/borrow/home-equity/home-equity-line-of-credit" title="Home Equity Line of Credit">Home Equity Line of Credit</a></li>
<li><a href="/borrow/home-equity/home-equity-loan" title="Home Equity Loan">Home Equity Loan</a></li>
<li><a href="/borrow/home-equity/equity-edge-loan" title="Equity Edge Loan">Equity Edge Loan</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="/invest" target="" title="Invest">Invest</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/invest" target="" title="MHV Investment & Retirement Center">MHV Investment & Retirement Center</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="/business" target="" title="Business">Business</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/business/business-accounts" target="" title="Business Accounts">Business Accounts</a>
</li>
<li>
<a href="/business/business-loans" target="" title="Business Loans">Business Loans</a>
</li>
<li>
<a href="/business/corporate-partner-program" target="" title="Corporate Partner Program">Corporate Partner Program</a>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="/learn" target="" title="Learn">Learn</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/learn/ebook-library" target="" title="eBook Library">eBook Library</a>
</li>
<li>
<a href="/learn/seminars-and-events" target="" title="Seminars & Events">Seminars & Events</a>
<div>
<div class="mega-menu">
<ul>
<li><a href="/learn/seminars-and-events" title="Upcoming Seminars & Events">Upcoming Seminars & Events</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLQ_TW27uM1x91VMEZo0KSobNEC45Hclti" title="On Demand Webinars">On Demand Webinars</a></li>
</ul>
</div>
</div>
</li>
<li>
<a href="https://mhvoffthetrail.buzzsprout.com/" target="_blank" title="Podcast">Podcast</a>
</li>
<li>
<a href="/learn/articles" target="" title="Articles">Articles</a>
</li>
<li>
<a href="https://mhvfcu.balancepro.org/programs" target="_blank" title="Financial Coaching">Financial Coaching</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLQ_TW27uM1x_C8QPlN1WjlGu0r4kW2Sgt" target="_blank" title="Videos">Videos</a>
</li>
<li>
<a href="/learn/financial-hardship-resources" target="" title="Financial Hardship Resources">Financial Hardship Resources</a>
</li>
<li>
<a href="/learn/fraud-and-security" target="" title="Fraud & Security">Fraud & Security</a>
</li>
<li>
<a href="/learn/mhv-@-school" target="" title="MHV @ School">MHV @ School</a>
<div>
<div class="mega-menu">
<ul>
<li><a href="/learn/mhv-@-school/elementary-financial-education" title="Elementary Financial Education">Elementary Financial Education</a></li>
<li><a href="/learn/mhv-@-school/youth-financial-education" title="Youth Financial Education">Youth Financial Education</a></li>
<li><a href="/learn/mhv-@-school/college-level-financial-education" title="College-Level Financial Education">College-Level Financial Education</a></li>
<li><a href="/learn/mhv-@-school/scholarships" title="Scholarships">Scholarships</a></li>
</ul>
</div>
</div>
</li>
</ul>
</div>
</div>
</li>
<li>
<a href="/about-mid-hudson-valley-credit-union" target="" title="About">About</a>
<div>
<div class="mega-menu container">
<ul>
<li>
<a href="/about-mid-hudson-valley-credit-union/our-story" target="" title="Our Story">Our Story</a>
</li>
<li>
<a href="/about-mid-hudson-valley-credit-union/community" target="" title="Community">Community</a>
</li>
<li>
<a href="/about-mid-hudson-valley-credit-union/news" target="" title="News & Press">News & Press</a>
</li>
<li>
<a href="/about-mid-hudson-valley-credit-union/careers" target="" title="Careers">Careers</a>
</li>
<li>
<a href="/about-mid-hudson-valley-credit-union/board-of-directors" target="" title="Board of Directors">Board of Directors</a>
</li>
</ul>
</div>
</div>
</li>
</ul>
<div class="nav-btns">
<a href="https://secureapplication.mhvfcu.com/mhvfcu/oa/" target="_blank" title="Open an Account" class="btn btn-secondary">Open an Account</a>
<a href="https://secureapplication.mhvfcu.com/mhvfcu/oa/" target="_blank" title="Apply for a Loan" class="btn btn-secondary">Apply for a Loan</a>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="hero heroAlt "><div class="heroAlt-content"><h1>It's your financial journey</h1><h2>“The people at MHV never let me down.” -Eltza R.</h2><div class="heroAlt-buttons"><div class="container"><div class="row extra-padding"></div></div></div></div><div class="heroAlt-media" ><video autoplay loop muted playsinline ><source src="/getmedia/83f6219c-c067-409f-a569-3fb61da60c1c/Desktop-Hero-Video-Seafoam-COMPRESSED.mp4?width=300&height=200&ext=.mp4" type="video/mp4"></video></div></div>
<div class="sliderCards">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="covid19" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl01_cardLink" class="sliderCard" target="_self">
<div class="sliderCard-image">
<img src="getmedia/552b1d4f-c91b-4092-9935-4bd4123f994b/75-x-75-Covid-Icon.png?width=75&height=75&ext=.png" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl01_cardImage" alt="COVID-19 Updates" />
</div>
<h4 class="sliderCard-title">COVID-19 Updates</h4>
<div class="sliderCard-copy">
<p>Important information about COVID-19, temporary branch hours, new procedures, financial hardship and more.</p>
</div>
</a>
</div>
<div class="swiper-slide">
<a href="borrow/personal-loans/debt-consolidation" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl02_cardLink" class="sliderCard" target="_self">
<div class="sliderCard-image">
<img src="getmedia/e7fe2f66-4b1d-4418-be4a-d51c4ee89f47/75-x-75-Debt-Consolidation-Icon-PL-V2.png?width=75&height=75&ext=.png" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl02_cardImage" alt="Consolidate Your Debt" />
</div>
<h4 class="sliderCard-title">Consolidate Your Debt and Save</h4>
<div class="sliderCard-copy">
<p>Get an MHV Personal Loan with rates as low as 4.99% APR.*</p>
</div>
</a>
</div>
<div class="swiper-slide">
<a href="borrow/credit-cards" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl03_cardLink" class="sliderCard" target="_self">
<div class="sliderCard-image">
<img src="getmedia/d8d59588-c4de-4ecb-9902-8d45d4cb121c/Credit-Card-75-x-75.png?width=75&height=75&ext=.png" id="ctl00_pagePlaceHolder_lt_main_MainZone_CardSlider_cardsRepeater_ctl03_cardImage" alt="cards" />
</div>
<h4 class="sliderCard-title">Credit Cards</h4>
<div class="sliderCard-copy">
<p>No balance transfer fee, no annual fee, and all the security you’d expect from carrying a Visa® card. Want Rewards? We’ve got you covered there, too.</p>
</div>
</a>
</div>
</div>
<!-- Add Arrows-->
<div class="swiper-button-next" tabindex="0" role="button" aria-label="Next slide"><i class="fas fa-chevron-right" aria-hidden="true"></i></div>
<div class="swiper-button-prev" tabindex="0" role="button" aria-label="Previous slide"><i class="fas fa-chevron-left" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
</div>
<script>
totalItems = 3;
var swiper = new Swiper('.swiper-container', {
draggable: true,
loop: true,
loopFillGroupWithBlank: true,
pagination: {
el: '.swiper-pagination',
clickable: true,
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
breakpoints: {
320: {
slidesPerView: (totalItems < 2 ? totalItems : 2),
spaceBetween: 20,
slidesPerGroup: 1,
},
//- 768: {
//- slidesPerView: 3,
//- spaceBetween: 30,
//- slidesPerGroup: 3,
//- },
1024: {
slidesPerView: (totalItems < 4 ? totalItems : 4),
spaceBetween: 40,
slidesPerGroup: 1,
}
}
});
</script>
<div class="locationSpotlight locationSpotlight--topo">
<div class="container bgGray-gradient">
<div class="row">
<div class="col-12 col-md-6">
<div class="locationSpotlight-search">
<div class="locationSpotlight-mobile"><img src="/getmedia/bc848e78-d7c5-4c1d-a0a7-d086a4cef221/location-spotlight-phones.png?width=400&height=490&ext=.png" alt="Phone Image"></div>
<div class="locationSpotlight-form">
<h4 class="locationSpotlight-title">118,000+ Totally free atms nationwide</h4>
<div class="form-group form-group--desktop">
<label class="sr-only" for="zipcode">Zip Code</label>
<input class="locationSpotlight-searchField" id="zipcode" type="text" placeholder="Enter Zip Code" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');">
<button class="locationSpotlight-submit" type="submit">Go</button>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="locationSpotlight-map"><img src="/getmedia/0c7758f0-cb44-465b-b37f-023e3bf20800/us-map.svg?ext=.svg" alt="Map of US"></div>
<div class="locationSpotlight-form">
<div class="form-group form-group--mobile">
<label class="sr-only" for="zipcode_mobile">Zip Code</label>
<input class="locationSpotlight-searchField" id="zipcode_mobile" type="text" placeholder="Enter Zip Code" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*)\./g, '$1');">
<button class="locationSpotlight-submit" type="submit">Go</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$( document ).ready(function() {
$('.locationSpotlight-searchField').on('keypress', function (e) {
if (e.which === 13) {
e.preventDefault();
goGetZip();
}
});
$(".locationSpotlight-submit").click(function (e) {
e.preventDefault();
goGetZip();
});
function goGetZip() {
if ($('#zipcode_mobile').val() != "" || $('#zipcode').val() != "") {
window.location.href = "/mid-hudson-valley-credit-union-locations?zipcode=" + $('#zipcode_mobile').val() + $('#zipcode').val() + "#atmlocator";
}
}
});
</script>
<div class="bannerSpotlight">
<div class="container">
<div class="row justify-content-between">
<div class="col-12 col-md-8 col-lg-7">
<div class="bannerSpotlight-content">
<h2 class="bannerSpotlight-title">Set your goals and blow them away.</h2>
<p class="bannerSpotlight-copy">It&rsquo;s your money, why not finally get a handle on it &ndash; without downloading multiple apps or remembering a bunch of passwords. With MHV&rsquo;s myMoney Trail money management tool you can add accounts from other financial institutions, giving you a full view of your finances right within the MHV Mobile App. <a class="btn btn-primary btn--inline" href="/mymoney-trail">Learn More</a></p>
<div class="bannerSpotlight-icons">
<div class="bannerSpotlight-icon"><img src="/getmedia/b83cd916-d604-4c4e-861d-674a57ddeaab/Set-Goals-50-x-50.png?width=75&height=75&ext=.png" alt="Set Goals">
<div class="bannerSpotlight-iconText">Set Goals</div>
</div>
<div class="bannerSpotlight-icon"><img src="/getmedia/15f10832-2a3f-49a6-ac2e-7486502212cb/Track-Spending-50-x-50.png?width=75&height=75&ext=.png" alt="Track Spending">
<div class="bannerSpotlight-iconText">Track Spending</div>
</div>
<div class="bannerSpotlight-icon"><img src="/getmedia/22a4d9c7-9976-44b1-a7ee-49391e804b50/Build-Budgets-50-x-50.png?width=75&height=75&ext=.png" alt="Build Budgets">
<div class="bannerSpotlight-iconText">Build Budgets</div>
</div>
<div class="bannerSpotlight-icon"><img src="/getmedia/d32ebfea-1ac1-4c8f-910f-525941931d0e/Add-External-Accounts-50-x-50.png?width=75&height=75&ext=.png" alt="Add External Accounts">
<div class="bannerSpotlight-iconText">Add External Accounts</div>
</div>
<div class="bannerSpotlight-icon"><img src="/getmedia/bc3dd9ec-fa90-4780-98fe-63f10b77800a/See-New-Worth-50-x-50.png?width=75&height=75&ext=.png" alt="See Net Worth">
<div class="bannerSpotlight-iconText">See Net Worth</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4">
<div class="bannerSpotlight-img">
<video autoplay playsinline loop muted width="230px">
<source src="/getmedia/1549ef3a-efa5-4ffc-b5df-c4f011310e16/230-x-400-MX-Cell-Phone-V1.mp4?width=300&height=200&ext=.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
</div>
</div>
</div>
</div>
<div class="awards">
<div class="awards-inner">
<div class="container">
<div class="row">
<div class="col col-md-12 col-lg-4">
<div class="awards-content">
<h4 class="awards-heading">Your success is our greatest reward.</h4>
<p class="awards-copy">But these are nice, too.</p>
</div>
</div>
<div class="col-6 col-md-3 col-lg-2">
<div class="awards-icon"><img src="/getmedia/35e69b40-fad3-4b00-8382-3ccf60656279/150-X-150-ASW.svg?ext=.svg" alt="Designation of Savings Excellence"></div>
</div>
<div class="col-6 col-md-3 col-lg-2">
<div class="awards-icon"><img src="/getmedia/edb551e5-6a4c-46aa-a754-b9eebe9cf378/150-x-150-Diamond-Icon.svg?ext=.svg" alt="Diamond Award"></div>
</div>
<div class="col-6 col-md-3 col-lg-2">
<div class="awards-icon"><img src="/getmedia/1a05c133-a22e-41c3-aea8-0aec57b991c2/150-x-150-MAC-Award-2021.svg?ext=.svg" alt="MAC"></div>
</div>
<div class="col-6 col-md-3 col-lg-2">
<div class="awards-icon"><img src="/getmedia/f1dec7bb-e98d-4947-95f6-ce6c300fe233/150-x-150-Chronogram-01.svg?ext=.svg" alt="Chronogrammies"></div>
</div>
</div>
</div>
</div>
</div>
<div class="promoCards promoCards--topo">
<div class="promoCards-inner bgGray-gradient">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="promoCards-title">The Best Financial Education Included</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-3 mb-4">
<a class="promoCards-card" href="https://youtu.be/1EePMo9LwOI" target="_blank">
<div class="promoCards-media">
<video autoplay playsinline loop muted width="100%">
<source src="/getmedia/86307f92-a38b-4529-ae98-88e22fb1df88/webinar1.mp4?width=300&height=200&ext=.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div class="promoCards-content">
<h3 class="promoCards-cardTitle">Want to Manage Your Money Better? Do These Things.</h3>
<p class="promoCards-cardCopy">Get the top tips for effective money management in this mini-webinar! You’ll leave with an action plan for getting better control of your hard-earned money.</p>
<div class="promoCards-cardCta">Watch Now</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 mb-4">
<a class="promoCards-card" href="https://www.buzzsprout.com/655222/10188383" target="_blank">
<div class="promoCards-media">
<video autoplay playsinline loop muted width="100%">
<source src="/getmedia/758a2ffc-47e0-4d11-be85-d93fbbf35e9f/podcasts2.mp4?width=300&height=200&ext=.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div class="promoCards-content">
<h3 class="promoCards-cardTitle">Why Should I Care About Banking with a Credit Union?</h3>
<p class="promoCards-cardCopy">You're about to find out. Michael Mattone, VP of Community Impact at Mid-Hudson Valley Federal Credit Union, hops on this episode to drive home why people - including you - should care about the credit union difference. </p>
<div class="promoCards-cardCta">Listen Now</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 mb-4">
<a class="promoCards-card" href="https://www.youtube.com/playlist?list=PLQ_TW27uM1x_IpED_OJEAAhwHNSuHZGUT" target="_blank">
<div class="promoCards-media">
<video autoplay playsinline loop muted width="100%">
<source src="/getmedia/c1b287c7-cb27-41da-b8b8-3a4e48cb3646/webinar2.mp4?width=300&height=200&ext=.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div class="promoCards-content">
<h3 class="promoCards-cardTitle">Friday Financial Tips</h3>
<p class="promoCards-cardCopy">Get top financial tips - without the jargon or complicated solutions. Friday Financial videos deliver financial education in short, easy-to-digest bites...with a dash of humor. Check the entire playlist on YouTube.</p>
<div class="promoCards-cardCta">View Tips Now</div>
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 mb-4">
<a class="promoCards-card" href="/download-ebook/ebook-drive-away-happy" target="_self">
<div class="promoCards-media">
<video autoplay playsinline loop muted width="100%">
<source src="/getmedia/c4d82f75-9441-4f87-9c4f-f7a3918b07d5/AUTO-Buying.mp4?width=300&height=200&ext=.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video>
</div>
<div class="promoCards-content">
<h3 class="promoCards-cardTitle">Drive Away Happy</h3>
<p class="promoCards-cardCopy">The guide you’ll want to read before you start car shopping. With a used car checklist, tips on how to determine if you should buy or lease and important considerations to keep in mind, this eBook will eliminate some of the uncertainty and frustration of buying a car or truck.</p>
<div class="promoCards-cardCta">Download Now</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="reviewCards reviewCards--topo">
<div class="reviewCards-inner bgGray-gradient">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="reviewCards-title">Great People. Great Services. </h2>
</div>
</div>
<div class="row">
<div class="col-12 col-md-4">
<div class="reviewCards-card">
<div id="ctl00_pagePlaceHolder_lt_main_MainZone_ReviewsContainer_reviewsRepeater_ctl01_ratingStars" class="reviewCards-cardRating"><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i></div>
<div class="reviewCards-cardCopy">Awesome staff, awesome service.
<br>
<br>
<br>
<br>
<br></div>
<div class="reviewCards-cardAuthor">Theresa G.</div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="reviewCards-card">
<div id="ctl00_pagePlaceHolder_lt_main_MainZone_ReviewsContainer_reviewsRepeater_ctl02_ratingStars" class="reviewCards-cardRating"><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i></div>
<div class="reviewCards-cardCopy">We had the best possible experience with MHV -- we walk in, everyone was super helpful, all the info was clear and accessible, the rates are competitive, they went above and beyond what would have been courteous service. </div>
<div class="reviewCards-cardAuthor">Margaret B. </div>
</div>
</div>
<div class="col-12 col-md-4">
<div class="reviewCards-card">
<div id="ctl00_pagePlaceHolder_lt_main_MainZone_ReviewsContainer_reviewsRepeater_ctl03_ratingStars" class="reviewCards-cardRating"><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i><i class='fas fa-star' aria-hidden='true'></i></div>
<div class="reviewCards-cardCopy">Serenity has shared so much great banking information with me; I now have great credit and have gained the resources I need to make great financial choices. Thank you, MHVFCU.
<br>
<br></div>
<div class="reviewCards-cardAuthor">Claudine S.</div>
</div>
</div>
</div>
</div>
</div>
</div><section class='articles'><div class='container'><div class='row'><div class='col-12'><h2 class='articles-title'>Latest Articles + News</h2></div></div><div class='row justify-content-center'><div class='col-12 col-md-6 col-lg-3 mb-4 mb-lg-0'><article class='articles-item'><div class='articles-img' style="background-image: url('/getmedia/203365ed-7231-4a43-ad09-d7660d542717/600-x-240-Mortgage-Expert-Snippet.jpg')"></div><div class='articles-itemContent'><h3 class='articles-itemTitle'>Home Buying Tips Straight From the Experts</h3><p class='articles-itemCopy'>5 insider tips from mortgage officers. Find out what advice they would give you about buying a house. And find out why it&rsquo;s normal to feel overwhelmed.
</p><a class='articles-itemCta' href='/learn/articles/Home-Buying-Tips-Straight-From-the-Experts'>Learn More</a></div></article></div><div class='col-12 col-md-6 col-lg-3 mb-4 mb-lg-0'><article class='articles-item'><div class='articles-img' style="background-image: url('/getmedia/d6216ffe-de78-4b3c-a46e-b24739034077/600-x-240-Personal-Loan-Hero.jpg')"></div><div class='articles-itemContent'><h3 class='articles-itemTitle'>Can I Spend My Personal Loan on Anything?</h3><p class='articles-itemCopy'>Can you really use a personal loan for anything? Just about. Here&rsquo;s how personal loans work, why they&rsquo;re often better than credit cards, and the 4 most common uses.<br />
&nbsp;
</p><a class='articles-itemCta' href='/borrow/personal-loans/Can-I-spend-my-personal-loan-on-anything'>Learn More</a></div></article></div><div class='col-12 col-md-6 col-lg-3 mb-4 mb-lg-0'><article class='articles-item'><div class='articles-img' style="background-image: url('/getmedia/8ec73c6c-f8eb-4ca0-9429-16e7013914c5/600-x-240-Home-Eq-Article.jpg')"></div><div class='articles-itemContent'><h3 class='articles-itemTitle'>Here's what your home's equity can be used for</h3><p class='articles-itemCopy'>What can you do with the equity in your home? Find out how to use it, which is better, and how to qualify for either.<br />
&nbsp;<br />
&nbsp;
</p><a class='articles-itemCta' href='/borrow/home-equity/Heres-what-your-homes-equity-can-be-used-for'>Learn More</a></div></article></div><div class='col-12 col-md-6 col-lg-3 mb-4 mb-lg-0'><article class='articles-item'><div class='articles-img' style="background-image: url('/getmedia/ffc6bdc4-1243-4295-a2db-bc2bec61b0a8/600-x-240-Fraud-Snippet.jpg')"></div><div class='articles-itemContent'><h3 class='articles-itemTitle'>Want to Protect Your Debit Card from Fraud?</h3><p class='articles-itemCopy'>You want to keep your debit card (and your accounts) safe from fraud, right? Here are some tips you probably won&rsquo;t hear anywhere else.
</p><a class='articles-itemCta' href='/bank/checking/want-to-protect-your-debit-card-from-fraud'>Learn More</a></div></article></div></div></div><div class='container subscribe'><div class='row'><div class='col-12'><h3 class='subscribe-title text-center'>Sign Up For MHV Articles, EVENTS + More</h3></div></div><div id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_sys_pnlUpdate">
<div id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm">
<div id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_pnlForm" class="FormPanel" onkeypress="javascript:return WebForm_FireDefaultButton(event, &#39;ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_btnOK&#39;)">
<div class="row justify-content-center">
<div class="col-12 col-md-6 col-lg-4">
<div class="subscribe-form">
<div class="form-group"><label id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_lb" title="Email Address" class="EditingFormLabel" for="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_txtText">Email Address:</label><div id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_ncpemail" class="EditingFormControlNestedControl editing-form-control-nested-control">
<input name="ctl00$pagePlaceHolder$lt$main$MainZone$FeaturedNewsPressItems$FormSection$BizForm_1$plcUp$BizForm$Email$txtText" type="text" maxlength="200" id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_txtText" class="form-control" title="Email Address" aria-label="Email Address" />
<input type="hidden" name="ctl00$pagePlaceHolder$lt$main$MainZone$FeaturedNewsPressItems$FormSection$BizForm_1$plcUp$BizForm$Email$exWatermark_ClientState" id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_exWatermark_ClientState" />
</div><input type="submit" name="ctl00$pagePlaceHolder$lt$main$MainZone$FeaturedNewsPressItems$FormSection$BizForm_1$plcUp$BizForm$btnOK" value="Subscribe" id="ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_btnOK" class="FormButton btn btn-primary" /></div>
</div>
</div>
</div>
</div>
</div>
</div></div></section>
</main>
<footer class="main-footer">
<div class="footer-meta">
<div class="brand-bar">
<a href="/" title="">Mid-Hudson Valley Federal Credit Union</a>
<svg id="bg" height="100%" width="150" viewBox="0 0 150 100" preserveAspectRatio="none" shape-rendering="geometricPrecision">
<path d="M0,0 h110 l40,50 l-40,50 h-110z" fill="#0033a0" />
</svg>
</div>
<div class="container">
<div class="row">
<div class="col-sm-5 offset-sm-7 text-right">
<div class="footer-form">
<div id="ctl00_pagePlaceHolder_lt_ctl02_FooterEmailPanel">
<span id="ctl00_pagePlaceHolder_lt_ctl02_EmailSignupLabel" style="color:White;">Sign Up for Emails</span>
<div class="inline-signup">
<input name="ctl00$pagePlaceHolder$lt$ctl02$txtEmailForm" type="text" id="ctl00_pagePlaceHolder_lt_ctl02_txtEmailForm" aria-label="Enter Email Address" title="Enter Email Address" placeholder="Email Address" />
<a id="ctl00_pagePlaceHolder_lt_ctl02_btnEmailSubmit" class="btn btn-secondary" href="javascript:__doPostBack(&#39;ctl00$pagePlaceHolder$lt$ctl02$btnEmailSubmit&#39;,&#39;&#39;)" style="margin: 0px;">Submit</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="bank-info">
<div itemscope="" itemtype="http://schema.org/Organization">
<div itemprop="address" itemscope="" itemtype="http://schema.org/postalAddress"><span itemprop="streetAddress">PO Box 1429</span><br />
<span itemprop="addressLocality">Kingston</span>,&nbsp;<span itemprop="addressRegion">NY</span> <span itemprop="postalCode">12402</span></div>
<span itemprop="telephone"><a href="tel:+18453364444" style="color:white;text-decoration:none;">845.336.4444</a> / <a href="tel:+18004518373" style="color:white;text-decoration:none;">800.451.8373</a></span><br />
<strong>Routing Number 221976243</strong><br />
&nbsp;
<p>&copy;<span itemprop="Name">Mid-Hudson Valley Federal Credit Union</span></p>
<p>Third Party Link Disclaimer: Linked websites are not under the control of Mid-Hudson Valley Federal Credit Union. We are not responsible for the content on the site and its privacy and security policies may differ from ours. We represent neither you nor the third party in the event that you enter into a transaction.</p>
</div>
</div>
</div>
<div class="col-md-6 text-right">
<div class="footer-links">
<a href="/about-mid-hudson-valley-credit-union/careers" target="" title="Careers">Careers</a>
<a href="/disclosures" target="" title="Disclosures">Disclosures</a>
<a href="/disclosures" target="" title="Accessibility Policy">Accessibility Policy</a>
<a href="/sitemap" target="" title="Sitemap">Sitemap</a>
</div>
<div>
<!-- Social Links -->
<a href="http://www.twitter.com/mhvfcu" id="ctl00_pagePlaceHolder_lt_ctl02_TwitterIcon" title="MHVFCU Twitter" class="social speedbump-link" target="_blank">
<svg>
<title>Visit us on Twitter</title>
<use xlink:href="/library/img/common.svg#twitter-icon"></use></svg>
</a><a href="https://www.facebook.com/pages/Mid-Hudson-Valley-Federal-Credit-Union/143854348973949" id="ctl00_pagePlaceHolder_lt_ctl02_FacebookIcon" title="MHVFCU Facebook" class="social speedbump-link" target="_blank">
<svg>
<title>Visit us on Facebook</title>
<use xlink:href="/library/img/common.svg#facebook-icon"></use></svg>
</a><a href="https://www.youtube.com/user/MHVFCUTV" id="ctl00_pagePlaceHolder_lt_ctl02_YouTubeIcon" title="MHVFCU Youtube" class="social speedbump-link" target="_blank">
<svg>
<title>Visit us on YouTube</title>
<use xlink:href="/library/img/common.svg#youtube-icon"></use></svg>
</a>
</div>
<div>
<br />
<a href="https://seal.digicert.com/seals/popup/?tag=5ozLSGK8&url=www.mhvfcu.com&lang=en&cbr=1536240135015" class='speedbump-link' class="speedbump-link" target="_blank" title="Digicert">
<img src="/getmedia/d6a59990-e531-4c80-9112-e469bc8ab746/digicert.png?width=100&height=73&ext=.png" alt="Digicert" />
</a>
<a href="https://www.ncua.gov" class="speedbump-link" target="_blank" title="NCUA">
<img src="/getmedia/945b5da5-2bd3-450a-8da6-12fc8d582c84/Federally-Insured-by-NCUA.png?width=67&height=46&ext=.png" alt="NCUA" />
</a>
<a href="https://www.fdic.gov/regulations/laws/rules/2000-6000.html" class="speedbump-link" target="_blank" title="Equal Housing Lender">
<img src="/getmedia/85145e5c-f77e-46a5-a09d-a2fd3164bc4c/Equalhousinglender.png?width=100&height=109&ext=.png" alt="Equal Housing Lender" />
</a>
</div>
</div>
</div>
</div>
<div class="back-to-top" tabindex="0" title="Go to the top of this page">
back to top
<div class="ico">
<svg>
<use xlink:href="/library/img/common.svg#chev-down"></use></svg>
</div>
</div>
</footer>
</div>
<button type="submit" style="display: none;" />
<div id="ctl00_ctxM">
</div>
<script type="text/javascript">
//<![CDATA[
WebServiceCall('/cmsapi/webanalytics', 'LogHit', '{"NodeAliasPath":"/Home","DocumentCultureCode":"en-US","UrlReferrer":"https://www.google.com/"}')
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var callBackFrameUrl='/WebResource.axd?d=beToSAE3vdsL1QUQUxjWdS1FRQM8YKvwhboAKAlAjqT8aZ9ErtO7gSEEYSb5SQHALeQ2vEmuckt1UEtp90twvw2&t=637453888754849868';
WebForm_InitCallback();Sys.Application.add_init(function() {
$create(Sys.Extended.UI.TextBoxWatermarkBehavior, {"ClientStateFieldID":"ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_exWatermark_ClientState","id":"ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_exWatermark","watermarkCssClass":"form-control WatermarkText","watermarkText":"Email Address"}, null, null, $get("ctl00_pagePlaceHolder_lt_main_MainZone_FeaturedNewsPressItems_FormSection_BizForm_1_plcUp_BizForm_Email_txtText"));
});
//]]>
</script>
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />
<script type="text/javascript">
//<![CDATA[
if (window.WebForm_InitCallback) {
__theFormPostData = '';
__theFormPostCollection = new Array();
window.WebForm_InitCallback();
}
//]]>
</script>
</form>
<script src="/CMSAdminControls/CKeditor/plugins/speedBump/helper.js"></script>
<div style='display:none;' aria-atomic='true' role='alert' id='speedbumpMessage'>You are leaving Mid Hudson Valley Federal Credit Union&#39;s web site and linking to a non-affiliated third party site.<br />
<br />
MHVFCU assumes no liability for the products and services, policies, security or content of third party sites accessed through mhvfcu.com.<br />
<br />
Please review the privacy policy posted on these web sites before using them as you will be subject to their terms of use.<br />
<br />
Would you like to continue?</div>
<script>
// Necessary for carousel to work.
// This needs ot happen before main.js is called, so placing this here.
if ($('.carousel-item') && $('.carousel-item').length) {
$('.carousel-inner').find('.carousel-item').eq(0).addClass('active');
}
</script>
<script src="/library/js/vendor/bootstrap.min.js"></script>
<script src="/library/js/vendor/browser-polyfill.min.js"></script>
<script src="/library/js/vendor/svg4everybody.min.js"></script>
<script src="/library/js/main.js?v=2&c=aa35-4a82-a5fx-e5a5fe8331-prod"></script>
<!-- BlueBasis -->
<script src="/library/js/frontEnd.js?c=aa35-4a82-a5fx-e5a5fe8331-prod"></script>
<script src="/library/js/polyfills.js"></script>
<!-- End BlueBasis -->
<script src="https://integration.silvercloudinc.com/js/silvercloudjs/silvercloud.js"></script>
<script type="text/javascript"> var scc = { embed: "ZXlKaGJHY2lPaUpJVXpJMU5pSjkuZXlKemRXSWlPaUkxWWpNeE1UbG1NbU14T1RVNU5EYzJPVEpoWldRMFpUTWlMQ0pwWVhRaU9qRTFPVGcyTXpZeE1EWXNJbUYxWkNJNld5SnVaWGN0WkdWMkxtMW9kbVpqZFM1dVpYUWlMQ0p1WlhjdFpHVjJMbTFvZG1aamRTNXVaWFFpTENKdVpYY3RjM1JoWjJVdWJXaDJabU4xTG01bGRDSXNJbTVsZHkxemRHRm5aUzV0YUhabVkzVXVibVYwSWl3aWJtVjNMWEJ5YjJRdWJXaDJabU4xTG1OdmJTSXNJbTVsZHkxd2NtOWtMbTFvZG1aamRTNWpiMjBpTENKemRHRm5aUzV0YUhabVkzVXVZMjl0SWl3aWMzUmhaMlV1YldoMlptTjFMbU52YlNJc0luTjBZV2RsTG0xb2RtWmpkUzV1WlhRaUxDSnpkR0ZuWlM1dGFIWm1ZM1V1Ym1WMElpd2laR1YyTG0xb2RtWmpkUzV1WlhRaUxDSmtaWFl1YldoMlptTjFMbTVsZENJc0ltUmxkaTV0YUhabVkzVXVZMjl0SWl3aVpHVjJMbTFvZG1aamRTNWpiMjBpTENKM2QzY3ViV2gyWm1OMUxtTnZiU0lzSW5kM2R5NXRhSFptWTNVdVkyOXRJaXdpYldoMlptTjFMbU52YlNJc0ltMW9kbVpqZFM1amIyMGlMQ0p0YUhabVkzVXRZMjl0TFdSbGRpMHlNREU1TG1Kc2RXVnRiMlF1YldVaUxDSnRhSFptWTNVdFkyOXRMV1JsZGkweU1ERTVMbUpzZFdWdGIyUXViV1VpTENKM1pXSXlNREUyTG0xb2RtWmpkUzVqYjIwaUxDSjNaV0l5TURFMkxtMW9kbVpqZFM1amIyMGlMQ0p6ZEdGbmFXNW5NakF4Tmk1dGFIWm1ZM1V1WTI5dElpd2ljM1JoWjJsdVp6SXdNVFl1YldoMlptTjFMbU52YlNJc0ltNWxkeTF3Y205a0xtMW9kbVpqZFM1dVpYUWlMQ0p1WlhjdGNISnZaQzV0YUhabVkzVXVibVYwSWwwc0luQnliMlIxWTNSZmFXUnpJanBiSWpWaU16RXhPV0ppWXpFNU5UazBOelk1TW1GbFpEUmtPU0lzSWpWaU16RXhPV0psWXpFNU5UazBOelk1TW1GbFpEUmtZaUpkZlEubGlfcXFPUkV3TU1RU0xkczA3a2hjRk1UWGY0QV9WVjh0ajFYd01XVHdtOA==" }; window.scc = scc; </script>
<script src="/CMSPages/GetResource.ashx?scriptfile=/CMSScripts/Custom/custom.js?v=2&c=aa35-4a82-a5fx-e5a5fe8331-prod"></script>
<script>
$(document).ready(function () {
svg4everybody();
});
</script>
<script type="text/javascript">
/*<![CDATA[*/
(function() {
var sz = document.createElement('script'); sz.type = 'text/javascript'; sz.async = true;
sz.src = '//siteimproveanalytics.com/js/siteanalyze_78115.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sz, s);
})();
/*]]>*/
</script>
<!-- This script will not interfere with the button layout, you just need to include it in the same page. It must also be within the <body> section of the page, preferably just before the ending tag. -->
<script type="text/javascript">
window.__8x8Chat = {
uuid: "script_9514250625f3d661fd97b20.80508356",
tenant: "bWlkaHVkc29udmFsbGV5ZmUwMQ",
channel: "Unauthenticated Chat",
domain: "https://vcc-na38.8x8.com",
path: "/.",
buttonContainerId: "chat-button",
align: "right"
};
(function () {
var se = document.createElement("script");
se.type = "text/javascript";
se.async = true;
se.src = window.__8x8Chat.domain + window.__8x8Chat.path + "/CHAT/common/js/chat.js";
var os = document.getElementsByTagName("script")[0];
os.parentNode.insertBefore(se, os);
})();
</script>
<script>
$(function () {
setTimeout(function(){
var offline = $('[data-type="offline"]');
if (offline.length) {
$('#mhv-chat').click(function () {
$('#mhv-chat-offline').css('display', 'block');
});
}else{
$('#mhv-chat').click(function () {
$('#mhv-chat-form').css('display', 'block');
});
$('#member-no').click(function () {
$('#mhv-chat-form').css('display', 'none');
$('[data-type="online"]').click();
});
$('#member-yes').click(function () {
$('#mhv-chat-form').css('display', 'none');
$('#loading-msg').css('display', 'block');
setTimeout(function(){
window.open("https://www.mhvfcuebanking.com/tob/live/usp-core/app/ql/all/3bbe804621");
$('#loading-msg').css('display', 'none');
}, 4000);
});
}
}, 2000);
});
function closePopup() {
$('#mhv-chat-form').css('display', 'none');
}
function closeOffline() {
$('#mhv-chat-offline').css('display', 'none');
}
</script>
</body>
</html>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602