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(36.0974,-80.4228)};var g_8c5c087b9c95856dee8a111c1eb04847 = new google.maps.Geocoder();g_8c5c087b9c95856dee8a111c1eb04847.geocode( { 'address': "6454 Shallowford Rd, Lewisville, NC 27023"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewisville-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lewisville-NC-bbt'), mapOptions);}document.getElementById('e5b2e72b').innerHTML += ' | View Map';var $l8c5c087b9c95856dee8a111c1eb04847 = '

BB&T

Address: 6454 Shallowford Rd, Lewisville, NC 27023
Phone: (336) 945-3795
';var m_8c5c087b9c95856dee8a111c1eb04847 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_8c5c087b9c95856dee8a111c1eb04847['infowindow'] = new google.maps.InfoWindow({content: $l8c5c087b9c95856dee8a111c1eb04847});var infowindow = new google.maps.InfoWindow({content: $l8c5c087b9c95856dee8a111c1eb04847});google.maps.event.addListener(m_8c5c087b9c95856dee8a111c1eb04847, 'click', function() {infowindow.open(map,m_8c5c087b9c95856dee8a111c1eb04847);});$marker.push(m_8c5c087b9c95856dee8a111c1eb04847);}});}google.maps.event.addDomListener(window, 'load', initialize);