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.532,-87.3503)};var g_28d5cf7fcdaaee24c24754704d0094ad = new google.maps.Geocoder();g_28d5cf7fcdaaee24c24754704d0094ad.geocode( { 'address': "3095 Ft Campbell Blvd, #A, Clarksville, TN 37042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-TN-omni-military-loans').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-TN-omni-military-loans'), mapOptions);}document.getElementById('ef236395').innerHTML += ' | View Map';var $l28d5cf7fcdaaee24c24754704d0094ad = '

Omni Military Loans

Address: 3095 Ft Campbell Blvd, #A, Clarksville, TN 37042
Phone: (931) 431-4411
';var m_28d5cf7fcdaaee24c24754704d0094ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Military Loans',});m_28d5cf7fcdaaee24c24754704d0094ad['infowindow'] = new google.maps.InfoWindow({content: $l28d5cf7fcdaaee24c24754704d0094ad});var infowindow = new google.maps.InfoWindow({content: $l28d5cf7fcdaaee24c24754704d0094ad});google.maps.event.addListener(m_28d5cf7fcdaaee24c24754704d0094ad, 'click', function() {infowindow.open(map,m_28d5cf7fcdaaee24c24754704d0094ad);});$marker.push(m_28d5cf7fcdaaee24c24754704d0094ad);}});}google.maps.event.addDomListener(window, 'load', initialize);