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.885,-86.0542)};var g_48d44ad73bc574d34c1bba924ff89be2 = new google.maps.Geocoder();g_48d44ad73bc574d34c1bba924ff89be2.geocode( { 'address': "1051 W Spring St, Brownstown, IN 47220, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brownstown-IN-old-national-bank---closed').style.display = '';map = new google.maps.Map(document.getElementById('brownstown-IN-old-national-bank---closed'), mapOptions);}document.getElementById('987aecd8').innerHTML += ' | View Map';var $l48d44ad73bc574d34c1bba924ff89be2 = '

Old National Bank - CLOSED

Address: 1051 W Spring St, Brownstown, IN 47220, USA
Phone: (812) 358-8129
';var m_48d44ad73bc574d34c1bba924ff89be2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank - CLOSED',});m_48d44ad73bc574d34c1bba924ff89be2['infowindow'] = new google.maps.InfoWindow({content: $l48d44ad73bc574d34c1bba924ff89be2});var infowindow = new google.maps.InfoWindow({content: $l48d44ad73bc574d34c1bba924ff89be2});google.maps.event.addListener(m_48d44ad73bc574d34c1bba924ff89be2, 'click', function() {infowindow.open(map,m_48d44ad73bc574d34c1bba924ff89be2);});$marker.push(m_48d44ad73bc574d34c1bba924ff89be2);}});}google.maps.event.addDomListener(window, 'load', initialize);