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(34.0907,-96.7715)};var g_df94f143522b2d50517e433d0b82745c = new google.maps.Geocoder();g_df94f143522b2d50517e433d0b82745c.geocode( { 'address': "103 E Main St, Madill, OK 73446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madill-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('madill-OK-dixie-finance'), mapOptions);}document.getElementById('06f0c518').innerHTML += ' | View Map';var $ldf94f143522b2d50517e433d0b82745c = '

Dixie Finance

Address: 103 E Main St, Madill, OK 73446, USA
Phone: (580) 795-2621
';var m_df94f143522b2d50517e433d0b82745c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_df94f143522b2d50517e433d0b82745c['infowindow'] = new google.maps.InfoWindow({content: $ldf94f143522b2d50517e433d0b82745c});var infowindow = new google.maps.InfoWindow({content: $ldf94f143522b2d50517e433d0b82745c});google.maps.event.addListener(m_df94f143522b2d50517e433d0b82745c, 'click', function() {infowindow.open(map,m_df94f143522b2d50517e433d0b82745c);});$marker.push(m_df94f143522b2d50517e433d0b82745c);}});}google.maps.event.addDomListener(window, 'load', initialize);