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.1378,-87.3964)};var g_bcc0d400288793e8bdcd7c19a8ac0c2b = new google.maps.Geocoder();g_bcc0d400288793e8bdcd7c19a8ac0c2b.geocode( { 'address': "401 Washington St, Covington, IN 47932, USA"}, 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('1465004c').innerHTML += ' | View Map';var $lbcc0d400288793e8bdcd7c19a8ac0c2b = '

Old National Bank

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