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.1251,-89.0551)};var g_7061e21a9f25d161a08e86b144065bc8 = new google.maps.Geocoder();g_7061e21a9f25d161a08e86b144065bc8.geocode( { 'address': "536 N Church Ave, Louisville, MS 39339"}, 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('1448fa4a').innerHTML += ' | View Map';var $l7061e21a9f25d161a08e86b144065bc8 = '

Peoples Bank & Trust Co

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