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(34.1671,-84.7939)};var g_c2ce2806c51d51d3020c882df4282135 = new google.maps.Geocoder();g_c2ce2806c51d51d3020c882df4282135.geocode( { 'address': "8 N Tennessee St, Cartersville, GA 30120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cartersville-GA-peoples-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('cartersville-GA-peoples-financial-corporation'), mapOptions);}document.getElementById('f42aaa93').innerHTML += ' | View Map';var $lc2ce2806c51d51d3020c882df4282135 = '

Peoples Financial Corporation

Address: 8 N Tennessee St, Cartersville, GA 30120, USA
Phone: (770) 382-0550
';var m_c2ce2806c51d51d3020c882df4282135 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Financial Corporation',});m_c2ce2806c51d51d3020c882df4282135['infowindow'] = new google.maps.InfoWindow({content: $lc2ce2806c51d51d3020c882df4282135});var infowindow = new google.maps.InfoWindow({content: $lc2ce2806c51d51d3020c882df4282135});google.maps.event.addListener(m_c2ce2806c51d51d3020c882df4282135, 'click', function() {infowindow.open(map,m_c2ce2806c51d51d3020c882df4282135);});$marker.push(m_c2ce2806c51d51d3020c882df4282135);}});}google.maps.event.addDomListener(window, 'load', initialize);