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.1334,-89.0563)};var g_5f20cabf0a08c8c42f4adfa56d7eb918 = new google.maps.Geocoder();g_5f20cabf0a08c8c42f4adfa56d7eb918.geocode( { 'address': "536 N Church Ave, Louisville, MS 39339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-MS-peoples-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('louisville-MS-peoples-bank--trust-co'), mapOptions);}document.getElementById('c18de888').innerHTML += ' | View Map';var $l5f20cabf0a08c8c42f4adfa56d7eb918 = '

Peoples Bank & Trust Co

Address: 536 N Church Ave, Louisville, MS 39339, USA
Phone: (662) 773-8613
';var m_5f20cabf0a08c8c42f4adfa56d7eb918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank & Trust Co',});m_5f20cabf0a08c8c42f4adfa56d7eb918['infowindow'] = new google.maps.InfoWindow({content: $l5f20cabf0a08c8c42f4adfa56d7eb918});var infowindow = new google.maps.InfoWindow({content: $l5f20cabf0a08c8c42f4adfa56d7eb918});google.maps.event.addListener(m_5f20cabf0a08c8c42f4adfa56d7eb918, 'click', function() {infowindow.open(map,m_5f20cabf0a08c8c42f4adfa56d7eb918);});$marker.push(m_5f20cabf0a08c8c42f4adfa56d7eb918);}});}google.maps.event.addDomListener(window, 'load', initialize);