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(36.7027,-101.484)};var g_227e072d131ba77451d8f27ab9afdfb7 = new google.maps.Geocoder();g_227e072d131ba77451d8f27ab9afdfb7.geocode( { 'address': "Guymon, OK 73942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guymon-OK-farm-credit-association').style.display = '';map = new google.maps.Map(document.getElementById('guymon-OK-farm-credit-association'), mapOptions);}document.getElementById('7ec7def1').innerHTML += ' | View Map';var $l227e072d131ba77451d8f27ab9afdfb7 = '

Farm Credit Association

Address: Guymon, OK 73942, USA
Phone: (580) 338-3828
';var m_227e072d131ba77451d8f27ab9afdfb7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Association',});m_227e072d131ba77451d8f27ab9afdfb7['infowindow'] = new google.maps.InfoWindow({content: $l227e072d131ba77451d8f27ab9afdfb7});var infowindow = new google.maps.InfoWindow({content: $l227e072d131ba77451d8f27ab9afdfb7});google.maps.event.addListener(m_227e072d131ba77451d8f27ab9afdfb7, 'click', function() {infowindow.open(map,m_227e072d131ba77451d8f27ab9afdfb7);});$marker.push(m_227e072d131ba77451d8f27ab9afdfb7);}});}google.maps.event.addDomListener(window, 'load', initialize);