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.2256,-96.6683)};var g_ffb922135820ceaae480472913b57186 = new google.maps.Geocoder();g_ffb922135820ceaae480472913b57186.geocode( { 'address': "300 N Main St, Seminole, OK 74868, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seminole-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('seminole-OK-dixie-finance'), mapOptions);}document.getElementById('571846a7').innerHTML += ' | View Map';var $lffb922135820ceaae480472913b57186 = '

Dixie Finance

Address: 300 N Main St, Seminole, OK 74868, USA
Phone: (405) 382-5125
';var m_ffb922135820ceaae480472913b57186 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_ffb922135820ceaae480472913b57186['infowindow'] = new google.maps.InfoWindow({content: $lffb922135820ceaae480472913b57186});var infowindow = new google.maps.InfoWindow({content: $lffb922135820ceaae480472913b57186});google.maps.event.addListener(m_ffb922135820ceaae480472913b57186, 'click', function() {infowindow.open(map,m_ffb922135820ceaae480472913b57186);});$marker.push(m_ffb922135820ceaae480472913b57186);}});}google.maps.event.addDomListener(window, 'load', initialize);