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.0822,-85.0592)};var g_1a69ac91cfe545db449239c2c9b946e4 = new google.maps.Geocoder();g_1a69ac91cfe545db449239c2c9b946e4.geocode( { 'address': "9238 Lee Hwy, Ooltewah, TN 37363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ooltewah-TN-bbt').style.display = '';map = new google.maps.Map(document.getElementById('ooltewah-TN-bbt'), mapOptions);}document.getElementById('1df9a797').innerHTML += ' | View Map';var $l1a69ac91cfe545db449239c2c9b946e4 = '

BB&T

Address: 9238 Lee Hwy, Ooltewah, TN 37363, USA
Phone: (423) 238-6515
';var m_1a69ac91cfe545db449239c2c9b946e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_1a69ac91cfe545db449239c2c9b946e4['infowindow'] = new google.maps.InfoWindow({content: $l1a69ac91cfe545db449239c2c9b946e4});var infowindow = new google.maps.InfoWindow({content: $l1a69ac91cfe545db449239c2c9b946e4});google.maps.event.addListener(m_1a69ac91cfe545db449239c2c9b946e4, 'click', function() {infowindow.open(map,m_1a69ac91cfe545db449239c2c9b946e4);});$marker.push(m_1a69ac91cfe545db449239c2c9b946e4);}});}google.maps.event.addDomListener(window, 'load', initialize);