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.7842,-83.9808)};var g_6610f7d14eb637f134f14713b1c85043 = new google.maps.Geocoder();g_6610f7d14eb637f134f14713b1c85043.geocode( { 'address': "1075 Hunters Xing, Alcoa, TN 37701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alcoa-TN-bbt').style.display = '';map = new google.maps.Map(document.getElementById('alcoa-TN-bbt'), mapOptions);}document.getElementById('27d2f23f').innerHTML += ' | View Map';var $l6610f7d14eb637f134f14713b1c85043 = '

BB&T

Address: 1075 Hunters Xing, Alcoa, TN 37701
Phone: (865) 681-5680
';var m_6610f7d14eb637f134f14713b1c85043 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_6610f7d14eb637f134f14713b1c85043['infowindow'] = new google.maps.InfoWindow({content: $l6610f7d14eb637f134f14713b1c85043});var infowindow = new google.maps.InfoWindow({content: $l6610f7d14eb637f134f14713b1c85043});google.maps.event.addListener(m_6610f7d14eb637f134f14713b1c85043, 'click', function() {infowindow.open(map,m_6610f7d14eb637f134f14713b1c85043);});$marker.push(m_6610f7d14eb637f134f14713b1c85043);}});}google.maps.event.addDomListener(window, 'load', initialize);