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.6121,-95.0427)};var g_26ad170c68ecdd5c60a02aa15c6c6a6b = new google.maps.Geocoder();g_26ad170c68ecdd5c60a02aa15c6c6a6b.geocode( { 'address': "100 E Main St, Clarksville, TX 75426, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TX-adkins-united-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TX-adkins-united-finance-co'), mapOptions);}document.getElementById('9acb9ee7').innerHTML += ' | View Map';var $l26ad170c68ecdd5c60a02aa15c6c6a6b = '

Adkins United Finance Co

Address: 100 E Main St, Clarksville, TX 75426, USA
Phone: (903) 427-5663
';var m_26ad170c68ecdd5c60a02aa15c6c6a6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adkins United Finance Co',});m_26ad170c68ecdd5c60a02aa15c6c6a6b['infowindow'] = new google.maps.InfoWindow({content: $l26ad170c68ecdd5c60a02aa15c6c6a6b});var infowindow = new google.maps.InfoWindow({content: $l26ad170c68ecdd5c60a02aa15c6c6a6b});google.maps.event.addListener(m_26ad170c68ecdd5c60a02aa15c6c6a6b, 'click', function() {infowindow.open(map,m_26ad170c68ecdd5c60a02aa15c6c6a6b);});$marker.push(m_26ad170c68ecdd5c60a02aa15c6c6a6b);}});}google.maps.event.addDomListener(window, 'load', initialize);