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.3166,-81.5484)};var g_d2abdf99c511d85536f600fc06228105 = new google.maps.Geocoder();g_d2abdf99c511d85536f600fc06228105.geocode( { 'address': "61 W Aurora Rd, Northfield, OH 44067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northfield-OH-home-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('northfield-OH-home-savings-loan'), mapOptions);}document.getElementById('9074f724').innerHTML += ' | View Map';var $ld2abdf99c511d85536f600fc06228105 = '

Home Savings & Loan

Address: 61 W Aurora Rd, Northfield, OH 44067
Phone: (330) 468-3793
';var m_d2abdf99c511d85536f600fc06228105 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan',});m_d2abdf99c511d85536f600fc06228105['infowindow'] = new google.maps.InfoWindow({content: $ld2abdf99c511d85536f600fc06228105});var infowindow = new google.maps.InfoWindow({content: $ld2abdf99c511d85536f600fc06228105});google.maps.event.addListener(m_d2abdf99c511d85536f600fc06228105, 'click', function() {infowindow.open(map,m_d2abdf99c511d85536f600fc06228105);});$marker.push(m_d2abdf99c511d85536f600fc06228105);}});}google.maps.event.addDomListener(window, 'load', initialize);