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.2502,-94.5777)};var g_b437e2670e9d83334ae8d54d03203a1a = new google.maps.Geocoder();g_b437e2670e9d83334ae8d54d03203a1a.geocode( { 'address': "742 S State Line Rd, Colcord, OK 74338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colcord-OK-superior-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('colcord-OK-superior-finance-co'), mapOptions);}document.getElementById('b8326db3').innerHTML += ' | View Map';var $lb437e2670e9d83334ae8d54d03203a1a = '

Superior Finance Co

Address: 742 S State Line Rd, Colcord, OK 74338, USA
Phone: (918) 422-5104
';var m_b437e2670e9d83334ae8d54d03203a1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Superior Finance Co',});m_b437e2670e9d83334ae8d54d03203a1a['infowindow'] = new google.maps.InfoWindow({content: $lb437e2670e9d83334ae8d54d03203a1a});var infowindow = new google.maps.InfoWindow({content: $lb437e2670e9d83334ae8d54d03203a1a});google.maps.event.addListener(m_b437e2670e9d83334ae8d54d03203a1a, 'click', function() {infowindow.open(map,m_b437e2670e9d83334ae8d54d03203a1a);});$marker.push(m_b437e2670e9d83334ae8d54d03203a1a);}});}google.maps.event.addDomListener(window, 'load', initialize);