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(32.5762,-85.499)};var g_8714d6373039e0c20b15d489ae5e458d = new google.maps.Geocoder();g_8714d6373039e0c20b15d489ae5e458d.geocode( { 'address': "1642 S College St, Auburn, AL 36832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburn-AL-first-south-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('auburn-AL-first-south-farm-credit'), mapOptions);}document.getElementById('c03703d5').innerHTML += ' | View Map';var $l8714d6373039e0c20b15d489ae5e458d = '

First South Farm Credit

Address: 1642 S College St, Auburn, AL 36832, USA
Phone: (334) 826-5263
';var m_8714d6373039e0c20b15d489ae5e458d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First South Farm Credit',});m_8714d6373039e0c20b15d489ae5e458d['infowindow'] = new google.maps.InfoWindow({content: $l8714d6373039e0c20b15d489ae5e458d});var infowindow = new google.maps.InfoWindow({content: $l8714d6373039e0c20b15d489ae5e458d});google.maps.event.addListener(m_8714d6373039e0c20b15d489ae5e458d, 'click', function() {infowindow.open(map,m_8714d6373039e0c20b15d489ae5e458d);});$marker.push(m_8714d6373039e0c20b15d489ae5e458d);}});}google.maps.event.addDomListener(window, 'load', initialize);