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(41.224,-85.1652)};var g_040ca38cefb1d9226d79c05dd25469cb = new google.maps.Geocoder();g_040ca38cefb1d9226d79c05dd25469cb.geocode( { 'address': "1615 W Gump Rd, Huntertown, IN 46748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntertown-IN-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntertown-IN-farmers--merchants-bank'), mapOptions);}document.getElementById('f24e6590').innerHTML += ' | View Map';var $l040ca38cefb1d9226d79c05dd25469cb = '

Farmers & Merchants Bank

Address: 1615 W Gump Rd, Huntertown, IN 46748, USA
Phone: (260) 637-5556
';var m_040ca38cefb1d9226d79c05dd25469cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_040ca38cefb1d9226d79c05dd25469cb['infowindow'] = new google.maps.InfoWindow({content: $l040ca38cefb1d9226d79c05dd25469cb});var infowindow = new google.maps.InfoWindow({content: $l040ca38cefb1d9226d79c05dd25469cb});google.maps.event.addListener(m_040ca38cefb1d9226d79c05dd25469cb, 'click', function() {infowindow.open(map,m_040ca38cefb1d9226d79c05dd25469cb);});$marker.push(m_040ca38cefb1d9226d79c05dd25469cb);}});}google.maps.event.addDomListener(window, 'load', initialize);