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.325,-81.5426)};var g_b59f62d4f82cdf25cd152c3213afbf2d = new google.maps.Geocoder();g_b59f62d4f82cdf25cd152c3213afbf2d.geocode( { 'address': "1500 Grand Central Ave, Vienna, WV 26105"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vienna-WV-huntington-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('vienna-WV-huntington-national-bank'), mapOptions);}document.getElementById('5f2fa6b8').innerHTML += ' | View Map';var $lb59f62d4f82cdf25cd152c3213afbf2d = '

Huntington National Bank

Address: 1500 Grand Central Ave, Vienna, WV 26105
Phone: (304) 295-6500
';var m_b59f62d4f82cdf25cd152c3213afbf2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington National Bank',});m_b59f62d4f82cdf25cd152c3213afbf2d['infowindow'] = new google.maps.InfoWindow({content: $lb59f62d4f82cdf25cd152c3213afbf2d});var infowindow = new google.maps.InfoWindow({content: $lb59f62d4f82cdf25cd152c3213afbf2d});google.maps.event.addListener(m_b59f62d4f82cdf25cd152c3213afbf2d, 'click', function() {infowindow.open(map,m_b59f62d4f82cdf25cd152c3213afbf2d);});$marker.push(m_b59f62d4f82cdf25cd152c3213afbf2d);}});}google.maps.event.addDomListener(window, 'load', initialize);