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.4447,-81.7844)};var g_64c7fa12c037cd8d7897fa93beea5b1c = new google.maps.Geocoder();g_64c7fa12c037cd8d7897fa93beea5b1c.geocode( { 'address': "201 S Main St, Statesboro, GA 30458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('statesboro-GA-queensborough-national-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('statesboro-GA-queensborough-national-bank--trust-company'), mapOptions);}document.getElementById('a9762a37').innerHTML += ' | View Map';var $l64c7fa12c037cd8d7897fa93beea5b1c = '

Queensborough National Bank & Trust Company

Address: 201 S Main St, Statesboro, GA 30458, USA
Phone: (912) 764-6600
';var m_64c7fa12c037cd8d7897fa93beea5b1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Queensborough National Bank & Trust Company',});m_64c7fa12c037cd8d7897fa93beea5b1c['infowindow'] = new google.maps.InfoWindow({content: $l64c7fa12c037cd8d7897fa93beea5b1c});var infowindow = new google.maps.InfoWindow({content: $l64c7fa12c037cd8d7897fa93beea5b1c});google.maps.event.addListener(m_64c7fa12c037cd8d7897fa93beea5b1c, 'click', function() {infowindow.open(map,m_64c7fa12c037cd8d7897fa93beea5b1c);});$marker.push(m_64c7fa12c037cd8d7897fa93beea5b1c);}});}google.maps.event.addDomListener(window, 'load', initialize);