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.8812,-86.0459)};var g_11a31db27a7b70be0bb9759cf73d0939 = new google.maps.Geocoder();g_11a31db27a7b70be0bb9759cf73d0939.geocode( { 'address': "1051 W Spring St, Brownstown, IN 47220"}, 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('456f09d4').innerHTML += ' | View Map';var $l11a31db27a7b70be0bb9759cf73d0939 = '

Old National Bank- CLOSED

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