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(34.7252,-86.5663)};var g_38d08c1c0ff579873c6f676d8b6f170c = new google.maps.Geocoder();g_38d08c1c0ff579873c6f676d8b6f170c.geocode( { 'address': "2101 Clinton Ave W, STE 101, Huntsville, AL 35805"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-first-national-bank'), mapOptions);}document.getElementById('d50c8095').innerHTML += ' | View Map';var $l38d08c1c0ff579873c6f676d8b6f170c = '

First National Bank

Address: 2101 Clinton Ave W, STE 101, Huntsville, AL 35805
Phone: (256) 532-3113
';var m_38d08c1c0ff579873c6f676d8b6f170c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_38d08c1c0ff579873c6f676d8b6f170c['infowindow'] = new google.maps.InfoWindow({content: $l38d08c1c0ff579873c6f676d8b6f170c});var infowindow = new google.maps.InfoWindow({content: $l38d08c1c0ff579873c6f676d8b6f170c});google.maps.event.addListener(m_38d08c1c0ff579873c6f676d8b6f170c, 'click', function() {infowindow.open(map,m_38d08c1c0ff579873c6f676d8b6f170c);});$marker.push(m_38d08c1c0ff579873c6f676d8b6f170c);}});}google.maps.event.addDomListener(window, 'load', initialize);