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.1001,-81.3871)};var g_fb5e8a6f87ea35e5c12d571e805dc6e4 = new google.maps.Geocoder();g_fb5e8a6f87ea35e5c12d571e805dc6e4.geocode( { 'address': "182 Tallmadge Rd, Kent, OH 44240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-OH-home-savings').style.display = '';map = new google.maps.Map(document.getElementById('kent-OH-home-savings'), mapOptions);}document.getElementById('16fc9dec').innerHTML += ' | View Map';var $lfb5e8a6f87ea35e5c12d571e805dc6e4 = '

Home Savings

Address: 182 Tallmadge Rd, Kent, OH 44240, USA
Phone: (330) 673-8610
';var m_fb5e8a6f87ea35e5c12d571e805dc6e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings',});m_fb5e8a6f87ea35e5c12d571e805dc6e4['infowindow'] = new google.maps.InfoWindow({content: $lfb5e8a6f87ea35e5c12d571e805dc6e4});var infowindow = new google.maps.InfoWindow({content: $lfb5e8a6f87ea35e5c12d571e805dc6e4});google.maps.event.addListener(m_fb5e8a6f87ea35e5c12d571e805dc6e4, 'click', function() {infowindow.open(map,m_fb5e8a6f87ea35e5c12d571e805dc6e4);});$marker.push(m_fb5e8a6f87ea35e5c12d571e805dc6e4);}});}google.maps.event.addDomListener(window, 'load', initialize);