#import "*/brand-prime.fhtml" as brands>
<#assign exitDisclosureLeavingSite_default = "First National Bank of Omaha" /> <#-- for exit disclosures -->
<#include "*/comp/head-items-top.fhtml" />
Commercial, ${brands.bankFullName}
<#assign metaDescription="First National Bank offers deposit services, global banking, credit cards, loans and financing products to Commercial and Corporate Businesses in the Midwest." in brands>
<#assign metaKeywords="wire transfer, corporate card, corporate lending, corporate credit card, corporate visa card, corporate mastercard, tributary capital management, global banking, capital markets" in brands>
<#assign metaRobots="all" in brands>
<#include "*/comp/head-items-homepage.fhtml" />
<#assign hasGlobalAlertMsg = 't' in brands /> <#-- global alert message (hasGlobalAlertMsg) is set to true in teamsite for this page -->
<#assign hasCustomAlertMsg = "${(brands.hasCustomAlertMsg)!'f'}" in brands /> <#-- default hasCustomAlertMsg to F if it has not been set already -->
<#assign hasGlobalAlertMsg = "${(brands.hasGlobalAlertMsg)!'f'}" in brands /> <#-- default hasGlobalAlertMsg to F if it has not been set already -->
<#if (brands.hasCustomAlertMsg == 't')|| (brands.hasGlobalAlertMsg == 't') >
<#-- these get set in s_catalyst.tpl -->
<#assign sc_audience = "Corporate" in brands>
<#assign sc_cat = "Corporate" in brands>
<#assign sc_subcat = "Resource Center" in brands>
<#assign sc_third = "Newsletters" in brands>
<#include "/comp/s-catalyst.fhtml">