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.2673,-85.2079)};var g_ceab18d0864e88dbb54583274307cdd2 = new google.maps.Geocoder();g_ceab18d0864e88dbb54583274307cdd2.geocode( { 'address': "1013 Shorter Ave, Rome, GA 30165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-GA-peoples-financial-corporation-of-rome').style.display = '';map = new google.maps.Map(document.getElementById('rome-GA-peoples-financial-corporation-of-rome'), mapOptions);}document.getElementById('8a9a2289').innerHTML += ' | View Map';var $lceab18d0864e88dbb54583274307cdd2 = '

Peoples Financial Corporation of Rome

Address: 1013 Shorter Ave, Rome, GA 30165, USA
Phone: (706) 291-1367
';var m_ceab18d0864e88dbb54583274307cdd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Financial Corporation of Rome',});m_ceab18d0864e88dbb54583274307cdd2['infowindow'] = new google.maps.InfoWindow({content: $lceab18d0864e88dbb54583274307cdd2});var infowindow = new google.maps.InfoWindow({content: $lceab18d0864e88dbb54583274307cdd2});google.maps.event.addListener(m_ceab18d0864e88dbb54583274307cdd2, 'click', function() {infowindow.open(map,m_ceab18d0864e88dbb54583274307cdd2);});$marker.push(m_ceab18d0864e88dbb54583274307cdd2);}});}google.maps.event.addDomListener(window, 'load', initialize);