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.8145,-94.6267)};var g_a2ec35c98a4e9f66f3fb3416a1995762 = new google.maps.Geocoder();g_a2ec35c98a4e9f66f3fb3416a1995762.geocode( { 'address': "13 W Division St, Stilwell, OK 74960, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stilwell-OK-red-river-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('stilwell-OK-red-river-credit-corporation'), mapOptions);}document.getElementById('da549062').innerHTML += ' | View Map';var $la2ec35c98a4e9f66f3fb3416a1995762 = '

Red River Credit Corporation

Address: 13 W Division St, Stilwell, OK 74960, USA
Phone: (918) 696-6000
';var m_a2ec35c98a4e9f66f3fb3416a1995762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Credit Corporation',});m_a2ec35c98a4e9f66f3fb3416a1995762['infowindow'] = new google.maps.InfoWindow({content: $la2ec35c98a4e9f66f3fb3416a1995762});var infowindow = new google.maps.InfoWindow({content: $la2ec35c98a4e9f66f3fb3416a1995762});google.maps.event.addListener(m_a2ec35c98a4e9f66f3fb3416a1995762, 'click', function() {infowindow.open(map,m_a2ec35c98a4e9f66f3fb3416a1995762);});$marker.push(m_a2ec35c98a4e9f66f3fb3416a1995762);}});}google.maps.event.addDomListener(window, 'load', initialize);