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.2972,-86.9567)};var g_c36ee446e10a5638d1ae52627a20da34 = new google.maps.Geocoder();g_c36ee446e10a5638d1ae52627a20da34.geocode( { 'address': "309 E 13th St, Huntingburg, IN 47542"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntingburg-IN-german-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntingburg-IN-german-american-bank'), mapOptions);}document.getElementById('bc6a1cbe').innerHTML += ' | View Map';var $lc36ee446e10a5638d1ae52627a20da34 = '

German American Bank

Address: 309 E 13th St, Huntingburg, IN 47542
Phone: (812) 683-5501
';var m_c36ee446e10a5638d1ae52627a20da34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'German American Bank',});m_c36ee446e10a5638d1ae52627a20da34['infowindow'] = new google.maps.InfoWindow({content: $lc36ee446e10a5638d1ae52627a20da34});var infowindow = new google.maps.InfoWindow({content: $lc36ee446e10a5638d1ae52627a20da34});google.maps.event.addListener(m_c36ee446e10a5638d1ae52627a20da34, 'click', function() {infowindow.open(map,m_c36ee446e10a5638d1ae52627a20da34);});$marker.push(m_c36ee446e10a5638d1ae52627a20da34);}});}google.maps.event.addDomListener(window, 'load', initialize);