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.3715,-86.263)};var g_d5780dfeddf4c6d4446fc078ffc542a4 = new google.maps.Geocoder();g_d5780dfeddf4c6d4446fc078ffc542a4.geocode( { 'address': "180 W Washington St, Morgantown, IN 46160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgantown-IN-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('morgantown-IN-first-merchants-bank'), mapOptions);}document.getElementById('938ffb95').innerHTML += ' | View Map';var $ld5780dfeddf4c6d4446fc078ffc542a4 = '

First Merchants Bank

Address: 180 W Washington St, Morgantown, IN 46160, USA
Phone: (812) 597-4425
';var m_d5780dfeddf4c6d4446fc078ffc542a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_d5780dfeddf4c6d4446fc078ffc542a4['infowindow'] = new google.maps.InfoWindow({content: $ld5780dfeddf4c6d4446fc078ffc542a4});var infowindow = new google.maps.InfoWindow({content: $ld5780dfeddf4c6d4446fc078ffc542a4});google.maps.event.addListener(m_d5780dfeddf4c6d4446fc078ffc542a4, 'click', function() {infowindow.open(map,m_d5780dfeddf4c6d4446fc078ffc542a4);});$marker.push(m_d5780dfeddf4c6d4446fc078ffc542a4);}});}google.maps.event.addDomListener(window, 'load', initialize);