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.4607,-94.774)};var g_69c1cab30b375b44faa511d3b2984128 = new google.maps.Geocoder();g_69c1cab30b375b44faa511d3b2984128.geocode( { 'address': "2329 E Cherokee Ave #9, Sallisaw, OK 74955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sallisaw-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('sallisaw-OK-dixie-finance'), mapOptions);}document.getElementById('a7635b58').innerHTML += ' | View Map';var $l69c1cab30b375b44faa511d3b2984128 = '

Dixie Finance

Address: 2329 E Cherokee Ave #9, Sallisaw, OK 74955, USA
Phone: (918) 775-5596
';var m_69c1cab30b375b44faa511d3b2984128 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_69c1cab30b375b44faa511d3b2984128['infowindow'] = new google.maps.InfoWindow({content: $l69c1cab30b375b44faa511d3b2984128});var infowindow = new google.maps.InfoWindow({content: $l69c1cab30b375b44faa511d3b2984128});google.maps.event.addListener(m_69c1cab30b375b44faa511d3b2984128, 'click', function() {infowindow.open(map,m_69c1cab30b375b44faa511d3b2984128);});$marker.push(m_69c1cab30b375b44faa511d3b2984128);}});}google.maps.event.addDomListener(window, 'load', initialize);