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.4075,-85.8461)};var g_96d23c45c99d200eb13766cbdc201f8f = new google.maps.Geocoder();g_96d23c45c99d200eb13766cbdc201f8f.geocode( { 'address': "246 S Main St, Milford, IN 46542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milford-IN-milford-federal-savings-and-loan-association').style.display = '';map = new google.maps.Map(document.getElementById('milford-IN-milford-federal-savings-and-loan-association'), mapOptions);}document.getElementById('8af7db33').innerHTML += ' | View Map';var $l96d23c45c99d200eb13766cbdc201f8f = '

Milford Federal Savings and Loan Association

Address: 246 S Main St, Milford, IN 46542, USA
Phone: (800) 478-6990
';var m_96d23c45c99d200eb13766cbdc201f8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Milford Federal Savings and Loan Association',});m_96d23c45c99d200eb13766cbdc201f8f['infowindow'] = new google.maps.InfoWindow({content: $l96d23c45c99d200eb13766cbdc201f8f});var infowindow = new google.maps.InfoWindow({content: $l96d23c45c99d200eb13766cbdc201f8f});google.maps.event.addListener(m_96d23c45c99d200eb13766cbdc201f8f, 'click', function() {infowindow.open(map,m_96d23c45c99d200eb13766cbdc201f8f);});$marker.push(m_96d23c45c99d200eb13766cbdc201f8f);}});}google.maps.event.addDomListener(window, 'load', initialize);