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(36.1059,-96.1158)};var g_d2a4d84d369c5312328210a8874a4aac = new google.maps.Geocoder();g_d2a4d84d369c5312328210a8874a4aac.geocode( { 'address': "3973 S Hwy 97, Sand Springs, OK 74063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sand-springs-OK-superior-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('sand-springs-OK-superior-finance-co'), mapOptions);}document.getElementById('48b867bf').innerHTML += ' | View Map';var $ld2a4d84d369c5312328210a8874a4aac = '

Superior Finance Co

Address: 3973 S Hwy 97, Sand Springs, OK 74063, USA
Phone: (918) 246-9236
';var m_d2a4d84d369c5312328210a8874a4aac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Finance Co',});m_d2a4d84d369c5312328210a8874a4aac['infowindow'] = new google.maps.InfoWindow({content: $ld2a4d84d369c5312328210a8874a4aac});var infowindow = new google.maps.InfoWindow({content: $ld2a4d84d369c5312328210a8874a4aac});google.maps.event.addListener(m_d2a4d84d369c5312328210a8874a4aac, 'click', function() {infowindow.open(map,m_d2a4d84d369c5312328210a8874a4aac);});$marker.push(m_d2a4d84d369c5312328210a8874a4aac);}});}google.maps.event.addDomListener(window, 'load', initialize);