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.9976,-96.404)};var g_51c548bbd8d99a9e586a72dc77c57b5d = new google.maps.Geocoder();g_51c548bbd8d99a9e586a72dc77c57b5d.geocode( { 'address': "2303 W Main St, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-farm-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-farm-credit-services'), mapOptions);}document.getElementById('c5c1150e').innerHTML += ' | View Map';var $l51c548bbd8d99a9e586a72dc77c57b5d = '

Farm Credit Services

Address: 2303 W Main St, Durant, OK 74701, USA
Phone: (580) 924-8008
';var m_51c548bbd8d99a9e586a72dc77c57b5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farm Credit Services',});m_51c548bbd8d99a9e586a72dc77c57b5d['infowindow'] = new google.maps.InfoWindow({content: $l51c548bbd8d99a9e586a72dc77c57b5d});var infowindow = new google.maps.InfoWindow({content: $l51c548bbd8d99a9e586a72dc77c57b5d});google.maps.event.addListener(m_51c548bbd8d99a9e586a72dc77c57b5d, 'click', function() {infowindow.open(map,m_51c548bbd8d99a9e586a72dc77c57b5d);});$marker.push(m_51c548bbd8d99a9e586a72dc77c57b5d);}});}google.maps.event.addDomListener(window, 'load', initialize);