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(40.1384,-87.3916)};var g_7ec5b36820ed1cc1735ac0b8d6617d48 = new google.maps.Geocoder();g_7ec5b36820ed1cc1735ac0b8d6617d48.geocode( { 'address': "401 Washington St, Covington, IN 47932"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covington-IN-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('covington-IN-old-national-bank'), mapOptions);}document.getElementById('15cd2a7d').innerHTML += ' | View Map';var $l7ec5b36820ed1cc1735ac0b8d6617d48 = '

Old National Bank

Address: 401 Washington St, Covington, IN 47932
Phone: (765) 793-5540
';var m_7ec5b36820ed1cc1735ac0b8d6617d48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_7ec5b36820ed1cc1735ac0b8d6617d48['infowindow'] = new google.maps.InfoWindow({content: $l7ec5b36820ed1cc1735ac0b8d6617d48});var infowindow = new google.maps.InfoWindow({content: $l7ec5b36820ed1cc1735ac0b8d6617d48});google.maps.event.addListener(m_7ec5b36820ed1cc1735ac0b8d6617d48, 'click', function() {infowindow.open(map,m_7ec5b36820ed1cc1735ac0b8d6617d48);});$marker.push(m_7ec5b36820ed1cc1735ac0b8d6617d48);}});}google.maps.event.addDomListener(window, 'load', initialize);