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.8404,-87.5896)};var g_49b2d3746a18720cacb168358ad936d4 = new google.maps.Geocoder();g_49b2d3746a18720cacb168358ad936d4.geocode( { 'address': "301 2nd St, Henderson, KY 42420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henderson-KY-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('henderson-KY-old-national-bank'), mapOptions);}document.getElementById('dcfa2055').innerHTML += ' | View Map';var $l49b2d3746a18720cacb168358ad936d4 = '

Old National Bank

Address: 301 2nd St, Henderson, KY 42420, USA
Phone: (270) 831-6800
';var m_49b2d3746a18720cacb168358ad936d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_49b2d3746a18720cacb168358ad936d4['infowindow'] = new google.maps.InfoWindow({content: $l49b2d3746a18720cacb168358ad936d4});var infowindow = new google.maps.InfoWindow({content: $l49b2d3746a18720cacb168358ad936d4});google.maps.event.addListener(m_49b2d3746a18720cacb168358ad936d4, 'click', function() {infowindow.open(map,m_49b2d3746a18720cacb168358ad936d4);});$marker.push(m_49b2d3746a18720cacb168358ad936d4);}});}google.maps.event.addDomListener(window, 'load', initialize);