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.4416,-89.5697)};var g_11d55db61a224c58c222dce7427843b5 = new google.maps.Geocoder();g_11d55db61a224c58c222dce7427843b5.geocode( { 'address': "120 S Depot Ave, Kilmichael, MS 39747, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kilmichael-MS-bank-of-kilmichael').style.display = '';map = new google.maps.Map(document.getElementById('kilmichael-MS-bank-of-kilmichael'), mapOptions);}document.getElementById('62ff922a').innerHTML += ' | View Map';var $l11d55db61a224c58c222dce7427843b5 = '

Bank of Kilmichael

Address: 120 S Depot Ave, Kilmichael, MS 39747, USA
Phone: (662) 262-7844
';var m_11d55db61a224c58c222dce7427843b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Kilmichael',});m_11d55db61a224c58c222dce7427843b5['infowindow'] = new google.maps.InfoWindow({content: $l11d55db61a224c58c222dce7427843b5});var infowindow = new google.maps.InfoWindow({content: $l11d55db61a224c58c222dce7427843b5});google.maps.event.addListener(m_11d55db61a224c58c222dce7427843b5, 'click', function() {infowindow.open(map,m_11d55db61a224c58c222dce7427843b5);});$marker.push(m_11d55db61a224c58c222dce7427843b5);}});}google.maps.event.addDomListener(window, 'load', initialize);