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_b97571db1a0896767fce3e25e0405668 = new google.maps.Geocoder();g_b97571db1a0896767fce3e25e0405668.geocode( { 'address': "1346 S 3rd St, Louisville, KY 40208"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-louisville-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-louisville-trust-co'), mapOptions);}document.getElementById('13711abc').innerHTML += ' | View Map';var $lb97571db1a0896767fce3e25e0405668 = '

Louisville Trust Co

Address: 1346 S 3rd St, Louisville, KY 40208
Phone: (502) 637-1949
';var m_b97571db1a0896767fce3e25e0405668 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Louisville Trust Co',});m_b97571db1a0896767fce3e25e0405668['infowindow'] = new google.maps.InfoWindow({content: $lb97571db1a0896767fce3e25e0405668});var infowindow = new google.maps.InfoWindow({content: $lb97571db1a0896767fce3e25e0405668});google.maps.event.addListener(m_b97571db1a0896767fce3e25e0405668, 'click', function() {infowindow.open(map,m_b97571db1a0896767fce3e25e0405668);});$marker.push(m_b97571db1a0896767fce3e25e0405668);}});}google.maps.event.addDomListener(window, 'load', initialize);