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(35.5906,-84.4745)};var g_ce02365e7cbf81007cbd278abf8ac48b = new google.maps.Geocoder();g_ce02365e7cbf81007cbd278abf8ac48b.geocode( { 'address': "903 New Hwy 68, Sweetwater, TN 37874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sweetwater-TN-bbt').style.display = '';map = new google.maps.Map(document.getElementById('sweetwater-TN-bbt'), mapOptions);}document.getElementById('e9ea5e91').innerHTML += ' | View Map';var $lce02365e7cbf81007cbd278abf8ac48b = '

BB&T

Address: 903 New Hwy 68, Sweetwater, TN 37874, USA
Phone: (423) 351-1220
';var m_ce02365e7cbf81007cbd278abf8ac48b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_ce02365e7cbf81007cbd278abf8ac48b['infowindow'] = new google.maps.InfoWindow({content: $lce02365e7cbf81007cbd278abf8ac48b});var infowindow = new google.maps.InfoWindow({content: $lce02365e7cbf81007cbd278abf8ac48b});google.maps.event.addListener(m_ce02365e7cbf81007cbd278abf8ac48b, 'click', function() {infowindow.open(map,m_ce02365e7cbf81007cbd278abf8ac48b);});$marker.push(m_ce02365e7cbf81007cbd278abf8ac48b);}});}google.maps.event.addDomListener(window, 'load', initialize);