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.6222,-95.96)};var g_72eff345a6290dae4906f4f75da36280 = new google.maps.Geocoder();g_72eff345a6290dae4906f4f75da36280.geocode( { 'address': "201 S Wood Dr, Okmulgee, OK 74447, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('okmulgee-OK-royal-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('okmulgee-OK-royal-finance-co'), mapOptions);}document.getElementById('a1976af6').innerHTML += ' | View Map';var $l72eff345a6290dae4906f4f75da36280 = '

Royal Finance Co

Address: 201 S Wood Dr, Okmulgee, OK 74447, USA
Phone: (918) 756-8811
';var m_72eff345a6290dae4906f4f75da36280 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Finance Co',});m_72eff345a6290dae4906f4f75da36280['infowindow'] = new google.maps.InfoWindow({content: $l72eff345a6290dae4906f4f75da36280});var infowindow = new google.maps.InfoWindow({content: $l72eff345a6290dae4906f4f75da36280});google.maps.event.addListener(m_72eff345a6290dae4906f4f75da36280, 'click', function() {infowindow.open(map,m_72eff345a6290dae4906f4f75da36280);});$marker.push(m_72eff345a6290dae4906f4f75da36280);}});}google.maps.event.addDomListener(window, 'load', initialize);