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(37.6707,-82.2766)};var g_c73372ef997d2931705561862f74cdbf = new google.maps.Geocoder();g_c73372ef997d2931705561862f74cdbf.geocode( { 'address': "250 E 2nd Ave, Williamson, WV 25661, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamson-WV-bbt').style.display = '';map = new google.maps.Map(document.getElementById('williamson-WV-bbt'), mapOptions);}document.getElementById('a093ad51').innerHTML += ' | View Map';var $lc73372ef997d2931705561862f74cdbf = '

BB&T

Address: 250 E 2nd Ave, Williamson, WV 25661, USA
Phone: (304) 235-1544
';var m_c73372ef997d2931705561862f74cdbf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c73372ef997d2931705561862f74cdbf['infowindow'] = new google.maps.InfoWindow({content: $lc73372ef997d2931705561862f74cdbf});var infowindow = new google.maps.InfoWindow({content: $lc73372ef997d2931705561862f74cdbf});google.maps.event.addListener(m_c73372ef997d2931705561862f74cdbf, 'click', function() {infowindow.open(map,m_c73372ef997d2931705561862f74cdbf);});$marker.push(m_c73372ef997d2931705561862f74cdbf);}});}google.maps.event.addDomListener(window, 'load', initialize);