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.1192,-81.8382)};var g_bfb345dafd561613fc28430f37c43143 = new google.maps.Geocoder();g_bfb345dafd561613fc28430f37c43143.geocode( { 'address': "4501 Tynecastle Hwy #15, Banner Elk, NC 28604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('banner-elk-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('banner-elk-NC-bbt'), mapOptions);}document.getElementById('286a1ef5').innerHTML += ' | View Map';var $lbfb345dafd561613fc28430f37c43143 = '

BB&T

Address: 4501 Tynecastle Hwy #15, Banner Elk, NC 28604, USA
Phone: (828) 898-9219
';var m_bfb345dafd561613fc28430f37c43143 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_bfb345dafd561613fc28430f37c43143['infowindow'] = new google.maps.InfoWindow({content: $lbfb345dafd561613fc28430f37c43143});var infowindow = new google.maps.InfoWindow({content: $lbfb345dafd561613fc28430f37c43143});google.maps.event.addListener(m_bfb345dafd561613fc28430f37c43143, 'click', function() {infowindow.open(map,m_bfb345dafd561613fc28430f37c43143);});$marker.push(m_bfb345dafd561613fc28430f37c43143);}});}google.maps.event.addDomListener(window, 'load', initialize);