tcufinancialgroup.com
Open in
urlscan Pro
208.69.254.252
Public Scan
URL:
https://tcufinancialgroup.com/Personal/
Submission: On September 14 via api from SG — Scanned from DE
Submission: On September 14 via api from SG — Scanned from DE
Form analysis
4 forms found in the DOMGET /Personal/ToolsAndCalculators/Search/
<form action="/Personal/ToolsAndCalculators/Search/" method="get" accept-charset="utf-8">
<div class="hiddenInputs">
<input type="hidden" id="origin" name="origin" value="/Personal/" class="origin">
</div>
<div class="entry">
<div class="input">
<input type="text" id="query" name="query" value="" title="Search Site" aria-label="Search Site" placeholder="Search Site">
</div>
</div>
<div class="submit">
<input type="submit" name="search" value="Search">
</div>
</form>
Name: mdlogon — POST /Personal/OnlineBanking/Accounts/
<form autocomplete="off" name="mdlogon" class="mdlogon recaptchaMdLogonForm" method="post" action="/Personal/OnlineBanking/Accounts/" onsubmit="return checkAll(this);">
<div class="hiddenInputs">
<input type="hidden" name="LOGON" value="LOGON2">
<input type="hidden" name="action" value="panlogin">
<input type="hidden" name="fromUsecase" value="Logon">
<input type="hidden" name="fromStep" value="Step1">
<script language="javascript">
//<![CDATA[
document.write("<input type='hidden' name='pm_fp' value='" + add_deviceprint() + "'>");
//]]>
</script><input type="hidden" name="pm_fp"
value="version=3.6_1&pm_fpua=mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/92.0.4515.159 safari/537.36|5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36|Linux x86_64&pm_fpsc=24|1600|1200|1200&pm_fpsw=pdf|pdf|nacl&pm_fptz=0&pm_fpln=lang=en-US|syslang=|userlang=&pm_fpjv=0&pm_fpco=1&pm_fpasw=internal-pdf-viewer|mhjfbmdgcfjbbpaeojofohoefgiehjai|internal-nacl-plugin&pm_fpan=Netscape&pm_fpacn=Mozilla&pm_fpol=true&pm_fposp=&pm_fpup=&pm_fpsaw=1600&pm_fpspd=24&pm_fpsbd=&pm_fpsdx=&pm_fpsdy=&pm_fpslx=&pm_fpsly=&pm_fpsfse=&pm_fpsui=&pm_os=Linux&pm_brmjv=92&pm_br=Chrome&pm_inpt=&pm_expt=">
</div>
<div id="loginAuth" class="jsEnabled">
<script type="text/javascript">
//<![CDATA[
function createMemorized() {
//
var cookie_prefix = "MD5_sk_tcufinancialgroups_com",
detect_memorized_accounts = new RegExp(cookie_prefix + '[^=]+="?([^;]*)[|]([A-Za-z0-9]+)[|]([0-9]+)"?', "g"),
// This is global to parse through all the entries in the cookie value
split_memorized_accounts = new RegExp(detect_memorized_accounts.source),
// This is not global to break the cookie values into their constituent parts.
memorized_cookies = document.cookie.match(detect_memorized_accounts),
cur_cookie,
memorized_values = [],
account_option_template = "<option value='{account}|{branch}'>{name}</option>",
default_option_text = "Memorized Accounts", //This value should come from a text property.
account_options = [];
function supplant(str, o) {
return str.replace(/{([^{}]*)}/g, function(a, b) {
var r = o[b];
return typeof r === 'string' || typeof r === 'number' ? r : a;
});
};
function escapeHTML(str) {
var div = document.createElement('div');
var text = document.createTextNode(str);
div.appendChild(text);
return div.innerHTML;
};
function getBranchText(val) {
return val;
}
for (var i = memorized_cookies.length - 1; i >= 0; i--) {
cur_cookie = memorized_cookies[i].match(split_memorized_accounts);
memorized_values.push({
name: escapeHTML(cur_cookie[1]),
account: escapeHTML(cur_cookie[2]),
branch: escapeHTML(cur_cookie[3]),
branch_text: escapeHTML(getBranchText(cur_cookie[3]))
});
};
account_options.push("<option value=''>" + default_option_text + "</option>");
for (var i = memorized_values.length - 1; i >= 0; i--) {
account_options.push(supplant(account_option_template, memorized_values[i]));
};
document.write("<div class='required memory'><select name='memaccts' id='memaccts' onChange='memorized_accounts(this);'>");
document.write(account_options.join("") + "</select></div>");
//
}
function memorized_accounts(select) {
//
var val = select.options[select.selectedIndex].value.split("|"),
branch = document.getElementById("branch"),
account = document.getElementById("acctnum"),
pac = document.getElementById("pac");
if (!!branch) {
if (branch.nodeName == "INPUT") {
branch.value = val[1];
} else if (branch.nodeName == "SELECT") {
var updated = false;
for (var i = 0; i < branch.options.length; i++) {
if (branch.options[i].value == val[1]) {
branch.selectedIndex = i;
updated = true;
break;
};
};
if (!updated) {
branch.selectedIndex = 0;
}
}
};
if (!!account) {
var trimmedDigits = 0;
if ('MemorizedAccount.digits' != 'MemorizedAccount.digits' && val[0].length > MemorizedAccount.digits) {
trimmedDigits = MemorizedAccount.digits;
}
account.value = val[0].substring(trimmedDigits);
};
if (!!pac) {
pac.focus();
};
//
}
//]]>
</script>
<input type="hidden" class="hidden" name="branch" id="branch" value="071">
<div class="required account">
<label for="acctnum" accesskey="A" title="Enter your full Member Card Number here."> Member Card Number </label>
<div class="input">
<input type="text" name="acctnum" value="" size="19" maxlength="19" id="acctnum" title="Enter your full Member Card Number here.">
</div>
</div>
<!-- Hide the pac if "Increased Authentication" is enabled and NoImage.Enabled is not enabled -->
<div class="required pac">
<label for="pac" accesskey="P" title="Enter your Personal Access Code here."> Access Code (PAC) </label>
<div class="input">
<input type="password" name="pac" value="" size="30" maxlength="30" id="pac" title="Enter your Personal Access Code here.">
</div>
</div>
<div class="submit">
<input type="submit" title="Login to Online Banking" name="Continue" id="Continue" value="Login">
</div>
<div class="control">
<a href="/Personal/ManageMemorized/?step=Step2" rel="nofollow" title="Add a new Memorized Account." accesskey="N">Add a Memorized Account</a>
</div>
</div>
<script type="text/javascript" charset="utf-8">
document.getElementById("loginAuth").className = "jsEnabled";
</script>
<noscript>
<div class="warning">
<p>To log in to online banking, you must have JavaScript and cookies enabled.</p>
</div>
</noscript>
<script type="text/javascript" charset="utf-8">
function setCookie(name, value, expires, path, domain, secure) {
var cookieTest = name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : "");
document.cookie = cookieTest;
}
var exp = new Date();
exp.setTime(exp.getTime() + 1800000);
setCookie("cookieTest", "test", exp, false, false, false);
if (document.cookie.indexOf('test') == -1) {
var browserWarningString = '';
browserWarningString += '<div class="warning">';
browserWarningString += '<p>To log in to online banking, you must have JavaScript and cookies enabled.</p>';
browserWarningString += '</div>\n';
document.getElementById("loginAuth").innerHTML = browserWarningString;
}
exp = new Date();
exp.setTime(exp.getTime() - 1800000);
setCookie("cookieTest", "test", exp, false, false, false);
</script>
<div class="loginPortletAppendText">
</div>
</form>
POST /Utility/QuickNav
<form class="portlet quicknav" action="/Utility/QuickNav" method="post">
<h3>Apply Online</h3>
<div><select onchange="qLoad(this.options[this.selectedIndex].value);" title="Apply Online" name="destination">
<option value="/">Navigate to...</option>
<option class="notcurrent item0 even name-apply name-mortgage name-MortgageApplication id-MortgageApplication" value="/Personal/Borrowing/Mortgages/Apply/" title="Mortgage">Mortgage</option>
<option class="notcurrent item1 odd name-apply name-loan name-LoanApplication id-LoanApplication" value="/Personal/Borrowing/PersonalLoans/Apply/" title="Personal Loan">Personal Loan</option>
<option class="notcurrent item2 even name-MembershipApplication id-MembershipApplication" value="/Personal/BecomingAMember/ApplyForMembership/" title="Membership">Membership</option>
<option class="notcurrent item3 odd name-apply name-businessloan name-BusinessLoanApplication id-BusinessLoanApplication" value="/Business/Borrowing/Loans/Apply/" title="Business Loan">Business Loan</option>
<option class="notcurrent item4 itemN even name-apply name-termdeposit name-TermDepositApplication id-TermDepositApplication" value="/Personal/Investing/TermDeposits/Apply/" title="Term Deposit">Term Deposit</option>
</select><input type="hidden" name="source" value="/Personal/"><noscript><input type="submit" class="submit" name="submit" value="Go"></noscript></div>
</form>
POST /Utility/QuickNav
<form class="portlet quicknav" action="/Utility/QuickNav" method="post">
<h3>Calculators</h3>
<div><select onchange="qLoad(this.options[this.selectedIndex].value);" title="Calculators" name="destination">
<option value="/">Navigate to...</option>
<option class="notcurrent item0 even name-MortgageCalculator id-MortgageCalculator" value="/Personal/ToolsAndCalculators/Calculators/MortgageCalculator/" title="Mortgage Calculator">Mortgage Calculator</option>
<option class="notcurrent item1 odd name-LoanCalculator id-LoanCalculator" value="/Personal/ToolsAndCalculators/Calculators/LoanCalculator/" title="Loan Calculator">Loan Calculator</option>
<option class="notcurrent item2 even name-RetirementPlanner id-RetirementPlanner" value="/Personal/ToolsAndCalculators/Calculators/RetirementPlanner/" title="Retirement Calculator">Retirement Calculator</option>
<option class="notcurrent item3 itemN odd name-ForeignExchangeCalculator id-ForeignExchangeCalculator" value="/Personal/ToolsAndCalculators/Calculators/ForeignExchange/" title="Foreign Exchange Calculator">Foreign Exchange Calculator</option>
</select><input type="hidden" name="source" value="/Personal/"><noscript><input type="submit" class="submit" name="submit" value="Go"></noscript></div>
</form>
Text Content
* Skip To Content * Login To Online Banking * In Our Community * Becoming a Member * About Us * Careers * Find Branch/ATM * Help * Contact Us * Rates * Personal * Business * Wealth Management * Everyday Banking ACCOUNTS * No Fee Account * US Maximizer Account * Plan 24 Savings Account * Investment Savings Account WAYS TO BANK * Pre-Authorized Payments CARDS * MEMBER CARD * Explore Mastercards ADDITIONAL SERVICES FINANCIAL CHECK-UP * Borrowing MORTGAGES * Fixed Rate Mortgages * Variable Rate Mortgages * Flex Mortgage * Construction Mortgage * Mortgage Application LOANS * Education Loan * Lines of Credit * RRSP Loan * Consolidation Loan * Leased Land Financing * Apply for a Loan TOOLS * Mortgage Calculator * Loan Calculator MORTGAGE RATES * Investing RRSPS RRIFS TFSAS RESPS TERM DEPOSITS * Non Redeemable * Cashable VARIABLE RATE DEPOSITS TOOLS * Retirement Calculator * RRIF Calculator * TFSA Calculator INVESTMENT RATES * Information & Tools CALCULATORS * Retirement Planner * Foreign Exchange * Mortgage Calculator * Loan Calculator * TFSA Calculator * Education Savings Calculator * Budget Calculator INFORMATION AND ADVICE * Stages in Your Life * Financial Wisdom * Travel Tips FIND BRANCH/ATM FRAUD RATES * Deposit Accounts * Foreign Exchange * Investments * Mortgages SITEMAP * Online Banking * 1 LOGIN TO ONLINE BANKING Member Card Number Access Code (PAC) Add a Memorized Account To log in to online banking, you must have JavaScript and cookies enabled. GUARANTEED SECURE Learn more OTHER ACCOUNTS * Mastercard Login * Credential Qtrade Login MEMBER NEWS Sep 13 Rochdale Closure - September 21 Our Rochdale branch (4500 Rochdale Blvd) will be closed Tuesday, September 21st for a facility upgrade. During this time all teller services will be unavailable for members. Regular hours are expected to resume Wednesday, September 22nd. ATMs will remain operational. If you require teller services our Quance branch (2615 E Quance Street) will be open from 9:30am to 5:00pm. Sep 1 COVID-19 Update It is important as an organization that TCU Financial Group rallies together to help support our health-care system and do all we can to protect those who cannot be vaccinated (such as children under age 12 and anyone with a health condition where vaccination is not an option). We take our obligation to protect our staff, members and their families seriously. As such, effective September 7th, 2021 it will be a mandatory requirement for anyone who visits a TCU Financial Group location to wear a mask. Please follow these safety protocols when visiting a TCU Financial Group branch. > Learn More ONLINE APPOINTMENT BOOKING Quickly book an appointment with one of our TCU Financial Group specialists. Book Now > CONTACT MEMBERLINE We are ready to help. Contact Us > APPLY ONLINE Navigate to...MortgagePersonal LoanMembershipBusiness LoanTerm Deposit CALCULATORS Navigate to...Mortgage CalculatorLoan CalculatorRetirement CalculatorForeign Exchange Calculator UPDATED: BRANCH SAFETY PROTOCOLS Effective September 7th, 2021 it will be a mandatory requirement for anyone who visits a TCU Financial Group location to wear a mask. Each location will have masks available for members to wear if they do not have one. We appreciate your assistance in keeping our community safe. Please follow these safety protocols when visiting a TCU Financial Group branch. Learn More > * Privacy * Internet Security * Market Code * Legal * Site Map * Mobile Site * Full Site * Book Online * Contact Us * Hours * Ways to Bank * * Twitter * Facebook * LinkedIn * Flickr * Deposits Guaranteed