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.6306,-82.0904)};var g_7612390212284da138cf9fffe8636aed = new google.maps.Geocoder();g_7612390212284da138cf9fffe8636aed.geocode( { 'address': "112 N Valley St, Corning, OH 43730"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corning-OH-north-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('corning-OH-north-valley-bank'), mapOptions);}document.getElementById('1a4049a1').innerHTML += ' | View Map';var $l7612390212284da138cf9fffe8636aed = '

North Valley Bank

Address: 112 N Valley St, Corning, OH 43730
Phone: (740) 347-4355
';var m_7612390212284da138cf9fffe8636aed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Valley Bank',});m_7612390212284da138cf9fffe8636aed['infowindow'] = new google.maps.InfoWindow({content: $l7612390212284da138cf9fffe8636aed});var infowindow = new google.maps.InfoWindow({content: $l7612390212284da138cf9fffe8636aed});google.maps.event.addListener(m_7612390212284da138cf9fffe8636aed, 'click', function() {infowindow.open(map,m_7612390212284da138cf9fffe8636aed);});$marker.push(m_7612390212284da138cf9fffe8636aed);}});}google.maps.event.addDomListener(window, 'load', initialize);