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.5558,-89.2943)};var g_75d112e4f830f8f1c53594cc77a6cb30 = new google.maps.Geocoder();g_75d112e4f830f8f1c53594cc77a6cb30.geocode( { 'address': "1079 Veterans Memorial Blvd, Eupora, MS 39744"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eupora-MS-bank-of-kilmichael').style.display = '';map = new google.maps.Map(document.getElementById('eupora-MS-bank-of-kilmichael'), mapOptions);}document.getElementById('c3c7a5d5').innerHTML += ' | View Map';var $l75d112e4f830f8f1c53594cc77a6cb30 = '

Bank Of Kilmichael

Address: 1079 Veterans Memorial Blvd, Eupora, MS 39744
Phone: (662) 258-2437
';var m_75d112e4f830f8f1c53594cc77a6cb30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Kilmichael',});m_75d112e4f830f8f1c53594cc77a6cb30['infowindow'] = new google.maps.InfoWindow({content: $l75d112e4f830f8f1c53594cc77a6cb30});var infowindow = new google.maps.InfoWindow({content: $l75d112e4f830f8f1c53594cc77a6cb30});google.maps.event.addListener(m_75d112e4f830f8f1c53594cc77a6cb30, 'click', function() {infowindow.open(map,m_75d112e4f830f8f1c53594cc77a6cb30);});$marker.push(m_75d112e4f830f8f1c53594cc77a6cb30);}});}google.maps.event.addDomListener(window, 'load', initialize);