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.2339,-87.6186)};var g_ffae6555097116f27108b748d65c71d1 = new google.maps.Geocoder();g_ffae6555097116f27108b748d65c71d1.geocode( { 'address': "1100 20th St, Haleyville, AL 35565"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haleyville-AL-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('haleyville-AL-first-national-bank'), mapOptions);}document.getElementById('f95b68c6').innerHTML += ' | View Map';var $lffae6555097116f27108b748d65c71d1 = '

First National Bank

Address: 1100 20th St, Haleyville, AL 35565
Phone: (205) 486-8121
';var m_ffae6555097116f27108b748d65c71d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_ffae6555097116f27108b748d65c71d1['infowindow'] = new google.maps.InfoWindow({content: $lffae6555097116f27108b748d65c71d1});var infowindow = new google.maps.InfoWindow({content: $lffae6555097116f27108b748d65c71d1});google.maps.event.addListener(m_ffae6555097116f27108b748d65c71d1, 'click', function() {infowindow.open(map,m_ffae6555097116f27108b748d65c71d1);});$marker.push(m_ffae6555097116f27108b748d65c71d1);}});}google.maps.event.addDomListener(window, 'load', initialize);