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(31.8117,-97.4908)};var g_677402edccad1017c26431e2b69da61e = new google.maps.Geocoder();g_677402edccad1017c26431e2b69da61e.geocode( { 'address': "702 W 5th St, Clifton, TX 76634"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-TX-capital-farm-credit').style.display = '';map = new google.maps.Map(document.getElementById('clifton-TX-capital-farm-credit'), mapOptions);}document.getElementById('42e3ef3c').innerHTML += ' | View Map';var $l677402edccad1017c26431e2b69da61e = '

Capital Farm Credit

Address: 702 W 5th St, Clifton, TX 76634
Phone: (254) 675-8698
';var m_677402edccad1017c26431e2b69da61e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Farm Credit',});m_677402edccad1017c26431e2b69da61e['infowindow'] = new google.maps.InfoWindow({content: $l677402edccad1017c26431e2b69da61e});var infowindow = new google.maps.InfoWindow({content: $l677402edccad1017c26431e2b69da61e});google.maps.event.addListener(m_677402edccad1017c26431e2b69da61e, 'click', function() {infowindow.open(map,m_677402edccad1017c26431e2b69da61e);});$marker.push(m_677402edccad1017c26431e2b69da61e);}});}google.maps.event.addDomListener(window, 'load', initialize);