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.6294,-79.9561)};var g_5769f5bd8a3a2d43c9e04e5d20d3a8f3 = new google.maps.Geocoder();g_5769f5bd8a3a2d43c9e04e5d20d3a8f3.geocode( { 'address': "130 Greenbag Rd, Morgantown, WV 26501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgantown-WV-the-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('morgantown-WV-the-huntington-national-bank'), mapOptions);}document.getElementById('18481cf8').innerHTML += ' | View Map';var $l5769f5bd8a3a2d43c9e04e5d20d3a8f3 = '

The Huntington National Bank

Address: 130 Greenbag Rd, Morgantown, WV 26501
Phone: (304) 292-6066
';var m_5769f5bd8a3a2d43c9e04e5d20d3a8f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Huntington National Bank',});m_5769f5bd8a3a2d43c9e04e5d20d3a8f3['infowindow'] = new google.maps.InfoWindow({content: $l5769f5bd8a3a2d43c9e04e5d20d3a8f3});var infowindow = new google.maps.InfoWindow({content: $l5769f5bd8a3a2d43c9e04e5d20d3a8f3});google.maps.event.addListener(m_5769f5bd8a3a2d43c9e04e5d20d3a8f3, 'click', function() {infowindow.open(map,m_5769f5bd8a3a2d43c9e04e5d20d3a8f3);});$marker.push(m_5769f5bd8a3a2d43c9e04e5d20d3a8f3);}});}google.maps.event.addDomListener(window, 'load', initialize);