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.5914,-85.8445)};var g_0e252616229cf190376bf954c8e7ade7 = new google.maps.Geocoder();g_0e252616229cf190376bf954c8e7ade7.geocode( { 'address': "2341 AL-21, Oxford, AL 36203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-AL-first-south-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('oxford-AL-first-south-farm-credit'), mapOptions);}document.getElementById('b998f164').innerHTML += ' | View Map';var $l0e252616229cf190376bf954c8e7ade7 = '

First South Farm Credit

Address: 2341 AL-21, Oxford, AL 36203, USA
Phone: (256) 831-6778
';var m_0e252616229cf190376bf954c8e7ade7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First South Farm Credit',});m_0e252616229cf190376bf954c8e7ade7['infowindow'] = new google.maps.InfoWindow({content: $l0e252616229cf190376bf954c8e7ade7});var infowindow = new google.maps.InfoWindow({content: $l0e252616229cf190376bf954c8e7ade7});google.maps.event.addListener(m_0e252616229cf190376bf954c8e7ade7, 'click', function() {infowindow.open(map,m_0e252616229cf190376bf954c8e7ade7);});$marker.push(m_0e252616229cf190376bf954c8e7ade7);}});}google.maps.event.addDomListener(window, 'load', initialize);