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.6122,-80.601)};var g_a2764160dfd3104be49d0b45cbb534ba = new google.maps.Geocoder();g_a2764160dfd3104be49d0b45cbb534ba.geocode( { 'address': "226 Washington St, Newell, WV 26050-1374"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newell-WV-northern-hancock-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('newell-WV-northern-hancock-bank-trust'), mapOptions);}document.getElementById('ec574d90').innerHTML += ' | View Map';var $la2764160dfd3104be49d0b45cbb534ba = '

Northern Hancock Bank & Trust

Address: 226 Washington St, Newell, WV 26050-1374
Phone: (304) 387-9900
';var m_a2764160dfd3104be49d0b45cbb534ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Hancock Bank & Trust',});m_a2764160dfd3104be49d0b45cbb534ba['infowindow'] = new google.maps.InfoWindow({content: $la2764160dfd3104be49d0b45cbb534ba});var infowindow = new google.maps.InfoWindow({content: $la2764160dfd3104be49d0b45cbb534ba});google.maps.event.addListener(m_a2764160dfd3104be49d0b45cbb534ba, 'click', function() {infowindow.open(map,m_a2764160dfd3104be49d0b45cbb534ba);});$marker.push(m_a2764160dfd3104be49d0b45cbb534ba);}});}google.maps.event.addDomListener(window, 'load', initialize);