var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(33.5186,-86.8084)};var g_0a6ad41f086b7d5700c2cc9e937bd348 = new google.maps.Geocoder();g_0a6ad41f086b7d5700c2cc9e937bd348.geocode( { 'address': "5 Inverness Center Pkwy, Birmingham, AL 35242"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-national-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-national-bank-of-commerce'), mapOptions);}document.getElementById('119bc7ab').innerHTML += ' | View Map';var $l0a6ad41f086b7d5700c2cc9e937bd348 = '

National Bank Of Commerce

Address: 5 Inverness Center Pkwy, Birmingham, AL 35242
Phone: (205) 313-2100
';var m_0a6ad41f086b7d5700c2cc9e937bd348 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Commerce',});m_0a6ad41f086b7d5700c2cc9e937bd348['infowindow'] = new google.maps.InfoWindow({content: $l0a6ad41f086b7d5700c2cc9e937bd348});var infowindow = new google.maps.InfoWindow({content: $l0a6ad41f086b7d5700c2cc9e937bd348});google.maps.event.addListener(m_0a6ad41f086b7d5700c2cc9e937bd348, 'click', function() {infowindow.open(map,m_0a6ad41f086b7d5700c2cc9e937bd348);});$marker.push(m_0a6ad41f086b7d5700c2cc9e937bd348);}});}google.maps.event.addDomListener(window, 'load', initialize);