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.7478,-85.0674)};var g_a1403d186f75b3ae39bd85be804b0116 = new google.maps.Geocoder();g_a1403d186f75b3ae39bd85be804b0116.geocode( { 'address': "102 W Main St, Vevay, IN 47043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vevay-IN-mainsource-bank').style.display = '';map = new google.maps.Map(document.getElementById('vevay-IN-mainsource-bank'), mapOptions);}document.getElementById('0ca21f89').innerHTML += ' | View Map';var $la1403d186f75b3ae39bd85be804b0116 = '

MainSource Bank

Address: 102 W Main St, Vevay, IN 47043, USA
Phone: (812) 427-2323
';var m_a1403d186f75b3ae39bd85be804b0116 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MainSource Bank',});m_a1403d186f75b3ae39bd85be804b0116['infowindow'] = new google.maps.InfoWindow({content: $la1403d186f75b3ae39bd85be804b0116});var infowindow = new google.maps.InfoWindow({content: $la1403d186f75b3ae39bd85be804b0116});google.maps.event.addListener(m_a1403d186f75b3ae39bd85be804b0116, 'click', function() {infowindow.open(map,m_a1403d186f75b3ae39bd85be804b0116);});$marker.push(m_a1403d186f75b3ae39bd85be804b0116);}});}google.maps.event.addDomListener(window, 'load', initialize);