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_80d45f59fc71f3050f5762eb28341fdd = new google.maps.Geocoder();g_80d45f59fc71f3050f5762eb28341fdd.geocode( { 'address': "720 Gallatin St SW, Huntsville, AL 35801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntsville-AL-first-bank-inc').style.display = '';map = new google.maps.Map(document.getElementById('huntsville-AL-first-bank-inc'), mapOptions);}document.getElementById('49540a67').innerHTML += ' | View Map';var $l80d45f59fc71f3050f5762eb28341fdd = '

First Bank Inc

Address: 720 Gallatin St SW, Huntsville, AL 35801
Phone: (256) 801-9543
';var m_80d45f59fc71f3050f5762eb28341fdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Inc',});m_80d45f59fc71f3050f5762eb28341fdd['infowindow'] = new google.maps.InfoWindow({content: $l80d45f59fc71f3050f5762eb28341fdd});var infowindow = new google.maps.InfoWindow({content: $l80d45f59fc71f3050f5762eb28341fdd});google.maps.event.addListener(m_80d45f59fc71f3050f5762eb28341fdd, 'click', function() {infowindow.open(map,m_80d45f59fc71f3050f5762eb28341fdd);});$marker.push(m_80d45f59fc71f3050f5762eb28341fdd);}});}google.maps.event.addDomListener(window, 'load', initialize);