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.2865,-85.7701)};var g_7337bc5b4a00fa2ee237cf50a57b288d = new google.maps.Geocoder();g_7337bc5b4a00fa2ee237cf50a57b288d.geocode( { 'address': "8475 IN-9, Hope, IN 47246, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hope-IN-mainsource-bank').style.display = '';map = new google.maps.Map(document.getElementById('hope-IN-mainsource-bank'), mapOptions);}document.getElementById('b50aeca5').innerHTML += ' | View Map';var $l7337bc5b4a00fa2ee237cf50a57b288d = '

MainSource Bank

Address: 8475 IN-9, Hope, IN 47246, USA
Phone: (812) 546-6415
';var m_7337bc5b4a00fa2ee237cf50a57b288d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MainSource Bank',});m_7337bc5b4a00fa2ee237cf50a57b288d['infowindow'] = new google.maps.InfoWindow({content: $l7337bc5b4a00fa2ee237cf50a57b288d});var infowindow = new google.maps.InfoWindow({content: $l7337bc5b4a00fa2ee237cf50a57b288d});google.maps.event.addListener(m_7337bc5b4a00fa2ee237cf50a57b288d, 'click', function() {infowindow.open(map,m_7337bc5b4a00fa2ee237cf50a57b288d);});$marker.push(m_7337bc5b4a00fa2ee237cf50a57b288d);}});}google.maps.event.addDomListener(window, 'load', initialize);