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(34.6189,-89.9616)};var g_4bba368e62417ff3cd3458fdd84a5903 = new google.maps.Geocoder();g_4bba368e62417ff3cd3458fdd84a5903.geocode( { 'address': "5078 Highway 51 N, Senatobia, MS 38668, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('senatobia-MS-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('senatobia-MS-peoples-bank'), mapOptions);}document.getElementById('2ef99379').innerHTML += ' | View Map';var $l4bba368e62417ff3cd3458fdd84a5903 = '

Peoples Bank

Address: 5078 Highway 51 N, Senatobia, MS 38668, USA
Phone: (662) 562-5218
';var m_4bba368e62417ff3cd3458fdd84a5903 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_4bba368e62417ff3cd3458fdd84a5903['infowindow'] = new google.maps.InfoWindow({content: $l4bba368e62417ff3cd3458fdd84a5903});var infowindow = new google.maps.InfoWindow({content: $l4bba368e62417ff3cd3458fdd84a5903});google.maps.event.addListener(m_4bba368e62417ff3cd3458fdd84a5903, 'click', function() {infowindow.open(map,m_4bba368e62417ff3cd3458fdd84a5903);});$marker.push(m_4bba368e62417ff3cd3458fdd84a5903);}});}google.maps.event.addDomListener(window, 'load', initialize);