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.8096,-85.4664)};var g_447f2fe245facad3a6a6966ebb3add3b = new google.maps.Geocoder();g_447f2fe245facad3a6a6966ebb3add3b.geocode( { 'address': "KY Home Square, Bardstown, KY 40004, Bardstown, KY 40004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bardstown-KY-wilson--muir-bank--trust-company').style.display = '';map = new google.maps.Map(document.getElementById('bardstown-KY-wilson--muir-bank--trust-company'), mapOptions);}document.getElementById('85555e22').innerHTML += ' | View Map';var $l447f2fe245facad3a6a6966ebb3add3b = '

Wilson & Muir Bank & Trust Company

Address: KY Home Square, Bardstown, KY 40004, Bardstown, KY 40004, USA
Phone:
';var m_447f2fe245facad3a6a6966ebb3add3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson & Muir Bank & Trust Company',});m_447f2fe245facad3a6a6966ebb3add3b['infowindow'] = new google.maps.InfoWindow({content: $l447f2fe245facad3a6a6966ebb3add3b});var infowindow = new google.maps.InfoWindow({content: $l447f2fe245facad3a6a6966ebb3add3b});google.maps.event.addListener(m_447f2fe245facad3a6a6966ebb3add3b, 'click', function() {infowindow.open(map,m_447f2fe245facad3a6a6966ebb3add3b);});$marker.push(m_447f2fe245facad3a6a6966ebb3add3b);}});}google.maps.event.addDomListener(window, 'load', initialize);