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.9552,-85.2543)};var g_f832012aa9c2b51641e64e901024047c = new google.maps.Geocoder();g_f832012aa9c2b51641e64e901024047c.geocode( { 'address': "Fort Oglethorpe, GA 30742, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-oglethorpe-GA-catoosa-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('fort-oglethorpe-GA-catoosa-bancshares-inc'), mapOptions);}document.getElementById('43f5d2af').innerHTML += ' | View Map';var $lf832012aa9c2b51641e64e901024047c = '

Catoosa Bancshares Inc

Address: Fort Oglethorpe, GA 30742, USA
Phone: (706) 866-1146
';var m_f832012aa9c2b51641e64e901024047c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Catoosa Bancshares Inc',});m_f832012aa9c2b51641e64e901024047c['infowindow'] = new google.maps.InfoWindow({content: $lf832012aa9c2b51641e64e901024047c});var infowindow = new google.maps.InfoWindow({content: $lf832012aa9c2b51641e64e901024047c});google.maps.event.addListener(m_f832012aa9c2b51641e64e901024047c, 'click', function() {infowindow.open(map,m_f832012aa9c2b51641e64e901024047c);});$marker.push(m_f832012aa9c2b51641e64e901024047c);}});}google.maps.event.addDomListener(window, 'load', initialize);