Thank you for your interest
in the Empower Financial Organizer
We hope you enjoy the Empower experience!
Personal Financial App
To get ahead and stay ahead, we need to get organized. We bring everything to one place. All your accounts, every bill, every piece of your financial life into one easy-to-understand place.
Track Your Spending
Tracking your home expenses is a vital step in taking control of your financial freedom. Daily spending adds up and now you can record as you go and tag each category. Keeping track is the first step to being organized!
Safe & Secure
There is nothing more important than keeping your financial data secure and protecting your privacy. Empower has served over 12 million people in all 50 states. They offer financial tools, combined with multiple levels of sophisticated security measures to ensure your accounts are safe.
Create Money Challenges
Set goals and challenges to pay off debt, increase savings, and save for retirement!
Financial Advisor
Getting organized is the first step. At the same time, we all need someone to help us get ahead. Financial Planners can assist you in maximizing your savings, investing for the future, and providing a secure retirement. That starts now! We connect you with a personal representative who matches you to the advisor that best suits your needs. Contact us today!
jQuery(document).ready(function() {
var myfn = document.getElementById(“mem-fn”).innerHTML;
var myln = document.getElementById(“mem-ln”).innerHTML;
var myemail = document.getElementById(“mem-email”).innerHTML;
var myc = document.getElementById(“mem-c”).innerHTML;
var myid = document.getElementById(“mem-id”).innerHTML;
if (myfn.length > 0) {
//Logged in
$(“input[type=’text’][name=’m-fn’]”).val(myfn);
$(“input[type=’text’][name=’m-ln’]”).val(myln);
$(“input[type=’email’][name=’m-e’]”).val(myemail);
$(“input[type=’text’][name=’m-id’]”).val(myid);
$(“input[type=’text’][name=’m-c’]”).val(myc);
} else{
//not logged in
}});
$(document).ready(function() {
$(“.agreeswitch”).click(function() {
$(“.swpm_update_level_to”).submit();
$(“.agreeswitch”).addClass(“select_on”);
sessionStorage.setItem(‘checkyestoorg’, ‘yes-click’);
});
});
$(document).ready(function(){
if(sessionStorage.getItem(‘checkyestoorg’) == ‘yes-click’) {
//add class with completed token
$(“.agreeswitch”).addClass(“select_on”);
}
});
jQuery(document).ready(function() {
var myfn = document.getElementById(“mem-fn”).innerHTML;
var myln = document.getElementById(“mem-ln”).innerHTML;
var myemail = document.getElementById(“mem-email”).innerHTML;
var myid = document.getElementById(“mem-id”).innerHTML;
if (myfn.length > 0) {
//Logged in
$(“#ebutton”).attr(“href”, “mailto:admin@cbaplan.com?bcc=tom@cbaplan.com&subject=CBA%20Plan%20-%20Financial%20Organizer%20App&body=Hello%2C%20%0A%0APlease%20send%20me%20information%20on%20how%20to%20obtain%20the%20Financial%20Organizer%20App.%20%0A%0AThank%20You.%20%0A%0A%0A%0ACBA%20Plan%20Member%20%0AFirst%20Name%3A” + “%20” + myfn + “%0ALast%20Name%3A” + “%20” + myln + “%0AMember%20Email%3A” + “%20” + myemail + “%0AMember%20ID%3A” + “%20” + myid + “”)
} else{
//not logged in
}});