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(31.7054,-83.2542)};var g_45967c732254e9fc1e4ecb653b5f38cb = new google.maps.Geocoder();g_45967c732254e9fc1e4ecb653b5f38cb.geocode( { 'address': "102 W Roanoke Dr, Fitzgerald, GA 31750, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fitzgerald-GA-community-bank-of-fitzgerald').style.display = '';map = new google.maps.Map(document.getElementById('fitzgerald-GA-community-bank-of-fitzgerald'), mapOptions);}document.getElementById('36931232').innerHTML += ' | View Map';var $l45967c732254e9fc1e4ecb653b5f38cb = '

Community Bank of Fitzgerald

Address: 102 W Roanoke Dr, Fitzgerald, GA 31750, USA
Phone: (229) 423-4321
';var m_45967c732254e9fc1e4ecb653b5f38cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Fitzgerald',});m_45967c732254e9fc1e4ecb653b5f38cb['infowindow'] = new google.maps.InfoWindow({content: $l45967c732254e9fc1e4ecb653b5f38cb});var infowindow = new google.maps.InfoWindow({content: $l45967c732254e9fc1e4ecb653b5f38cb});google.maps.event.addListener(m_45967c732254e9fc1e4ecb653b5f38cb, 'click', function() {infowindow.open(map,m_45967c732254e9fc1e4ecb653b5f38cb);});$marker.push(m_45967c732254e9fc1e4ecb653b5f38cb);}});}google.maps.event.addDomListener(window, 'load', initialize);