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(35.5081,-98.9922)};var g_9201921952970cb78c9fbf5ec623f263 = new google.maps.Geocoder();g_9201921952970cb78c9fbf5ec623f263.geocode( { 'address': "2600 W Modelle Ave, Clinton, OK 73601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-OK-farm-credit-western-oklahoma').style.display = '';map = new google.maps.Map(document.getElementById('clinton-OK-farm-credit-western-oklahoma'), mapOptions);}document.getElementById('a41b3e2b').innerHTML += ' | View Map';var $l9201921952970cb78c9fbf5ec623f263 = '

Farm Credit-Western Oklahoma

Address: 2600 W Modelle Ave, Clinton, OK 73601, USA
Phone: (580) 323-0342
';var m_9201921952970cb78c9fbf5ec623f263 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit-Western Oklahoma',});m_9201921952970cb78c9fbf5ec623f263['infowindow'] = new google.maps.InfoWindow({content: $l9201921952970cb78c9fbf5ec623f263});var infowindow = new google.maps.InfoWindow({content: $l9201921952970cb78c9fbf5ec623f263});google.maps.event.addListener(m_9201921952970cb78c9fbf5ec623f263, 'click', function() {infowindow.open(map,m_9201921952970cb78c9fbf5ec623f263);});$marker.push(m_9201921952970cb78c9fbf5ec623f263);}});}google.maps.event.addDomListener(window, 'load', initialize);