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.4598,-82.2323)};var g_0284cb7c84133c8c47740c695f37ca9a = new google.maps.Geocoder();g_0284cb7c84133c8c47740c695f37ca9a.geocode( { 'address': "9 W Columbus St, Nelsonville, OH 45764, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nelsonville-OH-nelsonville-home--savings').style.display = '';map = new google.maps.Map(document.getElementById('nelsonville-OH-nelsonville-home--savings'), mapOptions);}document.getElementById('2b94f84d').innerHTML += ' | View Map';var $l0284cb7c84133c8c47740c695f37ca9a = '

Nelsonville Home & Savings

Address: 9 W Columbus St, Nelsonville, OH 45764, USA
Phone: (740) 753-2316
';var m_0284cb7c84133c8c47740c695f37ca9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nelsonville Home & Savings',});m_0284cb7c84133c8c47740c695f37ca9a['infowindow'] = new google.maps.InfoWindow({content: $l0284cb7c84133c8c47740c695f37ca9a});var infowindow = new google.maps.InfoWindow({content: $l0284cb7c84133c8c47740c695f37ca9a});google.maps.event.addListener(m_0284cb7c84133c8c47740c695f37ca9a, 'click', function() {infowindow.open(map,m_0284cb7c84133c8c47740c695f37ca9a);});$marker.push(m_0284cb7c84133c8c47740c695f37ca9a);}});}google.maps.event.addDomListener(window, 'load', initialize);