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.1486,-82.4563)};var g_43dc56dd3f4297c09b9b4711f32110bf = new google.maps.Geocoder();g_43dc56dd3f4297c09b9b4711f32110bf.geocode( { 'address': "228 Chase St, Clintwood, VA 24228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clintwood-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('clintwood-VA-bbt'), mapOptions);}document.getElementById('5a0ff006').innerHTML += ' | View Map';var $l43dc56dd3f4297c09b9b4711f32110bf = '

BB&T

Address: 228 Chase St, Clintwood, VA 24228, USA
Phone: (276) 926-8485
';var m_43dc56dd3f4297c09b9b4711f32110bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_43dc56dd3f4297c09b9b4711f32110bf['infowindow'] = new google.maps.InfoWindow({content: $l43dc56dd3f4297c09b9b4711f32110bf});var infowindow = new google.maps.InfoWindow({content: $l43dc56dd3f4297c09b9b4711f32110bf});google.maps.event.addListener(m_43dc56dd3f4297c09b9b4711f32110bf, 'click', function() {infowindow.open(map,m_43dc56dd3f4297c09b9b4711f32110bf);});$marker.push(m_43dc56dd3f4297c09b9b4711f32110bf);}});}google.maps.event.addDomListener(window, 'load', initialize);