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(38.247,-85.7766)};var g_965c0833dc91038f5168178a81542178 = new google.maps.Geocoder();g_965c0833dc91038f5168178a81542178.geocode( { 'address': "130 Saint Matthews Ave, Louisville, KY 40207"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-wilson-muir-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-wilson-muir-bank-trust-co'), mapOptions);}document.getElementById('cbe1e4e8').innerHTML += ' | View Map';var $l965c0833dc91038f5168178a81542178 = '

Wilson & Muir Bank & Trust Co

Address: 130 Saint Matthews Ave, Louisville, KY 40207
Phone: (502) 454-5400
';var m_965c0833dc91038f5168178a81542178 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson & Muir Bank & Trust Co',});m_965c0833dc91038f5168178a81542178['infowindow'] = new google.maps.InfoWindow({content: $l965c0833dc91038f5168178a81542178});var infowindow = new google.maps.InfoWindow({content: $l965c0833dc91038f5168178a81542178});google.maps.event.addListener(m_965c0833dc91038f5168178a81542178, 'click', function() {infowindow.open(map,m_965c0833dc91038f5168178a81542178);});$marker.push(m_965c0833dc91038f5168178a81542178);}});}google.maps.event.addDomListener(window, 'load', initialize);