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.5523,-79.7978)};var g_c4e362686da354a9b29e0962d49bcbf7 = new google.maps.Geocoder();g_c4e362686da354a9b29e0962d49bcbf7.geocode( { 'address': "RR 1, Masontown, WV 26542, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('masontown-WV-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('masontown-WV-huntington-national-bank'), mapOptions);}document.getElementById('eb94694e').innerHTML += ' | View Map';var $lc4e362686da354a9b29e0962d49bcbf7 = '

Huntington National Bank

Address: RR 1, Masontown, WV 26542, USA
Phone: (304) 864-8619
';var m_c4e362686da354a9b29e0962d49bcbf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_c4e362686da354a9b29e0962d49bcbf7['infowindow'] = new google.maps.InfoWindow({content: $lc4e362686da354a9b29e0962d49bcbf7});var infowindow = new google.maps.InfoWindow({content: $lc4e362686da354a9b29e0962d49bcbf7});google.maps.event.addListener(m_c4e362686da354a9b29e0962d49bcbf7, 'click', function() {infowindow.open(map,m_c4e362686da354a9b29e0962d49bcbf7);});$marker.push(m_c4e362686da354a9b29e0962d49bcbf7);}});}google.maps.event.addDomListener(window, 'load', initialize);