In observance of Martin Luther King Jr. Day, all First County Bank branches will be closed on Monday, January 19, 2026.
In observance of Martin Luther King Jr. Day, all First County Bank branches will be closed on Monday, January 19, 2026.
FDIC-Insured - Backed by the full faith and credit of the U.S. Government
Investment Products are not insured by the FDIC, are not deposits, and may lose value.
Visit First County Bank's website
My Account
  • Online Banking
  • First County Advisors
  • Remote Deposit Capture
  • Credit Cards
  • Access Your Benefits
Investment Products are not insured by the FDIC, are not deposits, and may lose value.
    FDIC-Insured - Backed by the full faith and credit of the U.S. Government
  • About Us
  • Careers
  • Visit First County Bank's website
  • Resources
    • Blog
    • Events
    • News
  • Today’s Rates
    • Deposit Rates
    • Mortgage Rates
  • Locations
  • Contact Us
  • Call
  • Call Mobile
  • Open An
    Account
  • My Account
    • Online Banking
    • First County Advisors
    • Remote Deposit Capture
    • Credit Cards
    • Access Your Benefits
logo
  • Personal Banking
    • personal links
      • Checking Accounts
        • Compare Checking Accounts
        • Switch Kit
        • ATM Access
        • Debit MasterCard
        • Reorder Checks
        • Questions?
          Contact Us
      • Savings Account
        • Compare Savings Accounts
        • Certificate of Deposit | CD Rates
        • Retirement Savings
        • Questions?
          Contact Us
      • Online Banking
      • Mobile Banking
      • Loans
      • Insurance
      • Credit Cards
    • Question Title
      • We’re here to help.
        Contact Us now for more information or service for your account.
  • Business Banking
    • Links
      • Business Checking
      • Savings & Money Market
      • Business Debit & Credit Cards
      • Business Lending
      • Cash Management
      • Online & Mobile Banking
      • Business Contacts
    • Question Title
      • We’re here to help.
        Contact Us now for more information or service for your account.
  • Mortgage Center
    • Mortgage Links
      • Mortgage Resources
        • Mortgage Process
        • Glossary
        • Homebuyer Resources
        • Questions?
          Contact Us
      • Mortgage Options
      • Home Equity
      • Mortgage Calculators/Application
      • Mortgage Rates
      • Mortgage Experts
    • Question Title
      • We’re here to help.
        Contact Us now for more information or service for your account.
  • Wealth Management
  • Foundation
    • Community Links
      • Grant Applications
      • Richard E. Taber Citizenship Award
      • Grant Recipients
      • Foundation News
  • LOCATIONS
  • 203-462-4400
  • clear
  • About Us
  • Careers
  • Resources
    • Blog
    • Events
    • News
  • Today’s Rates
    • Deposit Rates
    • Mortgage Rates
  • Locations
  • Contact Us
  • Call
  • Call Mobile
  • Open An
    Account
  • My Account
    • Online Banking
    • First County Advisors
    • Remote Deposit Capture
    • Credit Cards
    • Access Your Benefits

Blog

  • Show all
  • Bank News
  • Community Focus
  • Digital Connection
  • Employee Spotlight
  • Events
  • Foundation News
  • Helpful Tips
  • Press Releases
  • Products & Services
  • Security
  • Smart Savings Tips
  • Videos

June 28, 2023

First County Bank Foundation Donates $515,000 to Local Nonprofits

Community Focus,Press Releases,Bank News,Foundation News


Read More

June 25, 2023

Tips for Avoiding Identity Theft

Security,Bank News


Read More

June 21, 2023

First County Bank Welcomes Two New Corporators

Press Releases,Bank News


Read More

June 13, 2023

Banking Solutions for Attorneys: IOLTA at First County Bank

Products & Services,Bank News


Read More

May 17, 2023

Discover the Benefits of Opening CDs at First County Bank

Smart Savings Tips,Bank News


Read More

April 14, 2023

Why Your Money is Safer at First County Bank

Bank News


Read More

April 13, 2023

First County Bank’s FirstPrize $avings Account Drawing Awarded to Norwalk Resident

Press Releases,Bank News


Read More

January 30, 2023

New Domain Invoice Scam Targets Business Owners

Security,Bank News


Read More

January 26, 2023

Norwalk Resident is Latest Winner of First County Bank’s FirstPrize $avings Account Drawing

Press Releases,Bank News


Read More

January 13, 2023

First County Bank Promotes Lynn Long to Senior Vice President, Chief Marketing Officer

Press Releases,Bank News


Read More

January 5, 2023

First County Bank Foundation Now Accepting Annual CommunityFirst Grant Applications: Online Applications Due by 3/31/23

Press Releases,Foundation News,Bank News


Read More

November 3, 2022

Stamford Resident is Latest Winner of First County Bank’s FirstPrize $avings Account Drawing

Press Releases,Bank News


Read More

  • 1
  • …
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

Bank News

First County Bank Foundation Now Accepting Annual CommunityFirst Grant Applications: Online Applications Due by 3/31/25

First County Bank’s FirstPrize Savings Drawing Awarded to Stamford Resident

First County Bank Chairman and CEO Robert J. Granata Receives Person of Vision Award

Read More

Contact Center

Weekdays / 8:30am-4:30pm
203-462-4400

Touch-tone / 24/7
203-462-4300

Send Us A Message

To help protect your privacy, please avoid including sensitive information such as Social Security or account numbers when submitting messages through this form.

    © 2025 First County Bank.  All Rights Reserved.
    Site designed and powered by Insomnia Graphix.

    Disclosures & Schedule of Charges
    Customer Security Awareness
    Privacy Policies

    Terms of Use
    Site Map
    Accessibility

    Connect With Us

    jQuery(document).ready(function(){ jQuery('a[href^="http"]').not('a[href*="firstcountybank.com"]').attr('target','_blank'); jQuery('a[href$=".pdf"]').attr('target','_blank'); }); //**************************************CF7 FIX jQuery( ".wpcf7-inline-wrapper > p:not(.wpcf7-inline-field)" ).remove(); jQuery( ".wpcf7 br" ).remove(); //*****************************************TABS jQuery(window).on('load',function(){ jQuery(".nav-tabs").on( 'shown.bs.tab', function() { window.dispatchEvent(new CustomEvent('boxResized')); } ); }); //*****************************************MOBILE SEARCH jQuery('.mobileSearchIcon').click(function() { jQuery('.mobileSearch').toggleClass('show'); }); jQuery('.accountMobile').click(function() { jQuery('.accountDrop').toggleClass('show'); }); //*****MOBILE MENU document.addEventListener( 'click', function (e) { // If you only want this on mobile, uncomment: // if (window.innerWidth > 959) return; // Click on the parent link inside .blockAdd var link = e.target.closest('.blockAdd > a'); if (!link) return; //e.preventDefault(); //e.stopImmediatePropagation(); var li = link.closest('.blockAdd'); if (!li) return; // Level 1: the mega-menu-inner UL directly under .blockAdd var panel = li.querySelector(':scope > ul'); if (!panel) return; // Level 2: its first drop-menu var drop = panel.querySelector(':scope > li:first-child > ul.drop-menu'); if (!drop) return; var isOpen = panel.dataset.fcbOpen === 'true'; if (!isOpen) { // OPEN: mark, add class, and force display inline panel.dataset.fcbOpen = 'true'; panel.classList.add('block'); drop.classList.add('block'); panel.style.setProperty('display', 'block', 'important'); drop.style.setProperty('display', 'block', 'important'); drop.style.setProperty('visibility', 'visible', 'important'); drop.style.setProperty('pointer-events', 'auto', 'important'); } else { // CLOSE: clear markers, remove inline display panel.dataset.fcbOpen = 'false'; panel.classList.remove('block'); drop.classList.remove('block'); panel.style.removeProperty('display'); drop.style.removeProperty('display'); drop.style.removeProperty('visibility'); drop.style.removeProperty('pointer-events'); } }, true ); //******************************************EXIT INTENT // Open external links in a popup modal notice jQuery(window).on('load', function() { jQuery('.menu-item a').removeAttr('data-toggle'); jQuery.expr[":"].external = function(a) { var linkhn = a.hostname.split('.').reverse(); var linkHref = linkhn[1] + "." + linkhn[0]; var domainhn = window.location.hostname.split('.').reverse(); var domainHref = domainhn[1] + "." + domainhn[0]; return !a.href.match(/^mailto\:/) && !a.href.match(/^tel\:/) && linkHref !== domainHref; }; jQuery('a:external').addClass("ext_link"); jQuery('.safe a').removeClass("ext_link"); jQuery('.njt-nofi-notification-bar a').removeClass("ext_link"); jQuery(function() { jQuery('a.ext_link').click(function(event) { event.preventDefault(); // Prevent the default link behavior var url = jQuery(this).attr('href'); // Open the modal jQuery('#speedbump').addClass('show'); // Event handler for the continue button jQuery('.btn-modal.btn-continue').off('click').on('click', function() { window.open(url); jQuery('#speedbump').removeClass('show'); }); // Event handler for the close button jQuery('.btn-modal.btn-close').off('click').on('click', function() { jQuery('#speedbump').removeClass('show'); }); }); }); }); // END MODAL //******************************************ADVISORS NAV jQuery(document).ready(function(){ jQuery("body[class*='id-12511'] a.navbar-brand").attr("href", "https://www.firstcountybank.com/advisors/"); jQuery("body[class*='id-12511'] #main-logo").addClass("safe"); jQuery("body.first-county-advisors a.navbar-brand").attr("href", "https://www.firstcountybank.com/advisors/"); jQuery("body.first-county-advisors #main-logo").addClass("safe"); jQuery("body.tax-portfolio_category a.navbar-brand").attr("href", "https://www.firstcountybank.com/advisors/"); jQuery("body.tax-portfolio_category #main-logo").addClass("safe"); jQuery("body.single-portfolio a.navbar-brand").attr("href", "https://www.firstcountybank.com/advisors/"); jQuery("body.sungle-portfolio #main-logo").addClass("safe"); jQuery(".advisors #menu-item-12576").addClass("safe") jQuery(".advisors a.navbar-brand").attr("href", "https://www.firstcountybank.com/advisors/"); jQuery(".advisors #main-logo").addClass("safe"); jQuery(".advisors #menu-item-12576").addClass("safe") }); //*****FIX MENU when Notibar is there // Use jQuery noConflict mode to avoid conflicts with other libraries jQuery.noConflict(); // Wait for the DOM to be fully loaded jQuery(document).ready(function($) { // Function to check if #masthead has the class .is_stuck and add .stuckUp to .igmenu if it does function checkSticky() { if ($('#masthead').hasClass('is_stuck')) { $('.igmenu').addClass('stuckUp'); } else { $('.igmenu').removeClass('stuckUp'); } } // Call checkSticky on page load checkSticky(); // Call checkSticky on every scroll event $(window).scroll(function() { checkSticky(); }); });

    You are accessing a resource that includes multiple links to data not hosted on our web site.

    This service has been provided for your education and convenience only. It does not imply that the First County Bank endorses or sponsors the included companies or organizations. We also cannot guarantee the accuracy of the information offered or the privacy of any information you may disclose while on these sites.

    The products and services offered on 3rd party sites, including investment and insurance products, are not products of First County Bank and may not be insured by the FDIC.

    Thank you.