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.6312,-84.9286)};var g_ea78b95ccf2b35e52af479dcc59cd32c = new google.maps.Geocoder();g_ea78b95ccf2b35e52af479dcc59cd32c.geocode( { 'address': "107 W Union St, Liberty, IN 47353"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('liberty-IN-first-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('liberty-IN-first-merchants-bank'), mapOptions);}document.getElementById('07d6fdef').innerHTML += ' | View Map';var $lea78b95ccf2b35e52af479dcc59cd32c = '

First Merchants Bank

Address: 107 W Union St, Liberty, IN 47353
Phone: (765) 458-5126
';var m_ea78b95ccf2b35e52af479dcc59cd32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Merchants Bank',});m_ea78b95ccf2b35e52af479dcc59cd32c['infowindow'] = new google.maps.InfoWindow({content: $lea78b95ccf2b35e52af479dcc59cd32c});var infowindow = new google.maps.InfoWindow({content: $lea78b95ccf2b35e52af479dcc59cd32c});google.maps.event.addListener(m_ea78b95ccf2b35e52af479dcc59cd32c, 'click', function() {infowindow.open(map,m_ea78b95ccf2b35e52af479dcc59cd32c);});$marker.push(m_ea78b95ccf2b35e52af479dcc59cd32c);}});}google.maps.event.addDomListener(window, 'load', initialize);