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(30.6007,-89.1122)};var g_d6de3681d8f3827433a7f8c54bbd5a81 = new google.maps.Geocoder();g_d6de3681d8f3827433a7f8c54bbd5a81.geocode( { 'address': "17689 2nd St, Saucier, MS 39574"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saucier-MS-peoples-bank').style.display = '';map = new google.maps.Map(document.getElementById('saucier-MS-peoples-bank'), mapOptions);}document.getElementById('da4a1796').innerHTML += ' | View Map';var $ld6de3681d8f3827433a7f8c54bbd5a81 = '

Peoples Bank

Address: 17689 2nd St, Saucier, MS 39574
Phone: (228) 328-9105
';var m_d6de3681d8f3827433a7f8c54bbd5a81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Bank',});m_d6de3681d8f3827433a7f8c54bbd5a81['infowindow'] = new google.maps.InfoWindow({content: $ld6de3681d8f3827433a7f8c54bbd5a81});var infowindow = new google.maps.InfoWindow({content: $ld6de3681d8f3827433a7f8c54bbd5a81});google.maps.event.addListener(m_d6de3681d8f3827433a7f8c54bbd5a81, 'click', function() {infowindow.open(map,m_d6de3681d8f3827433a7f8c54bbd5a81);});$marker.push(m_d6de3681d8f3827433a7f8c54bbd5a81);}});}google.maps.event.addDomListener(window, 'load', initialize);