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(33.5648,-81.71)};var g_89b6ae7e9c0ae4761036f785812c313a = new google.maps.Geocoder();g_89b6ae7e9c0ae4761036f785812c313a.geocode( { 'address': "1001 Pine Log Rd, Aiken, SC 29803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-georgia-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-georgia-bank-trust'), mapOptions);}document.getElementById('1a936db1').innerHTML += ' | View Map';var $l89b6ae7e9c0ae4761036f785812c313a = '

Georgia Bank & Trust

Address: 1001 Pine Log Rd, Aiken, SC 29803
Phone: (803) 649-0048
';var m_89b6ae7e9c0ae4761036f785812c313a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Bank & Trust',});m_89b6ae7e9c0ae4761036f785812c313a['infowindow'] = new google.maps.InfoWindow({content: $l89b6ae7e9c0ae4761036f785812c313a});var infowindow = new google.maps.InfoWindow({content: $l89b6ae7e9c0ae4761036f785812c313a});google.maps.event.addListener(m_89b6ae7e9c0ae4761036f785812c313a, 'click', function() {infowindow.open(map,m_89b6ae7e9c0ae4761036f785812c313a);});$marker.push(m_89b6ae7e9c0ae4761036f785812c313a);}});}google.maps.event.addDomListener(window, 'load', initialize);