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.7674,-85.8933)};var g_f883e0d24a78b0f05da41c6dab3c54bb = new google.maps.Geocoder();g_f883e0d24a78b0f05da41c6dab3c54bb.geocode( { 'address': "120 Big Valley Dr, Alexandria, AL 36250"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-AL-cheaha-bank').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-AL-cheaha-bank'), mapOptions);}document.getElementById('d1fa5c44').innerHTML += ' | View Map';var $lf883e0d24a78b0f05da41c6dab3c54bb = '

Cheaha Bank

Address: 120 Big Valley Dr, Alexandria, AL 36250
Phone: (256) 847-8802
';var m_f883e0d24a78b0f05da41c6dab3c54bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cheaha Bank',});m_f883e0d24a78b0f05da41c6dab3c54bb['infowindow'] = new google.maps.InfoWindow({content: $lf883e0d24a78b0f05da41c6dab3c54bb});var infowindow = new google.maps.InfoWindow({content: $lf883e0d24a78b0f05da41c6dab3c54bb});google.maps.event.addListener(m_f883e0d24a78b0f05da41c6dab3c54bb, 'click', function() {infowindow.open(map,m_f883e0d24a78b0f05da41c6dab3c54bb);});$marker.push(m_f883e0d24a78b0f05da41c6dab3c54bb);}});}google.maps.event.addDomListener(window, 'load', initialize);