{"id":1931,"date":"2024-06-04T14:14:56","date_gmt":"2024-06-04T14:14:56","guid":{"rendered":"http:\/\/hope-cu.local\/?page_id=1931"},"modified":"2025-10-24T12:29:44","modified_gmt":"2025-10-24T16:29:44","slug":"checking","status":"publish","type":"page","link":"https:\/\/www.hopecu.org\/personal\/checking\/","title":{"rendered":"Checking"},"content":{"rendered":"\n<section class=\"product-category-hero relative\" id=\"product-category-hero-block_02b2b89bb0a8d682cd70ae33494cc12c\"\n    style=\"background: rgb(241,239,229); background: linear-gradient(0deg, rgba(241,239,229,1) 65%, rgba(255,255,255,1) 100%);\">\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 product-category-hero-inner\">\n            <div class=\"flex w-100 justify-center items-center product-category-hero-top\">\n                <div class=\"flex justify-center items-center\">\n                    <div>\n                        <h1 class=\"page-hero-heading\">Checking Accounts<\/h1>\n                        <p class=\"page-hero-content\">Ready for a checking account? <br>Make it happen with HOPE! <\/p>\n                                                    <a href=\"https:\/\/apply.hopecu.org\/apply.aspx?enc=Kw21Wblm1yxpjJabdoZaD_7OovHWtbmdruV5ckyr02fvpJwHI3-YLeMTAfEZ5Lzz3boZhDPiRWcEvV0l1cdVqwLpgtIznf2FzM0HaAqkQJs\"\n                                class=\"cta-btn cta-btn-outline-light mt4\">Open My Account<\/a>\n                                            <\/div>\n                <\/div>\n                <div>\n                    <img decoding=\"async\" class=\"hope-hero-image\" src=\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2024\/08\/Personal-Checking.jpg\" alt=\"\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 hope-inner\">\n            <div class=\"flex w-100 justify-between items-start product-category-hero-sub pv5\">\n                <div class=\" w-60 pr5 \">\n                    <h2 class=\"product-category-sub-heading mb3\">We offer five great options to empower your success. They all come with lots of free features that help you make the most of your money.<\/h2>\n                    <p class=\"product-category-sub-content\"><\/p>\n                <\/div>\n                                    <div class=\"w-40\">\n                        <div class=\"flex justify-center items-center product-category-percent-grid\">\n                                                            <div class=\"flex flex-column justify-center items-center product-category-hero-rate\">\n                                    <h3 class=\"product-category-hero-rate-heading tc mb3\">HOPE Rewards Checking<\/h3>\n                                                                        <div class=\"flex justify-center items-center\">\n                                        <p class=\"product-category-hero-rate-percent\">5.12<\/p>\n                                        <div class=\"flex flex-column items-center ml2\">\n                                                                                            <p class=\"percent\">%<\/p>\n                                                <p class=\"percent-type\">APY<\/p>\n                                                                                    <\/div>\n                                    <\/div>\n                                <\/div>\n                                                                                <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"flex justify-center items-center product-cat-nav pv3\">\n    <ul class=\"w-90 flex justify-between items-center\" id=\"product-cat-nav\">\n    <\/ul>\n<\/section>\n\n<script>\n    (function () {\n        document.addEventListener(\"DOMContentLoaded\", function () {\n\n            let main = document.getElementById('primary');\n            let scrollMarginTop = main.style.marginTop;\n\n            let nav = document.getElementById('product-cat-nav');\n            let navArr = [];\n\n            let account = document.querySelector('.product-grid');\n            let getStarted = document.querySelector('.steps');\n            let whyHope = document.querySelector('.icon-grid-b');\n            let stories = document.querySelector('.success-stories');\n            let faqs = document.querySelector('.faq');\n            let findBranch = document.querySelector('.location-finder');\n            let info = document.querySelector('.contact-us');\n\n            if (account) {\n                account.setAttribute('id', 'choose-an-account');\n                account.style.scrollMarginTop = scrollMarginTop;\n                let accountNav = document.createElement('li');\n                let accountNavLink = document.createElement('a');\n                accountNavLink.setAttribute('href', '#choose-an-account');\n                accountNavLink.innerText = \"Choose an Account\";\n                accountNav.appendChild(accountNavLink);\n                navArr.push(accountNav);\n            }\n\n            if (getStarted) {\n                getStarted.setAttribute('id', 'get-started');\n                getStarted.style.scrollMarginTop = scrollMarginTop;\n                let getStartedNav = document.createElement('li');\n                let getStartedNavLink = document.createElement('a');\n                getStartedNavLink.setAttribute('href', '#get-started');\n                getStartedNavLink.innerText = \"Get Started\";\n                getStartedNav.appendChild(getStartedNavLink);\n                navArr.push(getStartedNav);\n            }\n\n            if (whyHope) {\n                whyHope.setAttribute('id', 'why-hope');\n                whyHope.style.scrollMarginTop = scrollMarginTop;\n                let whyHopeNav = document.createElement('li');\n                let whyHopeNavLink = document.createElement('a');\n                whyHopeNavLink.setAttribute('href', '#why-hope');\n                whyHopeNavLink.innerText = \"Why HOPE?\";\n                whyHopeNav.appendChild(whyHopeNavLink);\n                navArr.push(whyHopeNav);\n            }\n\n            if (stories) {\n                stories.setAttribute('id', 'member-stories');\n                stories.style.scrollMarginTop = scrollMarginTop;\n                let storiesNav = document.createElement('li');\n                let storiesNavLink = document.createElement('a');\n                storiesNavLink.setAttribute('href', '#member-stories');\n                storiesNavLink.innerText = \"Member Stories\";\n                storiesNav.appendChild(storiesNavLink);\n                navArr.push(storiesNav);\n            }\n\n            if (faqs) {\n                faqs.setAttribute('id', 'faq');\n                faqs.style.scrollMarginTop = scrollMarginTop;\n                let faqsNav = document.createElement('li');\n                let faqsNavLink = document.createElement('a');\n                faqsNavLink.setAttribute('href', '#faq');\n                faqsNavLink.innerText = \"FAQs\";\n                faqsNav.appendChild(faqsNavLink);\n                navArr.push(faqsNav);\n            }\n\n            if (findBranch) {\n                findBranch.setAttribute('id', 'find-branch');\n                findBranch.style.scrollMarginTop = scrollMarginTop;\n                let findBranchNav = document.createElement('li');\n                let findBranchNavLink = document.createElement('a');\n                findBranchNavLink.setAttribute('href', '#find-branch');\n                findBranchNavLink.innerText = \"Find a Branch\";\n                findBranchNav.appendChild(findBranchNavLink);\n                navArr.push(findBranchNav);\n            }\n\n            if (info) {\n                info.setAttribute('id', 'request-information');\n                info.style.scrollMarginTop = scrollMarginTop;\n                let infoNav = document.createElement('li');\n                let infoNavLink = document.createElement('a');\n                infoNavLink.setAttribute('href', '#request-information');\n                infoNavLink.innerText = \"Request Information\";\n                infoNav.appendChild(infoNavLink);\n                navArr.push(infoNav);\n            }\n\n            navArr.forEach((navItem) => {\n                nav.appendChild(navItem);\n            });\n\n        });\n    })();\n<\/script>\n\n\n<section class=\"product-grid relative pv6\" id=\"product-grid-block_3d05b5041bee07a45e9433a54c2af5f9\" style=\"background-color: white;\">\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 hope-inner\">\n            <div class=\"hope-column-content-layout\">\n                <div class=\"hope-column-content-side\">\n                    <h2 class=\"hope-column-heading\">Find the Best Checking Account for You<\/h2>\n                    <div class=\"product-grid-copy mt3\">\n                        <p>All HOPE Checking Accounts Offer:<\/p>\n<ul>\n<li>Free Digital Banking (Online and Mobile)<sup>1<\/sup><\/li>\n<li>Free Bill Pay<\/li>\n<li>Free Remote Check Deposit<\/li>\n<li>Free HOPE24 Telephone Banking<\/li>\n<li>Free E-Statements<\/li>\n<li>Free HOPEAnytime ATM\/Debit Card<\/li>\n<li>Free Direct Deposit<\/li>\n<li>Automatic Transfers\/Drafts<\/li>\n<li>Overdraft Protection Program<\/li>\n<li>Shared Branching Network Access<\/li>\n<li>Federally Backed Security<\/li>\n<\/ul>\n<p><a href=\"https:\/\/apply.hopecu.org\/apply.aspx?enc=Kw21Wblm1yxpjJabdoZaD_7OovHWtbmdruV5ckyr02fvpJwHI3-YLeMTAfEZ5Lzz3boZhDPiRWcEvV0l1cdVqwLpgtIznf2FzM0HaAqkQJs\" target=\"_blank\" rel=\"noopener\">Open Account Online<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><sup>1<\/sup>Wireless carrier text and data fees may apply.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"hope-column-content-main product-grid\">\n                                            <div class=\"product-grid-item\">\n                            <h3 class=\"pgi-title\">Easy Checking<\/h3>\n                            <p class=\"pgi-desc mv3\">Easy Checking is a great account for people who have never had a checking account before.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/easy-checking\/\">Learn More<\/a>\n                        <\/div>\n                                            <div class=\"product-grid-item\">\n                            <h3 class=\"pgi-title\">Easy Checking Plus<\/h3>\n                            <p class=\"pgi-desc mv3\">HOPE\u2019s Easy Checking Plus account offers the same great benefits as our Easy Checking account.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/plus\/\">Learn More<\/a>\n                        <\/div>\n                                            <div class=\"product-grid-item\">\n                            <h3 class=\"pgi-title\">Rewards Checking<\/h3>\n                            <p class=\"pgi-desc mv3\">Earn up to 5.12% APY\u00b9 each month with no fee and no minimum balance.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/rewards-checking\/\">Learn More<\/a>\n                        <\/div>\n                                            <div class=\"product-grid-item\">\n                            <h3 class=\"pgi-title\">Student Checking<\/h3>\n                            <p class=\"pgi-desc mv3\">If you\u2019re just starting your financial journey, you want a checking account that has lots of options without a lot of fees or hassle.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/student-checking\/\">Learn More<\/a>\n                        <\/div>\n                                            <div class=\"product-grid-item\">\n                            <h3 class=\"pgi-title\">Choice Card<\/h3>\n                            <p class=\"pgi-desc mv3\">Gives you the flexibility to access and manage your money with the convenience of a debit-card-only account.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/choice-card\/\">Learn More<\/a>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section id=\"compare\" class=\"wp-block-group hope-page-wrapper has-hope-color-7-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-hope-color-1-color has-text-color has-link-color wp-elements-e9989aca3eda30ec231bb199a66f7e98\" id=\"h-checking-account-comparison-chart\"><strong>Checking Account Comparison Chart<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table comparison\"><table><thead><tr><th><\/th><th>Easy Checking<\/th><th>Easy Checking Plus<\/th><th>HOPE Rewards Checking<\/th><th>Student Checking<\/th><th>HOPE Choice Card<\/th><\/tr><\/thead><tbody><tr><td>Opening Balance Requirement<\/td><td>$25<\/td><td>$0<\/td><td>$0<\/td><td>$0<\/td><td>$0<\/td><\/tr><tr><td>Minimum Balance<\/td><td>$25<\/td><td>$0<\/td><td>$0<\/td><td>$0<\/td><td>$0<\/td><\/tr><tr><td>Monthly Fee<\/td><td>$9.95<br><small>Waived with $200 Minimum Balance<\/small><\/td><td>$7.95<br><small>Waived with $250 Minimum Balance<\/small><\/td><td>$0<\/td><td>$0<\/td><td>$4<\/td><\/tr><tr><td>Unlimited Transactions<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Electronic Transactions<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Paper Checks<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Free HOPENet Online Banking<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Free HOPENet Online Bill Payment<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Free HOPE Mobile Banking<sup>1<\/sup><\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><\/tr><tr><td>Free E-Statements<\/td><td>\u2713<\/td><td>\u2713<\/td><td>\u2713<\/td><td>&nbsp;\u2713 <small>$2.00 Monthly Paper Statement Fee<\/small><\/td><td>\u2713<\/td><\/tr><tr><td>Member Privilege Overdraft Protection Program<\/td><td>Available<br><\/td><td>Available<br><\/td><td>Available<br><\/td><td>Available<br><\/td><td>Available<br><\/td><\/tr><\/tbody><tfoot><tr><td><\/td><td><a href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/rewards-checking\/\">More&gt;<\/a><\/td><td><a href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/rewards-checking\/product\/personal\/checking\/plus\/\">More<\/a><a href=\"http:\/\/www.google.com\">&gt;<\/a><\/td><td><a href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/rewards-checking\/product\/personal\/checking\/plus\/\/product\/personal\/checking\/rewards-checking\/\">More&gt;<\/a><\/td><td><a href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/student-checking\/\">More&gt;<\/a><\/td><td><a href=\"https:\/\/www.hopecu.org\/product\/personal\/checking\/choice-card\/\">More&gt;<\/a><\/td><\/tr><\/tfoot><\/table><\/figure>\n<\/div><\/section>\n\n\n\n<section class=\"steps relative pv6\" id=\"steps-block_2f959a411311257fdad94cc427147213\" style=\"background-color: #F4F4F4;\">\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 hope-inner\">\n            <div class=\"hope-column-content-layout\">\n                <div class=\"hope-column-content-side\">\n                    <h2 class=\"hope-column-heading\">3 Easy Ways to Open an Account<\/h2>\n                <\/div>\n                <div class=\"hope-column-content-main step-grid\">\n                                            <div class=\"step\">\n                            <div class=\"step-number step-number-1\">\n                               1                            <\/div>\n                            <h3 class=\"pgi-title\">Open Online<\/h3>\n                            <p class=\"pgi-desc mv3\">It\u2019s quick and convenient to open your account online with our easy-to-use application.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/apply.hopecu.org\/apply.aspx?enc=Kw21Wblm1yxpjJabdoZaD_7OovHWtbmdruV5ckyr02fvpJwHI3-YLeMTAfEZ5Lzz3boZhDPiRWcEvV0l1cdVqwLpgtIznf2FzM0HaAqkQJs\">Open Account<\/a>\n                        <\/div>\n                                            <div class=\"step\">\n                            <div class=\"step-number step-number-2\">\n                               2                            <\/div>\n                            <h3 class=\"pgi-title\">Visit a branch<\/h3>\n                            <p class=\"pgi-desc mv3\">Stop by your nearest branch and open your account with a representative.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/branches\/\">Find a Branch<\/a>\n                        <\/div>\n                                            <div class=\"step\">\n                            <div class=\"step-number step-number-3\">\n                               3                            <\/div>\n                            <h3 class=\"pgi-title\">Call Us<\/h3>\n                            <p class=\"pgi-desc mv3\">Our friendly team members are ready to help get you started over the phone.<\/p>\n                            <a class=\"cta-btn btn-solid\" href=\"https:\/\/www.hopecu.org\/contact-us\/\">Contact Us<\/a>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"icon-grid-b relative pv6\" id=\"icon-grid-b-block_e15e8f082999e771c455e72309011699\" style=\"background: rgb(0,116,107); background: radial-gradient(circle, rgba(0,116,107,1) 0%, rgba(1,113,104,1) 25%, rgba(1,75,70,1) 100%);\">\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 hope-inner\">\n            <div class=\"hope-column-content-layout\">\n                <div class=\"hope-column-content-side\">\n                    <h2 class=\"hope-column-heading white\">Why Open a Checking Account with Hope Credit Union?<\/h2>\n                <\/div>\n                <div class=\"hope-column-content-main product-grid\">\n                                            <div>\n                            <img decoding=\"async\" class=\"igb-icon mb3\" src=\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2024\/05\/free-services.svg\" alt=\"Free Services Icon\">\n                            <h3 class=\"pgi-title white mb2\">Free Services<\/h3>\n                            <p class=\"pgi-desc white\">All our checking accounts offer free digital banking<sup>3<\/sup>, electronic bill payment, e-statements, HOPEAnytime Check Cards, and direct deposit.<\/p>\n                        <\/div>\n                                            <div>\n                            <img decoding=\"async\" class=\"igb-icon mb3\" src=\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2024\/08\/piggy-save.png\" alt=\"Fewer Fees Icon\">\n                            <h3 class=\"pgi-title white mb2\">Fewer Fees<\/h3>\n                            <p class=\"pgi-desc white\">We know you work hard for your money, so you deserve to keep more of it. Our accounts have fewer fees than big banks and check cashers.<\/p>\n                        <\/div>\n                                            <div>\n                            <img decoding=\"async\" class=\"igb-icon mb3\" src=\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2024\/08\/Icon-Graph-and-Arrow-Down.png\" alt=\"No (or Low) Opening Balance Requirements Icon\">\n                            <h3 class=\"pgi-title white mb2\">No (or Low) Opening Balance Requirements<\/h3>\n                            <p class=\"pgi-desc white\">Four of our five accounts have no minimum opening balances. Accounts that waive monthly fees based on balances also require very small minimum balances to receive that benefit.<\/p>\n                        <\/div>\n                                            <div>\n                            <img decoding=\"async\" class=\"igb-icon mb3\" src=\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2024\/05\/opportunities.svg\" alt=\"Opportunities For All Icon\">\n                            <h3 class=\"pgi-title white mb2\">Opportunities For All<\/h3>\n                            <p class=\"pgi-desc white\">We believe everyone deserves access to affordable everyday financial services. We have account options for individuals with no or damaged credit history.<\/p>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<section class=\"faq relative pv6\" id=\"faq-block_b9db86124d1c011525c80e7efc9ba3d1\"\n    style=\"background-color: #F2EFE5;\">\n    <div class=\"flex w-100 justify-center items-center\">\n        <div class=\"w-90 hope-inner\">\n            <div class=\"hope-column-content-layout\">\n                                    <div class=\"hope-column-content-side\">\n                        <h2 class=\"hope-column-heading mb3\">Frequently Asked Questions<\/h2>\n                        <p class=\"hope-column-copy\"><p>These are some of the things people want to know most often about our checking account options.<\/p>\n<\/p>\n                    <\/div>\n                                <div class=\"hope-column-content-main faq-accordion secwis-cont\" >\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>How do I open a checking account?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <p>You can open a checking account online or in-person at a branch. We can also provide assistance and help you get started over the phone.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>What type of information do I need to open a checking account?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <p>When opening a checking account, you will need:<\/p>\n<ul>\n<li>Two forms of ID (one photo ID)<\/li>\n<li>Proof of Address (if current address is different than shown on ID)<\/li>\n<li>Check or Money Order (or Cash at branches only) for:\n<ul>\n<li>Membership Fee: $10<\/li>\n<li>Initial Deposit: Minimum $15 in a basic savings account<\/li>\n<li>Deposits for any additional accounts you wish to open.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>How long does it take to open a checking account?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <p>It takes minutes to open your checking account online or in person.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>How long does it take to get a debit card?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <div class=\"elementor-toggle-item\">\n<div id=\"elementor-tab-content-2064\" class=\"elementor-tab-content elementor-clearfix elementor-active\" role=\"region\" data-tab=\"4\" aria-labelledby=\"elementor-tab-title-2064\">\n<p>After your checking account is opened, you\u2019ll receive your HOPEAnytime ATM\/check card within 12 to 15 business days. This card allows you to make purchases in-person or online and withdraw cash at ATMs.<\/p>\n<\/div>\n<\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>I have a bad, limited or no credit history. Can I still open a checking account?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <div class=\"elementor-toggle-item\">\n<div id=\"elementor-tab-content-2065\" class=\"elementor-tab-content elementor-clearfix elementor-active\" role=\"region\" data-tab=\"5\" aria-labelledby=\"elementor-tab-title-2065\">At Hope Credit Union, we believe in equal access to economic opportunities, and we seek to provide financial assistance whenever possible to those who are just starting out or rebuilding. Our HOPE Choice Card and Student Checking accounts are great options for first-time checking accounts and people rebuilding their financial history.<\/div>\n<div role=\"region\" data-tab=\"5\" aria-labelledby=\"elementor-tab-title-2065\"><\/div>\n<div class=\"elementor-tab-content elementor-clearfix elementor-active\" role=\"region\" data-tab=\"5\" aria-labelledby=\"elementor-tab-title-2065\">Contact us\u00a0to discuss your specific financial situation and see how we can help.<\/div>\n<\/div>\n<div class=\"elementor-toggle-item\">\n<h3 id=\"elementor-tab-title-2066\" class=\"elementor-tab-title\" role=\"button\" data-tab=\"6\" aria-controls=\"elementor-tab-content-2066\" aria-expanded=\"false\"><\/h3>\n<\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                            <div class=\"faq-acc-item\">\n                            <div class=\"faq-acc-heading flex justify-between items-center\">\n                                <h2>What\u2019s included for free with my checking account?<\/h2>\n                                <div class=\"acc-plus\">\n                                    <div class=\"plus-line plus-rt\"><\/div>\n                                    <div class=\"plus-line\"><\/div>\n                                <\/div>\n                            <\/div>\n                            <div class=\"faq-cont\">\n                                <div class=\"faq-cont-inner\">\n                                    <p>All HOPE checking accounts feature:<\/p>\n<ul>\n<li>Free HOPE digital banking (online and mobile)<\/li>\n<li>Free digital BillPay<\/li>\n<li>Free HOPE24 telephone banking<\/li>\n<li>Free e-statements<\/li>\n<li>Free HOPEAnytime ATM\/check card<\/li>\n<li>Free direct deposits<\/li>\n<li>Free automatic transfers<\/li>\n<li>Overdraft protection options<\/li>\n<li>Free access to our shared branch network<\/li>\n<li>Federally backed insurance from the National Credit Union Administration<\/li>\n<\/ul>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script defer>\n\n    (function () {\n        \n        const accordion = document.querySelectorAll('.faq-acc-heading');\n        const accordionContent = document.querySelectorAll('.faq-cont');\n\n        const plusAcc = document.querySelectorAll('div.plus-rt');\n\n        const maxHeight = \"max-content\";\n\n        accordion.forEach(acc => {\n            acc.addEventListener('click', (e) => {\n\n                let currentContent = acc.nextElementSibling;\n\n                const plus = acc.querySelector('div.plus-rt');\n\n                if (getComputedStyle(currentContent).height == '0px') {\n                    accordionContent.forEach(cont => {\n                        if (cont == currentContent) {\n                            let inner = cont.querySelector('.faq-cont-inner');\n                            let innerHeight = inner.clientHeight;\n                            cont.style.maxHeight = 'calc(' + innerHeight + 'px + 2rem)';\n                            cont.style.height = 'calc(' + innerHeight + 'px + 2rem)';\n                            plus.style.transform = 'rotate(90deg)';\n                            plusAcc.forEach(plusEl => {\n                                if (plusEl != plus) {\n                                    plusEl.style.transform = 'rotate(90deg)';\n                                }else{\n                                    plus.style.transform = 'rotate(0deg)';\n                                }\n                            });\n                        } else {\n                            cont.style.maxHeight = '0px';\n                            cont.style.paddingBottom = '0px';\n                            plus.style.transform = 'rotate(0deg)';\n                        }\n                    });\n                } else {\n                    currentContent.style.maxHeight = '0px';\n                    currentContent.style.height = '0px';\n                    currentContent.style.paddingBottom = '0px';\n                    plus.style.transform = 'rotate(90deg)';\n                }\n\n            });\n        });\n\n    })();\n\n<\/script>\n\n\n<section class=\"location-finder location-search relative\" id=\"location-finder-block_81e2b2afc9bf5d8a0147fa279b10e672\">\n    <div class=\"flex justify-center items-start\">\n        <div class=\"loc-search-box flex justify-center items-center\">\n            <div>\n                <h2 class=\"location-search-title mb3\">Find a Location<\/h2>\n                <p class=\"location-search-copy\">\n                    HOPE has 23 locations ready to serve you across the Deep South. Additionally, HOPE is a member\n                    of the <a class=\"underline\" href=\"https:\/\/www.sharedbranching.org\">Shared Branching Network<\/a>. This affiliation allows HOPE members to visit more than 5,000\n                    credit union locations nationwide.\n                <\/p>\n                <div class=\"filter-location-type flex justify-start items-center mv4\">\n                    <div class=\"flex items-center\">\n                        <input class=\"map-checkbox\" type=\"checkbox\" id=\"branch\" value=\"branch\">\n                        <label class=\"checkbox-lbl ml2\" for=\"branch\">Branch<\/label>\n                    <\/div>\n                    <div class=\"flex items-center ml4\">\n                        <input class=\"map-checkbox\" type=\"checkbox\" id=\"atm\" value=\"atm\">\n                        <label class=\"checkbox-lbl ml2\" for=\"atm\">ATM<\/label>\n                    <\/div>\n                <\/div>\n                <form action=\"\/branches\" method=\"get\" class=\"flex mb2\" id=\"zip-search\">\n                    <input type=\"text\" name=\"zipcode\" id=\"zipcode\" placeholder=\"Enter zip code\"                         class=\"footer-input w-60 bg-white\">\n                    <button type=\"submit\" class=\"footer-btn w-40 ml3\">Find Locations<\/button>\n                <\/form>\n                <a class=\"current-location white\" href=\"#\" id=\"use-my-location\">use my current location ><\/a>\n                <a class=\"current-location white db mt2\" href=\"\/branches\">view all locations ><\/a>\n            <\/div>\n        <\/div>\n        <div class=\"search-map-wrapper\">\n            <div class=\"loc-map-box-loader\" id=\"loc-search-map-loader\">\n\n            <\/div>\n            <div class=\"loc-map-box\" id=\"loc-search-map\">\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script>\n\n    (function () {\n        let map;\n\n        let locations = [{\"id\":602,\"title\":\"McGehee Road\",\"address\":{\"street\":\"3421 McGehee Road\",\"city__town__county\":\"Montgomery\",\"state\":\"AL\",\"zip\":\"36111\"},\"geo\":{\"latitude\":\"32.3338117\",\"longitude\":\"-86.2480703\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/mcgehee-road\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":794,\"title\":\"Arba Street\",\"address\":{\"street\":\"400 Arba Street\",\"city__town__county\":\"Montgomery\",\"state\":\"AL\",\"zip\":\"36094\"},\"geo\":{\"latitude\":\"32.36728\",\"longitude\":\"-86.304428\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/arba-street-branch\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":22431,\"title\":\"Parkway East\",\"address\":{\"street\":\"9178 Parkway East\",\"city__town__county\":\"Birmingham\",\"state\":\"AL\",\"zip\":\"35206\"},\"geo\":{\"latitude\":\"33.586587\",\"longitude\":\"-86.70132\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/parkway-east\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":797,\"title\":\"College Station\",\"address\":{\"street\":\"4000 Gray Street, Suite B\",\"city__town__county\":\"College Station\",\"state\":\"AR\",\"zip\":\"72053\"},\"geo\":{\"latitude\":\"34.707771\",\"longitude\":\"-92.223992\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/college-station\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2154,\"title\":\"Little Rock\",\"address\":{\"street\":\"8411 I-30\",\"city__town__county\":\"Little Rock\",\"state\":\"AR\",\"zip\":\"72209\"},\"geo\":{\"latitude\":\"34.6787379\",\"longitude\":\"-92.3228241\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/little-rock\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2156,\"title\":\"West Memphis\",\"address\":{\"street\":\"1114 Missouri Street\",\"city__town__county\":\"West Memphis\",\"state\":\"AR\",\"zip\":\"72301\"},\"geo\":{\"latitude\":\"35.1581223\",\"longitude\":\"-90.1848394\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/west-memphis-branch\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":22537,\"title\":\"Grady Memorial Hospital\",\"address\":{\"street\":\"80 Jesse Hill Jr. Drive, 2nd Floor\",\"city__town__county\":\"Atlanta\",\"state\":\"GA\",\"zip\":\"30302\"},\"geo\":{\"latitude\":\"33.7517323\",\"longitude\":\"-84.3820052\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/grady-memorial-hospital\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2158,\"title\":\"Central City\",\"address\":{\"street\":\"1726 O. C. Haley Blvd.\",\"city__town__county\":\"New Orleans\",\"state\":\"LA\",\"zip\":\"70113\"},\"geo\":{\"latitude\":\"30.022616\",\"longitude\":\"-89.997529\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/central-city-branch\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2160,\"title\":\"Elysian Fields\",\"address\":{\"street\":\"1635 Elysian Fields Avenue\",\"city__town__county\":\"New Orleans\",\"state\":\"LA\",\"zip\":\"70117\"},\"geo\":{\"latitude\":\"29.9740165\",\"longitude\":\"-90.0569617\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/elysian-fields\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2169,\"title\":\"Greenville\",\"address\":{\"street\":\"546  Martin Luther King Jr Blvd\",\"city__town__county\":\"Greenville\",\"state\":\"MS\",\"zip\":\"38701\"},\"geo\":{\"latitude\":\"33.4122053\",\"longitude\":\"-91.0405774\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/greenville\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2162,\"title\":\"Mississippi Coast\",\"address\":{\"street\":\"188 Porter Avenue\",\"city__town__county\":\"Biloxi\",\"state\":\"MS\",\"zip\":\"39530\"},\"geo\":{\"latitude\":\"30.398325\",\"longitude\":\"-88.901667\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/mississippi-coast-branch\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2186,\"title\":\"Louisville\",\"address\":{\"street\":\"16620 Main Street\",\"city__town__county\":\"Louisville\",\"state\":\"MS\",\"zip\":\"39339\"},\"geo\":{\"latitude\":\"33.123204\",\"longitude\":\"-89.017737\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/louisville\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2167,\"title\":\"Drew\",\"address\":{\"street\":\"140 West Shaw Avenue\",\"city__town__county\":\"Drew\",\"state\":\"MS\",\"zip\":\"38737\"},\"geo\":{\"latitude\":\"33.8103189\",\"longitude\":\"-90.5298526\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/drew\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2171,\"title\":\"Itta Bena\",\"address\":{\"street\":\"120 Humphrey Street\",\"city__town__county\":\"Itta Bena\",\"state\":\"MS\",\"zip\":\"38941\"},\"geo\":{\"latitude\":\"34.173592\",\"longitude\":\"-90.133045\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/itta-bena\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2182,\"title\":\"Medical Mall\",\"address\":{\"street\":\"350 Woodrow Wilson, Suite 370B\",\"city__town__county\":\"Jackson\",\"state\":\"MS\",\"zip\":\"39211\"},\"geo\":{\"latitude\":\"32.326836\",\"longitude\":\"-90.181584\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/medical-mall\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2184,\"title\":\"University Boulevard\",\"address\":{\"street\":\"1748 University Boulevard\",\"city__town__county\":\"Jackson\",\"state\":\"MS\",\"zip\":\"39201\"},\"geo\":{\"latitude\":\"32.2839423\",\"longitude\":\"-90.2080557\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/university-boulevard\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2188,\"title\":\"Moorhead\",\"address\":{\"street\":\"917 West Delta Avenue\",\"city__town__county\":\"Moorhead\",\"state\":\"MS\",\"zip\":\"38761\"},\"geo\":{\"latitude\":\"33.4500054\",\"longitude\":\"-90.5074523\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/moorhead\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2190,\"title\":\"Shaw\",\"address\":{\"street\":\"134 East Peeler Avenue\",\"city__town__county\":\"Shaw\",\"state\":\"MS\",\"zip\":\"38773\"},\"geo\":{\"latitude\":\"33.6021472\",\"longitude\":\"-90.7718222\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/shaw\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2192,\"title\":\"Terry\",\"address\":{\"street\":\"109 West Cunningham Street\",\"city__town__county\":\"Terry\",\"state\":\"MS\",\"zip\":\"39170\"},\"geo\":{\"latitude\":\"32.0964315\",\"longitude\":\"-90.295226\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/terry-ms\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2194,\"title\":\"Utica\",\"address\":{\"street\":\"106 East Main Street\",\"city__town__county\":\"Utica\",\"state\":\"MS\",\"zip\":\"39175\"},\"geo\":{\"latitude\":\"32.1076818\",\"longitude\":\"-90.6171108\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/utica\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":22714,\"title\":\"I-55 Branch\",\"address\":{\"street\":\"5471 I-55 North\",\"city__town__county\":\"Jackson\",\"state\":\"MS\",\"zip\":\"39206\"},\"geo\":{\"latitude\":\"32.3488744\",\"longitude\":\"-90.1528435\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/i-55-branch\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2196,\"title\":\"West Point\",\"address\":{\"street\":\"470 Commerce Street\",\"city__town__county\":\"West Point\",\"state\":\"MS\",\"zip\":\"39773\"},\"geo\":{\"latitude\":\"33.604621\",\"longitude\":\"-88.6475567\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/west-point\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2198,\"title\":\"Crosstown\",\"address\":{\"street\":\"1350 Concourse Avenue, Suite 115\",\"city__town__county\":\"Memphis\",\"state\":\"TN\",\"zip\":\"38104\"},\"geo\":{\"latitude\":\"35.1522219\",\"longitude\":\"-90.014873\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/crosstown\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2200,\"title\":\"Harvester Lane\",\"address\":{\"street\":\"3048 Harvester Lane\",\"city__town__county\":\"Memphis\",\"state\":\"TN\",\"zip\":\"38127\"},\"geo\":{\"latitude\":\"35.20918\",\"longitude\":\"-90.0426738\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/harvester-lane\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2202,\"title\":\"Madison Avenue\",\"address\":{\"street\":\"1451 Madison Avenue\",\"city__town__county\":\"Memphis\",\"state\":\"TN\",\"zip\":\"38104\"},\"geo\":{\"latitude\":\"35.1384937\",\"longitude\":\"-90.012872\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/madison-avenue\\\/\",\"type\":[\"ATM\",\"Branch\"]},{\"id\":2204,\"title\":\"Ridgeway Road\",\"address\":{\"street\":\"2923 Ridgeway Road\",\"city__town__county\":\"Memphis\",\"state\":\"TN\",\"zip\":\"38115\"},\"geo\":{\"latitude\":\"35.068573\",\"longitude\":\"-89.85674\"},\"permalink\":\"https:\\\/\\\/www.hopecu.org\\\/branches\\\/ridgeway\\\/\",\"type\":[\"ATM\",\"Branch\"]}];\n\n        async function initMap(location_type) {\n\n            const { Map } = await google.maps.importLibrary(\"maps\");\n            const { AdvancedMarkerElement } = await google.maps.importLibrary(\"marker\");\n\n            const location = { lat: 31.991321, lng: -88.539914 };\n            const zoom_level = 6;\n\n            map = new Map(document.getElementById(\"loc-search-map\"), {\n                center: location,\n                zoom: zoom_level,\n                disableDefaultUI: true,\n                zoomControl: true,\n                mapId: \"aa8d3eca2eba7d65\",\n            });\n\n            google.maps.event.addListener(map, 'idle', function () {\n                console.log('map is idle');\n            });\n\n\n            let openInfoWindow = null;\n\n            if (location_type != undefined) {\n                locations.forEach(loc => {\n\n                    if (loc.type.includes(location_type)) {\n\n\n\n                        let marker = new AdvancedMarkerElement({\n                            map: map,\n                            position: { lat: parseFloat(loc.geo.latitude, 10), lng: parseFloat(loc.geo.longitude, 10) },\n                            title: loc.title,\n                        });\n\n                        let infowindow = new google.maps.InfoWindow({\n                            content: `\n                                <div class=\"location-info-window\">\n                                    <a href=\"${loc.permalink}\" class=\"location-info-window-link\">${loc.title} Branch<\/a>\n                                <\/div>\n                            `,\n                        });\n\n                        marker.addListener(\"click\", () => {\n\n                            if (openInfoWindow) {\n                                openInfoWindow.close();\n                            }\n\n                            const infowindow = new google.maps.InfoWindow({\n                                content: `\n                                    <div class=\"location-info-window\">\n                                        <a href=\"${loc.permalink}\" class=\"location-info-window-link\">${loc.title} Branch<\/a>\n                                    <\/div>\n                                `,\n                            });\n\n                            infowindow.open({\n                                anchor: marker,\n                                map,\n                            });\n\n                            openInfoWindow = infowindow;\n\n                        });\n\n                    }\n\n                });\n            } else {\n                locations.forEach(loc => {\n\n                    let marker = new AdvancedMarkerElement({\n                        map: map,\n                        position: { lat: parseFloat(loc.geo.latitude, 10), lng: parseFloat(loc.geo.longitude, 10) },\n                        title: loc.title,\n                    });\n\n                    let infowindow = new google.maps.InfoWindow({\n                        content: `\n                            <div class=\"location-info-window\">\n                                <a href=\"${loc.permalink}\" class=\"location-info-window-link\">${loc.title} Branch<\/a>\n                            <\/div>\n                        `,\n                    });\n\n                    marker.addListener(\"click\", () => {\n\n                        if (openInfoWindow) {\n                            openInfoWindow.close();\n                        }\n\n                        const infowindow = new google.maps.InfoWindow({\n                            content: `\n                                <div class=\"location-info-window\">\n                                    <a href=\"${loc.permalink}\" class=\"location-info-window-link\">${loc.title} Branch<\/a>\n                                <\/div>\n                        `,\n                        });\n\n                        infowindow.open({\n                            anchor: marker,\n                            map,\n                        });\n\n                        openInfoWindow = infowindow;\n\n                    });\n\n                });\n            }\n\n        }\n\n        initMap();\n\n        let branchCheckbox = document.getElementById('branch');\n        let atmCheckbox = document.getElementById('atm');\n\n        let geolocation = document.getElementById('use-my-location');\n\n        branchCheckbox.addEventListener('change', () => {\n            atmCheckbox.checked = false;\n            if (branchCheckbox.checked) {\n                initMap('Branch');\n            } else {\n                initMap();\n            }\n        });\n\n        atmCheckbox.addEventListener('change', () => {\n            branchCheckbox.checked = false;\n            if (atmCheckbox.checked) {\n                initMap('ATM');\n            } else {\n                initMap();\n            }\n        });\n\n        geolocation.addEventListener('click', function (e) {\n\n            e.preventDefault();\n\n            if (\"geolocation\" in navigator) {\n                navigator.geolocation.getCurrentPosition(\n                    function (position) {\n\n                        let latitude = position.coords.latitude;\n                        let longitude = position.coords.longitude;\n\n                        const geocodingUrl = `https:\/\/api.opencagedata.com\/geocode\/v1\/json?key=a07432513be14bbcbd702ba923eab752&q=${latitude},${longitude}&no_annotations=1&pretty=1`;\n\n                        fetch(geocodingUrl)\n                            .then((response) => {\n                                if (!response.ok) {\n                                    throw new Error('Network response was not ok');\n                                }\n                                return response.json();\n                            })\n                            .then((data) => {\n                                let zipcode = null;\n                                zipcode = data.results[0].components.postcode;\n\n                                if (zipcode) {\n                                    window.location.href = \"\/branches?zipcode=\" + zipcode;\n                                } else {\n                                    console.error('ZIP code not found for the given coordinates.');\n                                }\n                            })\n                            .catch((error) => {\n                                console.error('There was a problem with the fetch operation:', error);\n                            });\n\n                    },\n                    function (error) {\n                        console.error(\"Error getting location: \" + error.message);\n                    }\n                );\n            }\n\n        });\n\n    })();\n\n<\/script>\n\n\n<section class=\" contact-us pv5\" id=\"contact-us-block_108496ac0ffb744d685f7870ff1de79c\"\n    style=\" background-color: #F4F4F4; \">\n    <div class=\"flex justify-center\">\n        <div class=\"w-90 hope-inner flex justify-center items-start contact-us-wrap\">\n            <div class=\"w-third\">\n                <h2 class=\"contact-heading mb3\">\n                    Contact Us                <\/h2>\n                <p class=\"contact-copy\">\n                    If you have questions or need additional information about a checking account, send a note to your closest branch.                <\/p>\n            <\/div>\n            <div class=\"w-two-thirds ml6\">\n                <script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_26' ><style>#gform_wrapper_26[data-form-index=\"0\"].gform-theme,[data-parent-form=\"26_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_26' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_26' id='gform_26'  action='\/wp-json\/wp\/v2\/pages\/1931#gf_26' data-formid='26' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_26' class='gform_fields top_label form_sublabel_below description_above validation_below'><li id=\"field_26_13\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_26_13'>\n                            \n                            <span id='input_26_13_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_13.3' id='input_26_13_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_26_13_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First<\/label>\n                                                <\/span>\n                            \n                            <span id='input_26_13_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_13.6' id='input_26_13_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_26_13_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_26_6\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_6'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_6' id='input_26_6' type='email' value='' class='large'   placeholder='Email Address' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_26_5\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_5'>Phone Number<\/label><div class='ginput_container ginput_container_text'><input name='input_5' id='input_26_5' type='text' value='' class='large'    placeholder='Phone Number'  aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_11\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_11'>Untitled<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_11' id='input_26_11' type='text' value='' class='large'    placeholder='City' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_12'>State<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_26_12' type='text' value='' class='large'    placeholder='State' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_26_9\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_9'>Select Your Branch<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_9' id='input_26_9' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='' selected='selected' class='gf_placeholder'>Choose Your Branch from the List<\/option><option value='AL - Montgomery - Arba Street' >AL &#8211; Montgomery &#8211; Arba Street<\/option><option value='AL - Montgomery - McGehee Road' >AL &#8211; Montgomery &#8211; McGehee Road<\/option><option value='AR - College Station' >AR &#8211; College Station<\/option><option value='AR - Little Rock' >AR &#8211; Little Rock<\/option><option value='AR - West Memphis' >AR &#8211; West Memphis<\/option><option value='LA - New Orleans - Central City' >LA &#8211; New Orleans &#8211; Central City<\/option><option value='LA - New Orleans - Elysian Fields' >LA &#8211; New Orleans &#8211; Elysian Fields<\/option><option value='MS - Biloxi' >MS &#8211; Biloxi<\/option><option value='MS - Drew' >MS &#8211; Drew<\/option><option value='MS - Greenville' >MS &#8211; Greenville<\/option><option value='MS - Itta Bena' >MS &#8211; Itta Bena<\/option><option value='MS - Jackson - Medical Mall' >MS &#8211; Jackson &#8211; Medical Mall<\/option><option value='MS - Jackson - University Boulevard' >MS &#8211; Jackson &#8211; University Boulevard<\/option><option value='MS - Louisville' >MS &#8211; Louisville<\/option><option value='MS - Moorhead' >MS &#8211; Moorhead<\/option><option value='MS - Shaw' >MS &#8211; Shaw<\/option><option value='MS - Terry' >MS &#8211; Terry<\/option><option value='MS - Utica' >MS &#8211; Utica<\/option><option value='MS - West Point' >MS &#8211; West Point<\/option><option value='TN - Memphis - Crosstown' >TN &#8211; Memphis &#8211; Crosstown<\/option><option value='TN - Memphis - Harvester Lane' >TN &#8211; Memphis &#8211; Harvester Lane<\/option><option value='TN - Memphis - Madison Avenue' >TN &#8211; Memphis &#8211; Madison Avenue<\/option><option value='TN - Memphis - Ridgeway Road' >TN &#8211; Memphis &#8211; Ridgeway Road<\/option><option value='Test' >Test<\/option><\/select><\/div><\/li><li id=\"field_26_2\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_above hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_26_2'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_2' id='input_26_2' class='textarea large'    placeholder='Your Message'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_26_7\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_7' id='input_26_7' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/li><li id=\"field_26_14\" class=\"gfield gfield--type-turnstile gfield--input-type-turnstile gfield--width-full field_sublabel_below gfield--no-description field_description_above field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_turnstile'><div class=\"cf-turnstile\" id=\"cf-turnstile_26\" data-js-turnstile data-response-field-name=\"cf-turnstile-response_26\" data-theme=\"light\" data-sitekey=\"0x4AAAAAAAy5H03N6btXw10z\"><\/div><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_26' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> <input type='hidden' name='gform_ajax' value='form_id=26&amp;title=&amp;description=1&amp;tabindex=0&amp;theme=legacy&amp;styles=[]&amp;hash=197fc75ef918d483700dc20dbb060ff7' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_26' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_26' id='gform_theme_26' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_26' id='gform_style_settings_26' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_26' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='26' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_26' value='WyJ7XCI5XCI6W1wiOWE2MGI5YjRkN2U4NTllMTFkMTQ1YzdlNDNkMDYxMGFcIixcIjUwZDEwYzkzMjdhYjkzMmFmM2ZhM2M0ODZiNDVmOTY3XCIsXCI2ZWI5NDE3MWRlMzViNDBlNDc5MGQwYjFlNmMxZTZiMlwiLFwiNjY2OWE5MzY3ZDFjZTI2MjY3NDVhZTk4MTNlNGNmZjFcIixcIjY2Yzc4YTI5OTYzNzZmNTZhNDljZjNjNjBmNzZjMzA2XCIsXCI1NDhhODYyNjJiMDI2MWI0M2RiOTU2ZWUzYmEwNjZhMVwiLFwiYThhYWRkM2VlN2QyNjMyZmQzZjFiNmFjMWIyNWQxZGZcIixcImNjZjhjZWFiOTE0ODAzNTY3MDIyYzBkM2RkNTRkNTdjXCIsXCI5Yjc4Yzk5ZGU3NTNiMjQ4OTc1NDVkY2ZjY2Q2MDdmYVwiLFwiOGM1ZjBhN2MyMzUxM2NlYTc4ZDUzYWUxMzIzZmU3NjRcIixcIjMxOGU3MTMyMjJlOTlmZGYwYTBhNzEzNzA3NjUwNzA5XCIsXCI3NDRiNWNkNGE1OGVjZWU5MThkZDYwNTI2M2UzNmZlM1wiLFwiYzUyNTA5OGQzNGNjODdiZGEwNTQ2ZDRlOWFhODk1MGVcIixcIjRlZjJiNmIxMzJiODdlN2NkNzlhMjIwMjQ5YWY2MDFjXCIsXCIyOThhN2I5YThjZGVmM2ZlZTY3NGJiNTJmZTg5YmVmYlwiLFwiNzgxNjdiZjM5NTMwZTE0MDZmNjU4NzdhNDk0MmJmOTFcIixcIjU2YWY0NWI4YWU3ODFiZmUyNDA5NGEzNzU4OTg4ZWQzXCIsXCJkMWYxZTMxZWFkYTRiMDRiMzdlOTVkMzIwMjdiZjYxNlwiLFwiNjI1YjdhZmRkOTQ2NzQwZTgzYzIxZWFmMjFhMjU0NTNcIixcImZhMTZhNmYyMjdiNjM5Y2ViYTYwOGE2NzlhZWU1Mjc5XCIsXCIzMWJkYWEyZjljYTU2YTZmNWRmNDNlMmFkZTE3MTI4MFwiLFwiYzVmY2EyM2I2OTM2OTJlYjRiMGE3NDRhMzNmZDRkN2VcIixcIjJkMGY5NTQ2NzhkNDZjYTQ1ODMzOTM2YTViNjg1YjkzXCIsXCJjNzNkYTk2MjIwZGIyMjliOWMxODZkYzhiMTE2OWVlMlwiXX0iLCIxOTcxMDBiNmQyZjIwNmE0MjdlZTI4NWE4Y2UwZTJlYSJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_26' id='gform_target_page_number_26' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_26' id='gform_source_page_number_26' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_26' id='gform_ajax_frame_26' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 26, 'https:\/\/www.hopecu.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_26').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_26');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_26').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_26').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_26').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_26').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_26').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_26').val();gformInitSpinner( 26, 'https:\/\/www.hopecu.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [26, current_page]);window['gf_submitting_26'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_26').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_26').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [26]);window['gf_submitting_26'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_26').text());}else{jQuery('#gform_26').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"26\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_26\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_26\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_26\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 26, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n    <style>\n        h2.contact-heading{\n            color: var(--hc1);\n        }\n        p.contact-copy , .gform_confirmation_message{\n            color: #707070;\n        }\n        div.ginput_container input{\n            border-bottom-color: var(--hc1) !important;\n            color: #707070 !important;\n        }\n        div.ginput_container input::placeholder{\n            color: #707070 !important;\n        }\n        div.ginput_container textarea{\n            border: 2px solid var(--hc1) !important;\n        }\n        div.ginput_container textarea::placeholder{\n            color: #707070 !important;\n        }\n        div.ginput_container select{\n            border: 2px solid var(--hc1) !important;\n        }\n        label.gform-field-label{\n            color: #707070 !important;\n        }\n        input.gform_button , input.gform_button:hover{\n            background-color: var(--hc1) !important;\n            color: white !important;\n        }\n        div.validation_message{\n            opacity: .75 !important;\n        }\n        div.gform_validation_errors{\n            opacity: .75 !important;\n        }\n    <\/style>\n\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"How do I open a checking account?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can open a checking account online or in-person at a branch. We can also provide assistance and help you get started over the phone.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What type of information do I need to open a checking account?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"When opening a checking account, you will need: Two forms of ID (one photo ID), Proof of Address (if current address is different than shown on ID), Check or Money Order (or Cash at branches only) for: Membership Fee: $10, Initial Deposit: Minimum $15 in a basic savings account, Deposits for any additional accounts you wish to open.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How long does it take to open a checking account?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"It takes minutes to open your checking account online or in person.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How long does it take to get a debit card?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"After your checking account is opened, you\u2019ll receive your HOPEAnytime ATM\/check card within 12 to 15 business days. This card allows you to make purchases in-person or online and withdraw cash at ATMs.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"I have a bad, limited or no credit history. Can I still open a checking account?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"At Hope Credit Union, we believe in equal access to economic opportunities, and we seek to provide financial assistance whenever possible to those who are just starting out or rebuilding. Our HOPE Choice Card and Student Checking accounts are great options for first-time checking accounts and people rebuilding their financial history. Contact us to discuss your specific financial situation and see how we can help.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What\u2019s included for free with my checking account?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"All HOPE checking accounts feature: Free HOPE digital banking (online and mobile), Free digital BillPay, Free HOPE24 telephone banking, Free e-statements, Free HOPEAnytime ATM\/check card, Free direct deposits, Free automatic transfers, Overdraft protection options, Free access to our shared branch network, Federally backed insurance from the National Credit Union Administration\"\n    }\n  }]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Checking Account Comparison Chart Easy Checking Easy Checking Plus HOPE Rewards Checking Student Checking HOPE Choice Card Opening Balance Requirement $25 $0 $0 $0 $0 Minimum Balance $25 $0 $0 $0 $0 Monthly Fee $9.95Waived with $200 Minimum Balance $7.95Waived with $250 Minimum Balance $0 $0 $4 Unlimited Transactions \u2713 \u2713 \u2713 \u2713 \u2713 Electronic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1927,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1931","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.3 (Yoast SEO v23.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Personal Checking Accounts | Hope Credit Union<\/title>\n<meta name=\"description\" content=\"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hopecu.org\/personal\/checking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Checking\" \/>\n<meta property=\"og:description\" content=\"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hopecu.org\/personal\/checking\/\" \/>\n<meta property=\"og:site_name\" content=\"Hope CU\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/HopeCreditUnion\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-24T16:29:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@hopecreditunion\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hopecu.org\/personal\/checking\/\",\"url\":\"https:\/\/www.hopecu.org\/personal\/checking\/\",\"name\":\"Personal Checking Accounts | Hope Credit Union\",\"isPartOf\":{\"@id\":\"https:\/\/www.hopecu.org\/#website\"},\"datePublished\":\"2024-06-04T14:14:56+00:00\",\"dateModified\":\"2025-10-24T16:29:44+00:00\",\"description\":\"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.hopecu.org\/personal\/checking\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hopecu.org\/personal\/checking\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.hopecu.org\/personal\/checking\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.hopecu.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Checking\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hopecu.org\/#website\",\"url\":\"https:\/\/www.hopecu.org\/\",\"name\":\"Hope CU\",\"description\":\"Brighter Futures Begin with HOPE.\",\"publisher\":{\"@id\":\"https:\/\/www.hopecu.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hopecu.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.hopecu.org\/#organization\",\"name\":\"Hope CU\",\"url\":\"https:\/\/www.hopecu.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hopecu.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2025\/01\/HOPE-30th-logo_credit-horizontal.png\",\"contentUrl\":\"https:\/\/www.hopecu.org\/wp-content\/uploads\/2025\/01\/HOPE-30th-logo_credit-horizontal.png\",\"width\":2265,\"height\":448,\"caption\":\"Hope CU\"},\"image\":{\"@id\":\"https:\/\/www.hopecu.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/HopeCreditUnion\/\",\"https:\/\/x.com\/hopecreditunion\",\"https:\/\/www.instagram.com\/hopecreditunion\",\"https:\/\/www.linkedin.com\/company\/hope-federal-credit-union\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Personal Checking Accounts | Hope Credit Union","description":"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.hopecu.org\/personal\/checking\/","og_locale":"en_US","og_type":"article","og_title":"Checking","og_description":"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.","og_url":"https:\/\/www.hopecu.org\/personal\/checking\/","og_site_name":"Hope CU","article_publisher":"https:\/\/www.facebook.com\/HopeCreditUnion\/","article_modified_time":"2025-10-24T16:29:44+00:00","twitter_card":"summary_large_image","twitter_site":"@hopecreditunion","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hopecu.org\/personal\/checking\/","url":"https:\/\/www.hopecu.org\/personal\/checking\/","name":"Personal Checking Accounts | Hope Credit Union","isPartOf":{"@id":"https:\/\/www.hopecu.org\/#website"},"datePublished":"2024-06-04T14:14:56+00:00","dateModified":"2025-10-24T16:29:44+00:00","description":"Find checking accounts at Hope Credit Union. Learn more about our checking accounts today.","breadcrumb":{"@id":"https:\/\/www.hopecu.org\/personal\/checking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hopecu.org\/personal\/checking\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.hopecu.org\/personal\/checking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hopecu.org\/"},{"@type":"ListItem","position":2,"name":"Checking"}]},{"@type":"WebSite","@id":"https:\/\/www.hopecu.org\/#website","url":"https:\/\/www.hopecu.org\/","name":"Hope CU","description":"Brighter Futures Begin with HOPE.","publisher":{"@id":"https:\/\/www.hopecu.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hopecu.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hopecu.org\/#organization","name":"Hope CU","url":"https:\/\/www.hopecu.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hopecu.org\/#\/schema\/logo\/image\/","url":"https:\/\/www.hopecu.org\/wp-content\/uploads\/2025\/01\/HOPE-30th-logo_credit-horizontal.png","contentUrl":"https:\/\/www.hopecu.org\/wp-content\/uploads\/2025\/01\/HOPE-30th-logo_credit-horizontal.png","width":2265,"height":448,"caption":"Hope CU"},"image":{"@id":"https:\/\/www.hopecu.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/HopeCreditUnion\/","https:\/\/x.com\/hopecreditunion","https:\/\/www.instagram.com\/hopecreditunion","https:\/\/www.linkedin.com\/company\/hope-federal-credit-union\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/pages\/1931","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/comments?post=1931"}],"version-history":[{"count":84,"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/pages\/1931\/revisions"}],"predecessor-version":[{"id":22551,"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/pages\/1931\/revisions\/22551"}],"up":[{"embeddable":true,"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/pages\/1927"}],"wp:attachment":[{"href":"https:\/\/www.hopecu.org\/wp-json\/wp\/v2\/media?parent=1931"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}