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.7262,-84.9942)};var g_8d5679179e529f9ed2dfd332a526f51f = new google.maps.Geocoder();g_8d5679179e529f9ed2dfd332a526f51f.geocode( { 'address': "121 S College St, Hamilton, GA 31811"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamilton-GA-first-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamilton-GA-first-peoples-bank'), mapOptions);}document.getElementById('f23e8b0d').innerHTML += ' | View Map';var $l8d5679179e529f9ed2dfd332a526f51f = '

First Peoples Bank

Address: 121 S College St, Hamilton, GA 31811
Phone: (706) 628-5526
';var m_8d5679179e529f9ed2dfd332a526f51f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Peoples Bank',});m_8d5679179e529f9ed2dfd332a526f51f['infowindow'] = new google.maps.InfoWindow({content: $l8d5679179e529f9ed2dfd332a526f51f});var infowindow = new google.maps.InfoWindow({content: $l8d5679179e529f9ed2dfd332a526f51f});google.maps.event.addListener(m_8d5679179e529f9ed2dfd332a526f51f, 'click', function() {infowindow.open(map,m_8d5679179e529f9ed2dfd332a526f51f);});$marker.push(m_8d5679179e529f9ed2dfd332a526f51f);}});}google.maps.event.addDomListener(window, 'load', initialize);