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.9982,-81.0325)};var g_7acccf55c279f4d0a270e729112f0b2f = new google.maps.Geocoder();g_7acccf55c279f4d0a270e729112f0b2f.geocode( { 'address': "1901 Main St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-ag-first-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-ag-first-farm-credit'), mapOptions);}document.getElementById('41c91dd3').innerHTML += ' | View Map';var $l7acccf55c279f4d0a270e729112f0b2f = '

Ag First Farm Credit

Address: 1901 Main St, Columbia, SC 29201
Phone: (803) 667-9119
';var m_7acccf55c279f4d0a270e729112f0b2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ag First Farm Credit',});m_7acccf55c279f4d0a270e729112f0b2f['infowindow'] = new google.maps.InfoWindow({content: $l7acccf55c279f4d0a270e729112f0b2f});var infowindow = new google.maps.InfoWindow({content: $l7acccf55c279f4d0a270e729112f0b2f});google.maps.event.addListener(m_7acccf55c279f4d0a270e729112f0b2f, 'click', function() {infowindow.open(map,m_7acccf55c279f4d0a270e729112f0b2f);});$marker.push(m_7acccf55c279f4d0a270e729112f0b2f);}});}google.maps.event.addDomListener(window, 'load', initialize);