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.0265,-86.936)};var g_89113bde06950fede1c11c346ea78046 = new google.maps.Geocoder();g_89113bde06950fede1c11c346ea78046.geocode( { 'address': "225 E Main St, Bloomfield, IN 47424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomfield-IN-farmers--mechanics-federal-savings-and-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('bloomfield-IN-farmers--mechanics-federal-savings-and-loan-association'), mapOptions);}document.getElementById('173a953d').innerHTML += ' | View Map';var $l89113bde06950fede1c11c346ea78046 = '

Farmers & Mechanics Federal Savings and Loan Association

Address: 225 E Main St, Bloomfield, IN 47424, USA
Phone: (812) 384-4473
';var m_89113bde06950fede1c11c346ea78046 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Mechanics Federal Savings and Loan Association',});m_89113bde06950fede1c11c346ea78046['infowindow'] = new google.maps.InfoWindow({content: $l89113bde06950fede1c11c346ea78046});var infowindow = new google.maps.InfoWindow({content: $l89113bde06950fede1c11c346ea78046});google.maps.event.addListener(m_89113bde06950fede1c11c346ea78046, 'click', function() {infowindow.open(map,m_89113bde06950fede1c11c346ea78046);});$marker.push(m_89113bde06950fede1c11c346ea78046);}});}google.maps.event.addDomListener(window, 'load', initialize);