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(40.343,-85.3538)};var g_04851359d83c573e1b9bd3c5b1633618 = new google.maps.Geocoder();g_04851359d83c573e1b9bd3c5b1633618.geocode( { 'address': "107 E Harris St, Eaton, IN 47338"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eaton-IN-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('eaton-IN-first-merchants-bank'), mapOptions);}document.getElementById('f87cc533').innerHTML += ' | View Map';var $l04851359d83c573e1b9bd3c5b1633618 = '

First Merchants Bank

Address: 107 E Harris St, Eaton, IN 47338
Phone: (765) 396-3311
';var m_04851359d83c573e1b9bd3c5b1633618 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_04851359d83c573e1b9bd3c5b1633618['infowindow'] = new google.maps.InfoWindow({content: $l04851359d83c573e1b9bd3c5b1633618});var infowindow = new google.maps.InfoWindow({content: $l04851359d83c573e1b9bd3c5b1633618});google.maps.event.addListener(m_04851359d83c573e1b9bd3c5b1633618, 'click', function() {infowindow.open(map,m_04851359d83c573e1b9bd3c5b1633618);});$marker.push(m_04851359d83c573e1b9bd3c5b1633618);}});}google.maps.event.addDomListener(window, 'load', initialize);