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(40.6711,-80.5831)};var g_82ac08622e9ca3694b7eea66db8cc60b = new google.maps.Geocoder();g_82ac08622e9ca3694b7eea66db8cc60b.geocode( { 'address': "15575 State Route 170, East Liverpool, OH 43920"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-liverpool-OH-home-savings-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('east-liverpool-OH-home-savings-loan-co'), mapOptions);}document.getElementById('2c3c1994').innerHTML += ' | View Map';var $l82ac08622e9ca3694b7eea66db8cc60b = '

Home Savings & Loan Co

Address: 15575 State Route 170, East Liverpool, OH 43920
Phone: (330) 385-4845
';var m_82ac08622e9ca3694b7eea66db8cc60b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings & Loan Co',});m_82ac08622e9ca3694b7eea66db8cc60b['infowindow'] = new google.maps.InfoWindow({content: $l82ac08622e9ca3694b7eea66db8cc60b});var infowindow = new google.maps.InfoWindow({content: $l82ac08622e9ca3694b7eea66db8cc60b});google.maps.event.addListener(m_82ac08622e9ca3694b7eea66db8cc60b, 'click', function() {infowindow.open(map,m_82ac08622e9ca3694b7eea66db8cc60b);});$marker.push(m_82ac08622e9ca3694b7eea66db8cc60b);}});}google.maps.event.addDomListener(window, 'load', initialize);