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.4556,-90.8797)};var g_6ff3787015453631e7658a956c723d7d = new google.maps.Geocoder();g_6ff3787015453631e7658a956c723d7d.geocode( { 'address': "50 Main St W, Meadville, MS 39653"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meadville-MS-peoples-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('meadville-MS-peoples-bank-of-the-south'), mapOptions);}document.getElementById('3e2b6fda').innerHTML += ' | View Map';var $l6ff3787015453631e7658a956c723d7d = '

Peoples Bank Of The South

Address: 50 Main St W, Meadville, MS 39653
Phone: (601) 384-4222
';var m_6ff3787015453631e7658a956c723d7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank Of The South',});m_6ff3787015453631e7658a956c723d7d['infowindow'] = new google.maps.InfoWindow({content: $l6ff3787015453631e7658a956c723d7d});var infowindow = new google.maps.InfoWindow({content: $l6ff3787015453631e7658a956c723d7d});google.maps.event.addListener(m_6ff3787015453631e7658a956c723d7d, 'click', function() {infowindow.open(map,m_6ff3787015453631e7658a956c723d7d);});$marker.push(m_6ff3787015453631e7658a956c723d7d);}});}google.maps.event.addDomListener(window, 'load', initialize);