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.1267,-84.1525)};var g_b4ea0b7717d20f0bf18846caba9fe287 = new google.maps.Geocoder();g_b4ea0b7717d20f0bf18846caba9fe287.geocode( { 'address': "127 W Railroad St S, Pelham, GA 31779, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pelham-GA-community-bank-of-pelham').style.display = '';map = new google.maps.Map(document.getElementById('pelham-GA-community-bank-of-pelham'), mapOptions);}document.getElementById('1449a398').innerHTML += ' | View Map';var $lb4ea0b7717d20f0bf18846caba9fe287 = '

Community Bank of Pelham

Address: 127 W Railroad St S, Pelham, GA 31779, USA
Phone: (229) 294-0154
';var m_b4ea0b7717d20f0bf18846caba9fe287 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank of Pelham',});m_b4ea0b7717d20f0bf18846caba9fe287['infowindow'] = new google.maps.InfoWindow({content: $lb4ea0b7717d20f0bf18846caba9fe287});var infowindow = new google.maps.InfoWindow({content: $lb4ea0b7717d20f0bf18846caba9fe287});google.maps.event.addListener(m_b4ea0b7717d20f0bf18846caba9fe287, 'click', function() {infowindow.open(map,m_b4ea0b7717d20f0bf18846caba9fe287);});$marker.push(m_b4ea0b7717d20f0bf18846caba9fe287);}});}google.maps.event.addDomListener(window, 'load', initialize);