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.4189,-82.674)};var g_617f94ca0e5eb80533f060c6ec088182 = new google.maps.Geocoder();g_617f94ca0e5eb80533f060c6ec088182.geocode( { 'address': "4112 Milan Rd, Sandusky, OH 44870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandusky-OH-home-savings').style.display = '';map = new google.maps.Map(document.getElementById('sandusky-OH-home-savings'), mapOptions);}document.getElementById('77cbeafb').innerHTML += ' | View Map';var $l617f94ca0e5eb80533f060c6ec088182 = '

Home Savings

Address: 4112 Milan Rd, Sandusky, OH 44870, USA
Phone: (419) 627-2747
';var m_617f94ca0e5eb80533f060c6ec088182 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings',});m_617f94ca0e5eb80533f060c6ec088182['infowindow'] = new google.maps.InfoWindow({content: $l617f94ca0e5eb80533f060c6ec088182});var infowindow = new google.maps.InfoWindow({content: $l617f94ca0e5eb80533f060c6ec088182});google.maps.event.addListener(m_617f94ca0e5eb80533f060c6ec088182, 'click', function() {infowindow.open(map,m_617f94ca0e5eb80533f060c6ec088182);});$marker.push(m_617f94ca0e5eb80533f060c6ec088182);}});}google.maps.event.addDomListener(window, 'load', initialize);