
  window.addEventListener('load', function() {
    if (window.location.pathname == '/') {
      gtag('event', 'conversion', {
        'send_to': 'AW-11110927809/y_0jCP2m5pAYEMGbjbIp'
      });
    }
    window.addEventListener('click', function(e) {
      if (e.target.closest('a') && e.target.closest('a').innerText.includes("Open an Account")) {
        gtag('event', 'conversion', {
          'send_to': 'AW-11110927809/c9ciCPqm5pAYEMGbjbIp'
        });
      }
    });
  });




