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.2035,-97.4727)};var g_3edc356b112be4cda9472f2e37549e7d = new google.maps.Geocoder();g_3edc356b112be4cda9472f2e37549e7d.geocode( { 'address': "2102 W Lindsey St, Norman, OK 73069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norman-OK-red-river-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('norman-OK-red-river-credit-corporation'), mapOptions);}document.getElementById('e4a54972').innerHTML += ' | View Map';var $l3edc356b112be4cda9472f2e37549e7d = '

Red River Credit Corporation

Address: 2102 W Lindsey St, Norman, OK 73069, USA
Phone: (405) 307-0230
';var m_3edc356b112be4cda9472f2e37549e7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red River Credit Corporation',});m_3edc356b112be4cda9472f2e37549e7d['infowindow'] = new google.maps.InfoWindow({content: $l3edc356b112be4cda9472f2e37549e7d});var infowindow = new google.maps.InfoWindow({content: $l3edc356b112be4cda9472f2e37549e7d});google.maps.event.addListener(m_3edc356b112be4cda9472f2e37549e7d, 'click', function() {infowindow.open(map,m_3edc356b112be4cda9472f2e37549e7d);});$marker.push(m_3edc356b112be4cda9472f2e37549e7d);}});}google.maps.event.addDomListener(window, 'load', initialize);