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.3497,-96.9114)};var g_d0095d3cd2f747ab23126a366739afb5 = new google.maps.Geocoder();g_d0095d3cd2f747ab23126a366739afb5.geocode( { 'address': "1601 N Harrison St, Shawnee, OK 74804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawnee-OK-red-river-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('shawnee-OK-red-river-credit-corporation'), mapOptions);}document.getElementById('f7fe970b').innerHTML += ' | View Map';var $ld0095d3cd2f747ab23126a366739afb5 = '

Red River Credit Corporation

Address: 1601 N Harrison St, Shawnee, OK 74804, USA
Phone: (405) 273-1977
';var m_d0095d3cd2f747ab23126a366739afb5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Credit Corporation',});m_d0095d3cd2f747ab23126a366739afb5['infowindow'] = new google.maps.InfoWindow({content: $ld0095d3cd2f747ab23126a366739afb5});var infowindow = new google.maps.InfoWindow({content: $ld0095d3cd2f747ab23126a366739afb5});google.maps.event.addListener(m_d0095d3cd2f747ab23126a366739afb5, 'click', function() {infowindow.open(map,m_d0095d3cd2f747ab23126a366739afb5);});$marker.push(m_d0095d3cd2f747ab23126a366739afb5);}});}google.maps.event.addDomListener(window, 'load', initialize);