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.2095,-85.2291)};var g_bc7a74c066018430f37b39be3353ba0e = new google.maps.Geocoder();g_bc7a74c066018430f37b39be3353ba0e.geocode( { 'address': "1734 Midland Trl, Shelbyville, KY 40065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shelbyville-KY-main-source-bank').style.display = '';map = new google.maps.Map(document.getElementById('shelbyville-KY-main-source-bank'), mapOptions);}document.getElementById('afa6513f').innerHTML += ' | View Map';var $lbc7a74c066018430f37b39be3353ba0e = '

Main Source Bank

Address: 1734 Midland Trl, Shelbyville, KY 40065
Phone: (502) 633-4401
';var m_bc7a74c066018430f37b39be3353ba0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Main Source Bank',});m_bc7a74c066018430f37b39be3353ba0e['infowindow'] = new google.maps.InfoWindow({content: $lbc7a74c066018430f37b39be3353ba0e});var infowindow = new google.maps.InfoWindow({content: $lbc7a74c066018430f37b39be3353ba0e});google.maps.event.addListener(m_bc7a74c066018430f37b39be3353ba0e, 'click', function() {infowindow.open(map,m_bc7a74c066018430f37b39be3353ba0e);});$marker.push(m_bc7a74c066018430f37b39be3353ba0e);}});}google.maps.event.addDomListener(window, 'load', initialize);