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.4568,-83.5179)};var g_4822a8b65337fedb9c9f8b5c8eb5d749 = new google.maps.Geocoder();g_4822a8b65337fedb9c9f8b5c8eb5d749.geocode( { 'address': "500 W 2nd St, Tifton, GA 31794, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tifton-GA-peoples-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('tifton-GA-peoples-financial-corporation'), mapOptions);}document.getElementById('4af000c8').innerHTML += ' | View Map';var $l4822a8b65337fedb9c9f8b5c8eb5d749 = '

Peoples Financial Corporation

Address: 500 W 2nd St, Tifton, GA 31794, USA
Phone: (229) 388-9221
';var m_4822a8b65337fedb9c9f8b5c8eb5d749 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Financial Corporation',});m_4822a8b65337fedb9c9f8b5c8eb5d749['infowindow'] = new google.maps.InfoWindow({content: $l4822a8b65337fedb9c9f8b5c8eb5d749});var infowindow = new google.maps.InfoWindow({content: $l4822a8b65337fedb9c9f8b5c8eb5d749});google.maps.event.addListener(m_4822a8b65337fedb9c9f8b5c8eb5d749, 'click', function() {infowindow.open(map,m_4822a8b65337fedb9c9f8b5c8eb5d749);});$marker.push(m_4822a8b65337fedb9c9f8b5c8eb5d749);}});}google.maps.event.addDomListener(window, 'load', initialize);