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.9748,-83.3639)};var g_2e145040d573c3ef988ca1f2c701420f = new google.maps.Geocoder();g_2e145040d573c3ef988ca1f2c701420f.geocode( { 'address': "110 Trinity Pl, Athens, GA 30607"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-southern-heritage-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-southern-heritage-bank'), mapOptions);}document.getElementById('30305fe7').innerHTML += ' | View Map';var $l2e145040d573c3ef988ca1f2c701420f = '

Southern Heritage Bank

Address: 110 Trinity Pl, Athens, GA 30607
Phone: (706) 613-3546
';var m_2e145040d573c3ef988ca1f2c701420f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Heritage Bank',});m_2e145040d573c3ef988ca1f2c701420f['infowindow'] = new google.maps.InfoWindow({content: $l2e145040d573c3ef988ca1f2c701420f});var infowindow = new google.maps.InfoWindow({content: $l2e145040d573c3ef988ca1f2c701420f});google.maps.event.addListener(m_2e145040d573c3ef988ca1f2c701420f, 'click', function() {infowindow.open(map,m_2e145040d573c3ef988ca1f2c701420f);});$marker.push(m_2e145040d573c3ef988ca1f2c701420f);}});}google.maps.event.addDomListener(window, 'load', initialize);