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.4906,-87.7935)};var g_8f1fd091cc48ed9cbc666ea885f31a93 = new google.maps.Geocoder();g_8f1fd091cc48ed9cbc666ea885f31a93.geocode( { 'address': "9126 State Route 132 W, Clay, KY 42404"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clay-KY-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clay-KY-old-national-bank'), mapOptions);}document.getElementById('007031d4').innerHTML += ' | View Map';var $l8f1fd091cc48ed9cbc666ea885f31a93 = '

Old National Bank

Address: 9126 State Route 132 W, Clay, KY 42404
Phone: (270) 664-6482
';var m_8f1fd091cc48ed9cbc666ea885f31a93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_8f1fd091cc48ed9cbc666ea885f31a93['infowindow'] = new google.maps.InfoWindow({content: $l8f1fd091cc48ed9cbc666ea885f31a93});var infowindow = new google.maps.InfoWindow({content: $l8f1fd091cc48ed9cbc666ea885f31a93});google.maps.event.addListener(m_8f1fd091cc48ed9cbc666ea885f31a93, 'click', function() {infowindow.open(map,m_8f1fd091cc48ed9cbc666ea885f31a93);});$marker.push(m_8f1fd091cc48ed9cbc666ea885f31a93);}});}google.maps.event.addDomListener(window, 'load', initialize);