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.9553,-80.7536)};var g_674582294a79d3cfd4df6adee8397a3d = new google.maps.Geocoder();g_674582294a79d3cfd4df6adee8397a3d.geocode( { 'address': "20 Wheeling Ave, Glen Dale, WV 26038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-dale-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('glen-dale-WV-bbt'), mapOptions);}document.getElementById('50c72ccd').innerHTML += ' | View Map';var $l674582294a79d3cfd4df6adee8397a3d = '

BB&T

Address: 20 Wheeling Ave, Glen Dale, WV 26038, USA
Phone: (304) 845-1288
';var m_674582294a79d3cfd4df6adee8397a3d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_674582294a79d3cfd4df6adee8397a3d['infowindow'] = new google.maps.InfoWindow({content: $l674582294a79d3cfd4df6adee8397a3d});var infowindow = new google.maps.InfoWindow({content: $l674582294a79d3cfd4df6adee8397a3d});google.maps.event.addListener(m_674582294a79d3cfd4df6adee8397a3d, 'click', function() {infowindow.open(map,m_674582294a79d3cfd4df6adee8397a3d);});$marker.push(m_674582294a79d3cfd4df6adee8397a3d);}});}google.maps.event.addDomListener(window, 'load', initialize);