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(31.3087,-82.8489)};var g_00cc63a285cbc1b9a134bd40019034cd = new google.maps.Geocoder();g_00cc63a285cbc1b9a134bd40019034cd.geocode( { 'address': "788 N Main St, Pearson, GA 31642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pearson-GA-the-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('pearson-GA-the-peoples-bank'), mapOptions);}document.getElementById('d0958f7e').innerHTML += ' | View Map';var $l00cc63a285cbc1b9a134bd40019034cd = '

The Peoples Bank

Address: 788 N Main St, Pearson, GA 31642, USA
Phone: (912) 422-7400
';var m_00cc63a285cbc1b9a134bd40019034cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Peoples Bank',});m_00cc63a285cbc1b9a134bd40019034cd['infowindow'] = new google.maps.InfoWindow({content: $l00cc63a285cbc1b9a134bd40019034cd});var infowindow = new google.maps.InfoWindow({content: $l00cc63a285cbc1b9a134bd40019034cd});google.maps.event.addListener(m_00cc63a285cbc1b9a134bd40019034cd, 'click', function() {infowindow.open(map,m_00cc63a285cbc1b9a134bd40019034cd);});$marker.push(m_00cc63a285cbc1b9a134bd40019034cd);}});}google.maps.event.addDomListener(window, 'load', initialize);