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.4539,-86.1155)};var g_47bead2b6b25842328af2fa32017ec20 = new google.maps.Geocoder();g_47bead2b6b25842328af2fa32017ec20.geocode( { 'address': "65696 AL-77, Talladega, AL 35160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('talladega-AL-alabama-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('talladega-AL-alabama-farm-credit'), mapOptions);}document.getElementById('06aa607b').innerHTML += ' | View Map';var $l47bead2b6b25842328af2fa32017ec20 = '

Alabama Farm Credit

Address: 65696 AL-77, Talladega, AL 35160, USA
Phone: (256) 362-0507
';var m_47bead2b6b25842328af2fa32017ec20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Farm Credit',});m_47bead2b6b25842328af2fa32017ec20['infowindow'] = new google.maps.InfoWindow({content: $l47bead2b6b25842328af2fa32017ec20});var infowindow = new google.maps.InfoWindow({content: $l47bead2b6b25842328af2fa32017ec20});google.maps.event.addListener(m_47bead2b6b25842328af2fa32017ec20, 'click', function() {infowindow.open(map,m_47bead2b6b25842328af2fa32017ec20);});$marker.push(m_47bead2b6b25842328af2fa32017ec20);}});}google.maps.event.addDomListener(window, 'load', initialize);