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(39.3052,-85.216)};var g_6595411c4a75d1e88be4d8f3e5c185b8 = new google.maps.Geocoder();g_6595411c4a75d1e88be4d8f3e5c185b8.geocode( { 'address': "114 State Rd 46 E, Batesville, IN 47006, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-IN-old-national-bank---closed').style.display = '';map = new google.maps.Map(document.getElementById('batesville-IN-old-national-bank---closed'), mapOptions);}document.getElementById('37854d5a').innerHTML += ' | View Map';var $l6595411c4a75d1e88be4d8f3e5c185b8 = '

Old National Bank - CLOSED

Address: 114 State Rd 46 E, Batesville, IN 47006, USA
Phone: (812) 933-5969
';var m_6595411c4a75d1e88be4d8f3e5c185b8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank - CLOSED',});m_6595411c4a75d1e88be4d8f3e5c185b8['infowindow'] = new google.maps.InfoWindow({content: $l6595411c4a75d1e88be4d8f3e5c185b8});var infowindow = new google.maps.InfoWindow({content: $l6595411c4a75d1e88be4d8f3e5c185b8});google.maps.event.addListener(m_6595411c4a75d1e88be4d8f3e5c185b8, 'click', function() {infowindow.open(map,m_6595411c4a75d1e88be4d8f3e5c185b8);});$marker.push(m_6595411c4a75d1e88be4d8f3e5c185b8);}});}google.maps.event.addDomListener(window, 'load', initialize);