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(34.5984,-102.778)};var g_717202aa1548f636a178d57515acd707 = new google.maps.Geocoder();g_717202aa1548f636a178d57515acd707.geocode( { 'address': "1602 W Highway 60, Friona, TX 79035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('friona-TX-agtexas-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('friona-TX-agtexas-farm-credit-services'), mapOptions);}document.getElementById('e8f6e91a').innerHTML += ' | View Map';var $l717202aa1548f636a178d57515acd707 = '

AgTexas Farm Credit Services

Address: 1602 W Highway 60, Friona, TX 79035, USA
Phone: (806) 250-2758
';var m_717202aa1548f636a178d57515acd707 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'AgTexas Farm Credit Services',});m_717202aa1548f636a178d57515acd707['infowindow'] = new google.maps.InfoWindow({content: $l717202aa1548f636a178d57515acd707});var infowindow = new google.maps.InfoWindow({content: $l717202aa1548f636a178d57515acd707});google.maps.event.addListener(m_717202aa1548f636a178d57515acd707, 'click', function() {infowindow.open(map,m_717202aa1548f636a178d57515acd707);});$marker.push(m_717202aa1548f636a178d57515acd707);}});}google.maps.event.addDomListener(window, 'load', initialize);