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.3661,-89.521)};var g_0c5f6fe6ecff25adbe0b2e7b60c5df11 = new google.maps.Geocoder();g_0c5f6fe6ecff25adbe0b2e7b60c5df11.geocode( { 'address': "914 Van Buren Ave, Oxford, MS 38655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-first-south-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-first-south-farm-credit'), mapOptions);}document.getElementById('3c15ad8a').innerHTML += ' | View Map';var $l0c5f6fe6ecff25adbe0b2e7b60c5df11 = '

First South Farm Credit

Address: 914 Van Buren Ave, Oxford, MS 38655, USA
Phone: (662) 234-5015
';var m_0c5f6fe6ecff25adbe0b2e7b60c5df11 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First South Farm Credit',});m_0c5f6fe6ecff25adbe0b2e7b60c5df11['infowindow'] = new google.maps.InfoWindow({content: $l0c5f6fe6ecff25adbe0b2e7b60c5df11});var infowindow = new google.maps.InfoWindow({content: $l0c5f6fe6ecff25adbe0b2e7b60c5df11});google.maps.event.addListener(m_0c5f6fe6ecff25adbe0b2e7b60c5df11, 'click', function() {infowindow.open(map,m_0c5f6fe6ecff25adbe0b2e7b60c5df11);});$marker.push(m_0c5f6fe6ecff25adbe0b2e7b60c5df11);}});}google.maps.event.addDomListener(window, 'load', initialize);