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.3142,-81.5527)};var g_c1e7eb7166fb509b9f842074322cd55c = new google.maps.Geocoder();g_c1e7eb7166fb509b9f842074322cd55c.geocode( { 'address': "1500 Grand Central Ave #102, Vienna, WV 26105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vienna-WV-huntington-bank').style.display = '';map = new google.maps.Map(document.getElementById('vienna-WV-huntington-bank'), mapOptions);}document.getElementById('0db33b6f').innerHTML += ' | View Map';var $lc1e7eb7166fb509b9f842074322cd55c = '

Huntington Bank

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