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.9536,-85.2471)};var g_c140224e58468f180cd24d92a5abc7b9 = new google.maps.Geocoder();g_c140224e58468f180cd24d92a5abc7b9.geocode( { 'address': "1045 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-oglethorpe-GA-us-money-shops').style.display = '';map = new google.maps.Map(document.getElementById('fort-oglethorpe-GA-us-money-shops'), mapOptions);}document.getElementById('2ce80eea').innerHTML += ' | View Map';var $lc140224e58468f180cd24d92a5abc7b9 = '

U.S. Money Shops

Address: 1045 Battlefield Pkwy, Fort Oglethorpe, GA 30742, USA
Phone: (706) 866-3133
';var m_c140224e58468f180cd24d92a5abc7b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Money Shops',});m_c140224e58468f180cd24d92a5abc7b9['infowindow'] = new google.maps.InfoWindow({content: $lc140224e58468f180cd24d92a5abc7b9});var infowindow = new google.maps.InfoWindow({content: $lc140224e58468f180cd24d92a5abc7b9});google.maps.event.addListener(m_c140224e58468f180cd24d92a5abc7b9, 'click', function() {infowindow.open(map,m_c140224e58468f180cd24d92a5abc7b9);});$marker.push(m_c140224e58468f180cd24d92a5abc7b9);}});}google.maps.event.addDomListener(window, 'load', initialize);