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.6228,-98.4176)};var g_7bd97d2ee519f057c1c21f8ca5cd36d7 = new google.maps.Geocoder();g_7bd97d2ee519f057c1c21f8ca5cd36d7.geocode( { 'address': "1912 NW Cache Rd, Lawton, OK 73507, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lawton-OK-omni-military-loans').style.display = '';map = new google.maps.Map(document.getElementById('lawton-OK-omni-military-loans'), mapOptions);}document.getElementById('faa07d12').innerHTML += ' | View Map';var $l7bd97d2ee519f057c1c21f8ca5cd36d7 = '

Omni Military Loans

Address: 1912 NW Cache Rd, Lawton, OK 73507, USA
Phone: (580) 357-6664
';var m_7bd97d2ee519f057c1c21f8ca5cd36d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Military Loans',});m_7bd97d2ee519f057c1c21f8ca5cd36d7['infowindow'] = new google.maps.InfoWindow({content: $l7bd97d2ee519f057c1c21f8ca5cd36d7});var infowindow = new google.maps.InfoWindow({content: $l7bd97d2ee519f057c1c21f8ca5cd36d7});google.maps.event.addListener(m_7bd97d2ee519f057c1c21f8ca5cd36d7, 'click', function() {infowindow.open(map,m_7bd97d2ee519f057c1c21f8ca5cd36d7);});$marker.push(m_7bd97d2ee519f057c1c21f8ca5cd36d7);}});}google.maps.event.addDomListener(window, 'load', initialize);