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.3578,-96.9116)};var g_8f51fd52ab6b36bc723eb050d0a62ac0 = new google.maps.Geocoder();g_8f51fd52ab6b36bc723eb050d0a62ac0.geocode( { 'address': "2401 N Harrison St, Shawnee, OK 74804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shawnee-OK-superior-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('shawnee-OK-superior-finance-co'), mapOptions);}document.getElementById('626ee63b').innerHTML += ' | View Map';var $l8f51fd52ab6b36bc723eb050d0a62ac0 = '

Superior Finance Co

Address: 2401 N Harrison St, Shawnee, OK 74804, USA
Phone: (405) 878-0997
';var m_8f51fd52ab6b36bc723eb050d0a62ac0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Finance Co',});m_8f51fd52ab6b36bc723eb050d0a62ac0['infowindow'] = new google.maps.InfoWindow({content: $l8f51fd52ab6b36bc723eb050d0a62ac0});var infowindow = new google.maps.InfoWindow({content: $l8f51fd52ab6b36bc723eb050d0a62ac0});google.maps.event.addListener(m_8f51fd52ab6b36bc723eb050d0a62ac0, 'click', function() {infowindow.open(map,m_8f51fd52ab6b36bc723eb050d0a62ac0);});$marker.push(m_8f51fd52ab6b36bc723eb050d0a62ac0);}});}google.maps.event.addDomListener(window, 'load', initialize);