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.3345,-87.4454)};var g_489557d98683f98dc1b5f98d81f572c0 = new google.maps.Geocoder();g_489557d98683f98dc1b5f98d81f572c0.geocode( { 'address': "102 E Main St, Francisco, IN 47649"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('francisco-IN-german-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('francisco-IN-german-american-bank'), mapOptions);}document.getElementById('6ea67834').innerHTML += ' | View Map';var $l489557d98683f98dc1b5f98d81f572c0 = '

German American Bank

Address: 102 E Main St, Francisco, IN 47649
Phone: (812) 782-3201
';var m_489557d98683f98dc1b5f98d81f572c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'German American Bank',});m_489557d98683f98dc1b5f98d81f572c0['infowindow'] = new google.maps.InfoWindow({content: $l489557d98683f98dc1b5f98d81f572c0});var infowindow = new google.maps.InfoWindow({content: $l489557d98683f98dc1b5f98d81f572c0});google.maps.event.addListener(m_489557d98683f98dc1b5f98d81f572c0, 'click', function() {infowindow.open(map,m_489557d98683f98dc1b5f98d81f572c0);});$marker.push(m_489557d98683f98dc1b5f98d81f572c0);}});}google.maps.event.addDomListener(window, 'load', initialize);