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(39.7268,-82.9529)};var g_94b4f1c7033b10801cd7696329c5d15d = new google.maps.Geocoder();g_94b4f1c7033b10801cd7696329c5d15d.geocode( { 'address': "501 Long St, Ashville, OH 43103"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashville-OH-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashville-OH-savings-bank'), mapOptions);}document.getElementById('a728a029').innerHTML += ' | View Map';var $l94b4f1c7033b10801cd7696329c5d15d = '

Savings Bank

Address: 501 Long St, Ashville, OH 43103
Phone: (740) 983-2351
';var m_94b4f1c7033b10801cd7696329c5d15d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Bank',});m_94b4f1c7033b10801cd7696329c5d15d['infowindow'] = new google.maps.InfoWindow({content: $l94b4f1c7033b10801cd7696329c5d15d});var infowindow = new google.maps.InfoWindow({content: $l94b4f1c7033b10801cd7696329c5d15d});google.maps.event.addListener(m_94b4f1c7033b10801cd7696329c5d15d, 'click', function() {infowindow.open(map,m_94b4f1c7033b10801cd7696329c5d15d);});$marker.push(m_94b4f1c7033b10801cd7696329c5d15d);}});}google.maps.event.addDomListener(window, 'load', initialize);