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.2958,-86.9557)};var g_44ba4fd1322cfca08daedf9e38cd39be = new google.maps.Geocoder();g_44ba4fd1322cfca08daedf9e38cd39be.geocode( { 'address': "327 E 4th St, Huntingburg, IN 47542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingburg-IN-old-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntingburg-IN-old-national-bank'), mapOptions);}document.getElementById('8d8ea5ad').innerHTML += ' | View Map';var $l44ba4fd1322cfca08daedf9e38cd39be = '

Old National Bank

Address: 327 E 4th St, Huntingburg, IN 47542, USA
Phone: (812) 683-6700
';var m_44ba4fd1322cfca08daedf9e38cd39be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Old National Bank',});m_44ba4fd1322cfca08daedf9e38cd39be['infowindow'] = new google.maps.InfoWindow({content: $l44ba4fd1322cfca08daedf9e38cd39be});var infowindow = new google.maps.InfoWindow({content: $l44ba4fd1322cfca08daedf9e38cd39be});google.maps.event.addListener(m_44ba4fd1322cfca08daedf9e38cd39be, 'click', function() {infowindow.open(map,m_44ba4fd1322cfca08daedf9e38cd39be);});$marker.push(m_44ba4fd1322cfca08daedf9e38cd39be);}});}google.maps.event.addDomListener(window, 'load', initialize);