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.2141,-85.5378)};var g_67304c2d7fab48651552d16961b82f87 = new google.maps.Geocoder();g_67304c2d7fab48651552d16961b82f87.geocode( { 'address': "1901 Blankenbaker Pkwy, Louisville, KY 40299, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisville-KY-mainsource-bank').style.display = '';map = new google.maps.Map(document.getElementById('louisville-KY-mainsource-bank'), mapOptions);}document.getElementById('39c2db1e').innerHTML += ' | View Map';var $l67304c2d7fab48651552d16961b82f87 = '

MainSource Bank

Address: 1901 Blankenbaker Pkwy, Louisville, KY 40299, USA
Phone: (502) 822-4320
';var m_67304c2d7fab48651552d16961b82f87 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MainSource Bank',});m_67304c2d7fab48651552d16961b82f87['infowindow'] = new google.maps.InfoWindow({content: $l67304c2d7fab48651552d16961b82f87});var infowindow = new google.maps.InfoWindow({content: $l67304c2d7fab48651552d16961b82f87});google.maps.event.addListener(m_67304c2d7fab48651552d16961b82f87, 'click', function() {infowindow.open(map,m_67304c2d7fab48651552d16961b82f87);});$marker.push(m_67304c2d7fab48651552d16961b82f87);}});}google.maps.event.addDomListener(window, 'load', initialize);