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(31.2916,-89.0674)};var g_09d08ffdd1f1f5cac73b6880c28ac081 = new google.maps.Geocoder();g_09d08ffdd1f1f5cac73b6880c28ac081.geocode( { 'address': "202 Pine St W, New Augusta, MS 39462"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-augusta-MS-richton-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('new-augusta-MS-richton-bank-trust-co'), mapOptions);}document.getElementById('e61c8f63').innerHTML += ' | View Map';var $l09d08ffdd1f1f5cac73b6880c28ac081 = '

Richton Bank & Trust Co

Address: 202 Pine St W, New Augusta, MS 39462
Phone: (601) 964-8852
';var m_09d08ffdd1f1f5cac73b6880c28ac081 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richton Bank & Trust Co',});m_09d08ffdd1f1f5cac73b6880c28ac081['infowindow'] = new google.maps.InfoWindow({content: $l09d08ffdd1f1f5cac73b6880c28ac081});var infowindow = new google.maps.InfoWindow({content: $l09d08ffdd1f1f5cac73b6880c28ac081});google.maps.event.addListener(m_09d08ffdd1f1f5cac73b6880c28ac081, 'click', function() {infowindow.open(map,m_09d08ffdd1f1f5cac73b6880c28ac081);});$marker.push(m_09d08ffdd1f1f5cac73b6880c28ac081);}});}google.maps.event.addDomListener(window, 'load', initialize);