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.035,-84.2061)};var g_170c24439fecca3c09ea7adc5344d829 = new google.maps.Geocoder();g_170c24439fecca3c09ea7adc5344d829.geocode( { 'address': "1867 W Main St, Troy, OH 45373"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-OH-mutual-federal-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('troy-OH-mutual-federal-savings-bank'), mapOptions);}document.getElementById('5426a325').innerHTML += ' | View Map';var $l170c24439fecca3c09ea7adc5344d829 = '

Mutual Federal Savings Bank

Address: 1867 W Main St, Troy, OH 45373
Phone: (937) 339-9993
';var m_170c24439fecca3c09ea7adc5344d829 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mutual Federal Savings Bank',});m_170c24439fecca3c09ea7adc5344d829['infowindow'] = new google.maps.InfoWindow({content: $l170c24439fecca3c09ea7adc5344d829});var infowindow = new google.maps.InfoWindow({content: $l170c24439fecca3c09ea7adc5344d829});google.maps.event.addListener(m_170c24439fecca3c09ea7adc5344d829, 'click', function() {infowindow.open(map,m_170c24439fecca3c09ea7adc5344d829);});$marker.push(m_170c24439fecca3c09ea7adc5344d829);}});}google.maps.event.addDomListener(window, 'load', initialize);