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.644,-95.151)};var g_51f8c474190fbee799acbfb7117f95c8 = new google.maps.Geocoder();g_51f8c474190fbee799acbfb7117f95c8.geocode( { 'address': "414 N Wilson St # 2, Vinita, OK 74301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vinita-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('vinita-OK-dixie-finance'), mapOptions);}document.getElementById('4c9aa945').innerHTML += ' | View Map';var $l51f8c474190fbee799acbfb7117f95c8 = '

Dixie Finance

Address: 414 N Wilson St # 2, Vinita, OK 74301, USA
Phone: (918) 256-4401
';var m_51f8c474190fbee799acbfb7117f95c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_51f8c474190fbee799acbfb7117f95c8['infowindow'] = new google.maps.InfoWindow({content: $l51f8c474190fbee799acbfb7117f95c8});var infowindow = new google.maps.InfoWindow({content: $l51f8c474190fbee799acbfb7117f95c8});google.maps.event.addListener(m_51f8c474190fbee799acbfb7117f95c8, 'click', function() {infowindow.open(map,m_51f8c474190fbee799acbfb7117f95c8);});$marker.push(m_51f8c474190fbee799acbfb7117f95c8);}});}google.maps.event.addDomListener(window, 'load', initialize);