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(37.5111,-86.1461)};var g_5cc93ee3a3614810c43e3e9785185742 = new google.maps.Geocoder();g_5cc93ee3a3614810c43e3e9785185742.geocode( { 'address': "9790 Elizabethtown Rd, Big Clifty, KY 42712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-clifty-KY-wilson-muir-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('big-clifty-KY-wilson-muir-bank-trust-co'), mapOptions);}document.getElementById('13ecb928').innerHTML += ' | View Map';var $l5cc93ee3a3614810c43e3e9785185742 = '

Wilson & Muir Bank & Trust Co

Address: 9790 Elizabethtown Rd, Big Clifty, KY 42712
Phone: (270) 242-2222
';var m_5cc93ee3a3614810c43e3e9785185742 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson & Muir Bank & Trust Co',});m_5cc93ee3a3614810c43e3e9785185742['infowindow'] = new google.maps.InfoWindow({content: $l5cc93ee3a3614810c43e3e9785185742});var infowindow = new google.maps.InfoWindow({content: $l5cc93ee3a3614810c43e3e9785185742});google.maps.event.addListener(m_5cc93ee3a3614810c43e3e9785185742, 'click', function() {infowindow.open(map,m_5cc93ee3a3614810c43e3e9785185742);});$marker.push(m_5cc93ee3a3614810c43e3e9785185742);}});}google.maps.event.addDomListener(window, 'load', initialize);