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.6092,-98.4173)};var g_4e08a0e2ec22fcb8b15fb2ba4f55b151 = new google.maps.Geocoder();g_4e08a0e2ec22fcb8b15fb2ba4f55b151.geocode( { 'address': "1907 W Gore Blvd, Lawton, OK 73501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-dixie-finance').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-dixie-finance'), mapOptions);}document.getElementById('6c21d5e2').innerHTML += ' | View Map';var $l4e08a0e2ec22fcb8b15fb2ba4f55b151 = '

Dixie Finance

Address: 1907 W Gore Blvd, Lawton, OK 73501, USA
Phone: (580) 699-8558
';var m_4e08a0e2ec22fcb8b15fb2ba4f55b151 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dixie Finance',});m_4e08a0e2ec22fcb8b15fb2ba4f55b151['infowindow'] = new google.maps.InfoWindow({content: $l4e08a0e2ec22fcb8b15fb2ba4f55b151});var infowindow = new google.maps.InfoWindow({content: $l4e08a0e2ec22fcb8b15fb2ba4f55b151});google.maps.event.addListener(m_4e08a0e2ec22fcb8b15fb2ba4f55b151, 'click', function() {infowindow.open(map,m_4e08a0e2ec22fcb8b15fb2ba4f55b151);});$marker.push(m_4e08a0e2ec22fcb8b15fb2ba4f55b151);}});}google.maps.event.addDomListener(window, 'load', initialize);