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.3155,-82.9633)};var g_f9a4d59fbd83efbe070482a566ec890b = new google.maps.Geocoder();g_f9a4d59fbd83efbe070482a566ec890b.geocode( { 'address': "225 N Main St, Clyde, OH 43410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clyde-OH-home-savings-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('clyde-OH-home-savings-loan-co'), mapOptions);}document.getElementById('38cc37e2').innerHTML += ' | View Map';var $lf9a4d59fbd83efbe070482a566ec890b = '

Home Savings & Loan Co

Address: 225 N Main St, Clyde, OH 43410
Phone: (419) 547-9571
';var m_f9a4d59fbd83efbe070482a566ec890b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_f9a4d59fbd83efbe070482a566ec890b['infowindow'] = new google.maps.InfoWindow({content: $lf9a4d59fbd83efbe070482a566ec890b});var infowindow = new google.maps.InfoWindow({content: $lf9a4d59fbd83efbe070482a566ec890b});google.maps.event.addListener(m_f9a4d59fbd83efbe070482a566ec890b, 'click', function() {infowindow.open(map,m_f9a4d59fbd83efbe070482a566ec890b);});$marker.push(m_f9a4d59fbd83efbe070482a566ec890b);}});}google.maps.event.addDomListener(window, 'load', initialize);