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.1214,-83.1759)};var g_8c01eaa44e3e785dc3fcba07c879aa6a = new google.maps.Geocoder();g_8c01eaa44e3e785dc3fcba07c879aa6a.geocode( { 'address': "49 S Washington St, Tiffin, OH 44883"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tiffin-OH-home-savings-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('tiffin-OH-home-savings-loan-co'), mapOptions);}document.getElementById('8007c42d').innerHTML += ' | View Map';var $l8c01eaa44e3e785dc3fcba07c879aa6a = '

Home Savings & Loan Co

Address: 49 S Washington St, Tiffin, OH 44883
Phone: (419) 443-1440
';var m_8c01eaa44e3e785dc3fcba07c879aa6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_8c01eaa44e3e785dc3fcba07c879aa6a['infowindow'] = new google.maps.InfoWindow({content: $l8c01eaa44e3e785dc3fcba07c879aa6a});var infowindow = new google.maps.InfoWindow({content: $l8c01eaa44e3e785dc3fcba07c879aa6a});google.maps.event.addListener(m_8c01eaa44e3e785dc3fcba07c879aa6a, 'click', function() {infowindow.open(map,m_8c01eaa44e3e785dc3fcba07c879aa6a);});$marker.push(m_8c01eaa44e3e785dc3fcba07c879aa6a);}});}google.maps.event.addDomListener(window, 'load', initialize);