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(33.9997,-88.4519)};var g_b445b6a3cf7b9788286f2e88c768be28 = new google.maps.Geocoder();g_b445b6a3cf7b9788286f2e88c768be28.geocode( { 'address': "Amory, MS"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-peoples-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-peoples-bank-trust'), mapOptions);}document.getElementById('78dafb4d').innerHTML += ' | View Map';var $lb445b6a3cf7b9788286f2e88c768be28 = '

Peoples Bank & Trust

Address: Amory, MS
Phone: (662) 256-2661
';var m_b445b6a3cf7b9788286f2e88c768be28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank & Trust',});m_b445b6a3cf7b9788286f2e88c768be28['infowindow'] = new google.maps.InfoWindow({content: $lb445b6a3cf7b9788286f2e88c768be28});var infowindow = new google.maps.InfoWindow({content: $lb445b6a3cf7b9788286f2e88c768be28});google.maps.event.addListener(m_b445b6a3cf7b9788286f2e88c768be28, 'click', function() {infowindow.open(map,m_b445b6a3cf7b9788286f2e88c768be28);});$marker.push(m_b445b6a3cf7b9788286f2e88c768be28);}});}google.maps.event.addDomListener(window, 'load', initialize);