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.2815,-86.1921)};var g_fb4d518989bdeae9784d99c398f86f1f = new google.maps.Geocoder();g_fb4d518989bdeae9784d99c398f86f1f.geocode( { 'address': "808 AL-75, Albertville, AL 35951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albertville-AL-alabama-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('albertville-AL-alabama-farm-credit'), mapOptions);}document.getElementById('7c242c86').innerHTML += ' | View Map';var $lfb4d518989bdeae9784d99c398f86f1f = '

Alabama Farm Credit

Address: 808 AL-75, Albertville, AL 35951, USA
Phone: (256) 878-2631
';var m_fb4d518989bdeae9784d99c398f86f1f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Farm Credit',});m_fb4d518989bdeae9784d99c398f86f1f['infowindow'] = new google.maps.InfoWindow({content: $lfb4d518989bdeae9784d99c398f86f1f});var infowindow = new google.maps.InfoWindow({content: $lfb4d518989bdeae9784d99c398f86f1f});google.maps.event.addListener(m_fb4d518989bdeae9784d99c398f86f1f, 'click', function() {infowindow.open(map,m_fb4d518989bdeae9784d99c398f86f1f);});$marker.push(m_fb4d518989bdeae9784d99c398f86f1f);}});}google.maps.event.addDomListener(window, 'load', initialize);