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.8052,-87.4949)};var g_22b13941c56521821183db80d815f772 = new google.maps.Geocoder();g_22b13941c56521821183db80d815f772.geocode( { 'address': "129 N Maple St, Dana, IN 47847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dana-IN-bank-of-indiana').style.display = '';map = new google.maps.Map(document.getElementById('dana-IN-bank-of-indiana'), mapOptions);}document.getElementById('046cce53').innerHTML += ' | View Map';var $l22b13941c56521821183db80d815f772 = '

Bank of Indiana

Address: 129 N Maple St, Dana, IN 47847, USA
Phone: (765) 665-3396
';var m_22b13941c56521821183db80d815f772 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Indiana',});m_22b13941c56521821183db80d815f772['infowindow'] = new google.maps.InfoWindow({content: $l22b13941c56521821183db80d815f772});var infowindow = new google.maps.InfoWindow({content: $l22b13941c56521821183db80d815f772});google.maps.event.addListener(m_22b13941c56521821183db80d815f772, 'click', function() {infowindow.open(map,m_22b13941c56521821183db80d815f772);});$marker.push(m_22b13941c56521821183db80d815f772);}});}google.maps.event.addDomListener(window, 'load', initialize);