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.5705,-82.3173)};var g_6e21c21027d0451d48131c9c63c7e8aa = new google.maps.Geocoder();g_6e21c21027d0451d48131c9c63c7e8aa.geocode( { 'address': "692 S Main St, Swainsboro, GA 30401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swainsboro-GA-queensborough-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('swainsboro-GA-queensborough-national-bank'), mapOptions);}document.getElementById('3a06dd28').innerHTML += ' | View Map';var $l6e21c21027d0451d48131c9c63c7e8aa = '

Queensborough National Bank

Address: 692 S Main St, Swainsboro, GA 30401, USA
Phone: (478) 289-9900
';var m_6e21c21027d0451d48131c9c63c7e8aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queensborough National Bank',});m_6e21c21027d0451d48131c9c63c7e8aa['infowindow'] = new google.maps.InfoWindow({content: $l6e21c21027d0451d48131c9c63c7e8aa});var infowindow = new google.maps.InfoWindow({content: $l6e21c21027d0451d48131c9c63c7e8aa});google.maps.event.addListener(m_6e21c21027d0451d48131c9c63c7e8aa, 'click', function() {infowindow.open(map,m_6e21c21027d0451d48131c9c63c7e8aa);});$marker.push(m_6e21c21027d0451d48131c9c63c7e8aa);}});}google.maps.event.addDomListener(window, 'load', initialize);