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.9908,-96.3769)};var g_27e19985e986bf7df9fbaba3527a013d = new google.maps.Geocoder();g_27e19985e986bf7df9fbaba3527a013d.geocode( { 'address': "143 W Main St, Durant, OK 74701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('durant-OK-red-river-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('durant-OK-red-river-credit-corporation'), mapOptions);}document.getElementById('6798957d').innerHTML += ' | View Map';var $l27e19985e986bf7df9fbaba3527a013d = '

Red River Credit Corporation

Address: 143 W Main St, Durant, OK 74701, USA
Phone: (580) 920-1511
';var m_27e19985e986bf7df9fbaba3527a013d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Credit Corporation',});m_27e19985e986bf7df9fbaba3527a013d['infowindow'] = new google.maps.InfoWindow({content: $l27e19985e986bf7df9fbaba3527a013d});var infowindow = new google.maps.InfoWindow({content: $l27e19985e986bf7df9fbaba3527a013d});google.maps.event.addListener(m_27e19985e986bf7df9fbaba3527a013d, 'click', function() {infowindow.open(map,m_27e19985e986bf7df9fbaba3527a013d);});$marker.push(m_27e19985e986bf7df9fbaba3527a013d);}});}google.maps.event.addDomListener(window, 'load', initialize);