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.7746,-85.3899)};var g_3571bcaac012bad1efe2132bbec8c906 = new google.maps.Geocoder();g_3571bcaac012bad1efe2132bbec8c906.geocode( { 'address': "201 Clifty Dr, Madison, IN 47250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-IN-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-IN-old-national-bank'), mapOptions);}document.getElementById('ba202543').innerHTML += ' | View Map';var $l3571bcaac012bad1efe2132bbec8c906 = '

Old National Bank

Address: 201 Clifty Dr, Madison, IN 47250, USA
Phone: (812) 265-6102
';var m_3571bcaac012bad1efe2132bbec8c906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_3571bcaac012bad1efe2132bbec8c906['infowindow'] = new google.maps.InfoWindow({content: $l3571bcaac012bad1efe2132bbec8c906});var infowindow = new google.maps.InfoWindow({content: $l3571bcaac012bad1efe2132bbec8c906});google.maps.event.addListener(m_3571bcaac012bad1efe2132bbec8c906, 'click', function() {infowindow.open(map,m_3571bcaac012bad1efe2132bbec8c906);});$marker.push(m_3571bcaac012bad1efe2132bbec8c906);}});}google.maps.event.addDomListener(window, 'load', initialize);