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.4957,-97.742)};var g_1b6bb35cabf686bcdab0e25ff19f504a = new google.maps.Geocoder();g_1b6bb35cabf686bcdab0e25ff19f504a.geocode( { 'address': "1081 Cornwell Dr #401, Yukon, OK 73099, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yukon-OK-red-river-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('yukon-OK-red-river-credit-corporation'), mapOptions);}document.getElementById('6b05baf9').innerHTML += ' | View Map';var $l1b6bb35cabf686bcdab0e25ff19f504a = '

Red River Credit Corporation

Address: 1081 Cornwell Dr #401, Yukon, OK 73099, USA
Phone: (405) 354-1930
';var m_1b6bb35cabf686bcdab0e25ff19f504a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Credit Corporation',});m_1b6bb35cabf686bcdab0e25ff19f504a['infowindow'] = new google.maps.InfoWindow({content: $l1b6bb35cabf686bcdab0e25ff19f504a});var infowindow = new google.maps.InfoWindow({content: $l1b6bb35cabf686bcdab0e25ff19f504a});google.maps.event.addListener(m_1b6bb35cabf686bcdab0e25ff19f504a, 'click', function() {infowindow.open(map,m_1b6bb35cabf686bcdab0e25ff19f504a);});$marker.push(m_1b6bb35cabf686bcdab0e25ff19f504a);}});}google.maps.event.addDomListener(window, 'load', initialize);