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(32.5981,-82.3343)};var g_267b245435926046104df8d56994aeef = new google.maps.Geocoder();g_267b245435926046104df8d56994aeef.geocode( { 'address': "121 N Main St, Swainsboro, GA 30401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swainsboro-GA-citizens-bank-of-swainsboro').style.display = '';map = new google.maps.Map(document.getElementById('swainsboro-GA-citizens-bank-of-swainsboro'), mapOptions);}document.getElementById('02237b29').innerHTML += ' | View Map';var $l267b245435926046104df8d56994aeef = '

Citizens Bank of Swainsboro

Address: 121 N Main St, Swainsboro, GA 30401, USA
Phone: (478) 237-7001
';var m_267b245435926046104df8d56994aeef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank of Swainsboro',});m_267b245435926046104df8d56994aeef['infowindow'] = new google.maps.InfoWindow({content: $l267b245435926046104df8d56994aeef});var infowindow = new google.maps.InfoWindow({content: $l267b245435926046104df8d56994aeef});google.maps.event.addListener(m_267b245435926046104df8d56994aeef, 'click', function() {infowindow.open(map,m_267b245435926046104df8d56994aeef);});$marker.push(m_267b245435926046104df8d56994aeef);}});}google.maps.event.addDomListener(window, 'load', initialize);