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.7423,-86.1617)};var g_055a2476616d8d57a6fafb078a787552 = new google.maps.Geocoder();g_055a2476616d8d57a6fafb078a787552.geocode( { 'address': "402 W Cleveland Rd, Granger, IN 46530"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granger-IN-mutual-bank').style.display = '';map = new google.maps.Map(document.getElementById('granger-IN-mutual-bank'), mapOptions);}document.getElementById('ee39e8f3').innerHTML += ' | View Map';var $l055a2476616d8d57a6fafb078a787552 = '

Mutual Bank

Address: 402 W Cleveland Rd, Granger, IN 46530
Phone: (574) 277-4930
';var m_055a2476616d8d57a6fafb078a787552 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mutual Bank',});m_055a2476616d8d57a6fafb078a787552['infowindow'] = new google.maps.InfoWindow({content: $l055a2476616d8d57a6fafb078a787552});var infowindow = new google.maps.InfoWindow({content: $l055a2476616d8d57a6fafb078a787552});google.maps.event.addListener(m_055a2476616d8d57a6fafb078a787552, 'click', function() {infowindow.open(map,m_055a2476616d8d57a6fafb078a787552);});$marker.push(m_055a2476616d8d57a6fafb078a787552);}});}google.maps.event.addDomListener(window, 'load', initialize);