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.8107,-85.4658)};var g_987d2f8de201e03eaf666747dafbc659 = new google.maps.Geocoder();g_987d2f8de201e03eaf666747dafbc659.geocode( { 'address': "201 N 3rd St, Bardstown, KY 40004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bardstown-KY-town--country-bank-and-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('bardstown-KY-town--country-bank-and-trust-co'), mapOptions);}document.getElementById('25c80f51').innerHTML += ' | View Map';var $l987d2f8de201e03eaf666747dafbc659 = '

Town & Country Bank and Trust Co.

Address: 201 N 3rd St, Bardstown, KY 40004, USA
Phone: (502) 348-3911
';var m_987d2f8de201e03eaf666747dafbc659 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Town & Country Bank and Trust Co.',});m_987d2f8de201e03eaf666747dafbc659['infowindow'] = new google.maps.InfoWindow({content: $l987d2f8de201e03eaf666747dafbc659});var infowindow = new google.maps.InfoWindow({content: $l987d2f8de201e03eaf666747dafbc659});google.maps.event.addListener(m_987d2f8de201e03eaf666747dafbc659, 'click', function() {infowindow.open(map,m_987d2f8de201e03eaf666747dafbc659);});$marker.push(m_987d2f8de201e03eaf666747dafbc659);}});}google.maps.event.addDomListener(window, 'load', initialize);