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.9422,-96.3998)};var g_f7e00e679176622e85a62c1df7c200be = new google.maps.Geocoder();g_f7e00e679176622e85a62c1df7c200be.geocode( { 'address': "10 Waldron Rd, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-rural-enterprise-inc').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-rural-enterprise-inc'), mapOptions);}document.getElementById('536924ae').innerHTML += ' | View Map';var $lf7e00e679176622e85a62c1df7c200be = '

Rural Enterprise Inc

Address: 10 Waldron Rd, Durant, OK 74701, USA
Phone: (580) 924-5094
';var m_f7e00e679176622e85a62c1df7c200be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rural Enterprise Inc',});m_f7e00e679176622e85a62c1df7c200be['infowindow'] = new google.maps.InfoWindow({content: $lf7e00e679176622e85a62c1df7c200be});var infowindow = new google.maps.InfoWindow({content: $lf7e00e679176622e85a62c1df7c200be});google.maps.event.addListener(m_f7e00e679176622e85a62c1df7c200be, 'click', function() {infowindow.open(map,m_f7e00e679176622e85a62c1df7c200be);});$marker.push(m_f7e00e679176622e85a62c1df7c200be);}});}google.maps.event.addDomListener(window, 'load', initialize);