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.0771,-80.9174)};var g_c7f9cc41f5f9bd737d9496b06db991c9 = new google.maps.Geocoder();g_c7f9cc41f5f9bd737d9496b06db991c9.geocode( { 'address': "107 Plaza Dr Suite A, St Clairsville, OH 43950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-clairsville-OH-home-savings').style.display = '';map = new google.maps.Map(document.getElementById('saint-clairsville-OH-home-savings'), mapOptions);}document.getElementById('910713cd').innerHTML += ' | View Map';var $lc7f9cc41f5f9bd737d9496b06db991c9 = '

Home Savings

Address: 107 Plaza Dr Suite A, St Clairsville, OH 43950, USA
Phone: (740) 699-4600
';var m_c7f9cc41f5f9bd737d9496b06db991c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Savings',});m_c7f9cc41f5f9bd737d9496b06db991c9['infowindow'] = new google.maps.InfoWindow({content: $lc7f9cc41f5f9bd737d9496b06db991c9});var infowindow = new google.maps.InfoWindow({content: $lc7f9cc41f5f9bd737d9496b06db991c9});google.maps.event.addListener(m_c7f9cc41f5f9bd737d9496b06db991c9, 'click', function() {infowindow.open(map,m_c7f9cc41f5f9bd737d9496b06db991c9);});$marker.push(m_c7f9cc41f5f9bd737d9496b06db991c9);}});}google.maps.event.addDomListener(window, 'load', initialize);