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.1068,-87.1603)};var g_204ad34915e828921c07e860fe34fea5 = new google.maps.Geocoder();g_204ad34915e828921c07e860fe34fea5.geocode( { 'address': "111 Water St, Hillsboro, IN 47949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsboro-IN-old-national-bank---closed').style.display = '';map = new google.maps.Map(document.getElementById('hillsboro-IN-old-national-bank---closed'), mapOptions);}document.getElementById('387fe1e5').innerHTML += ' | View Map';var $l204ad34915e828921c07e860fe34fea5 = '

Old National Bank - CLOSED

Address: 111 Water St, Hillsboro, IN 47949, USA
Phone: (765) 798-6100
';var m_204ad34915e828921c07e860fe34fea5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank - CLOSED',});m_204ad34915e828921c07e860fe34fea5['infowindow'] = new google.maps.InfoWindow({content: $l204ad34915e828921c07e860fe34fea5});var infowindow = new google.maps.InfoWindow({content: $l204ad34915e828921c07e860fe34fea5});google.maps.event.addListener(m_204ad34915e828921c07e860fe34fea5, 'click', function() {infowindow.open(map,m_204ad34915e828921c07e860fe34fea5);});$marker.push(m_204ad34915e828921c07e860fe34fea5);}});}google.maps.event.addDomListener(window, 'load', initialize);