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_81f7acabd411274fcf65ce2070ed568a = new google.maps.Geocoder();g_81f7acabd411274fcf65ce2070ed568a.geocode( { 'address': "3990 Atlanta Hwy, Athens, GA 30606"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-peoples-bank'), mapOptions);}document.getElementById('2bfb5363').innerHTML += ' | View Map';var $l81f7acabd411274fcf65ce2070ed568a = '

Peoples Bank

Address: 3990 Atlanta Hwy, Athens, GA 30606
Phone: (706) 548-4002
';var m_81f7acabd411274fcf65ce2070ed568a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_81f7acabd411274fcf65ce2070ed568a['infowindow'] = new google.maps.InfoWindow({content: $l81f7acabd411274fcf65ce2070ed568a});var infowindow = new google.maps.InfoWindow({content: $l81f7acabd411274fcf65ce2070ed568a});google.maps.event.addListener(m_81f7acabd411274fcf65ce2070ed568a, 'click', function() {infowindow.open(map,m_81f7acabd411274fcf65ce2070ed568a);});$marker.push(m_81f7acabd411274fcf65ce2070ed568a);}});}google.maps.event.addDomListener(window, 'load', initialize);