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.5062,-81.1173)};var g_874101816eb417d9ebae3b7bc69665fb = new google.maps.Geocoder();g_874101816eb417d9ebae3b7bc69665fb.geocode( { 'address': "173 S Main St, Sparta, NC 28675"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparta-NC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sparta-NC-bbt'), mapOptions);}document.getElementById('1e98308b').innerHTML += ' | View Map';var $l874101816eb417d9ebae3b7bc69665fb = '

BB&T

Address: 173 S Main St, Sparta, NC 28675
Phone: (336) 372-4326
';var m_874101816eb417d9ebae3b7bc69665fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_874101816eb417d9ebae3b7bc69665fb['infowindow'] = new google.maps.InfoWindow({content: $l874101816eb417d9ebae3b7bc69665fb});var infowindow = new google.maps.InfoWindow({content: $l874101816eb417d9ebae3b7bc69665fb});google.maps.event.addListener(m_874101816eb417d9ebae3b7bc69665fb, 'click', function() {infowindow.open(map,m_874101816eb417d9ebae3b7bc69665fb);});$marker.push(m_874101816eb417d9ebae3b7bc69665fb);}});}google.maps.event.addDomListener(window, 'load', initialize);