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.6134,-95.0501)};var g_c4f3b8011a8d742f04801b9a49dae90f = new google.maps.Geocoder();g_c4f3b8011a8d742f04801b9a49dae90f.geocode( { 'address': "401 N Locust St, Clarksville, TX 75426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TX-texas-farm-credit-clarksville').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TX-texas-farm-credit-clarksville'), mapOptions);}document.getElementById('9ac8403b').innerHTML += ' | View Map';var $lc4f3b8011a8d742f04801b9a49dae90f = '

Texas Farm Credit Clarksville

Address: 401 N Locust St, Clarksville, TX 75426, USA
Phone: (903) 427-5675
';var m_c4f3b8011a8d742f04801b9a49dae90f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Farm Credit Clarksville',});m_c4f3b8011a8d742f04801b9a49dae90f['infowindow'] = new google.maps.InfoWindow({content: $lc4f3b8011a8d742f04801b9a49dae90f});var infowindow = new google.maps.InfoWindow({content: $lc4f3b8011a8d742f04801b9a49dae90f});google.maps.event.addListener(m_c4f3b8011a8d742f04801b9a49dae90f, 'click', function() {infowindow.open(map,m_c4f3b8011a8d742f04801b9a49dae90f);});$marker.push(m_c4f3b8011a8d742f04801b9a49dae90f);}});}google.maps.event.addDomListener(window, 'load', initialize);