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.3362,-84.5199)};var g_d0b5eca03e134d06550912d2a5c1f314 = new google.maps.Geocoder();g_d0b5eca03e134d06550912d2a5c1f314.geocode( { 'address': "601 Tennessee Ave, Etowah, TN 37331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('etowah-TN-bbt---etowah-branch').style.display = '';map = new google.maps.Map(document.getElementById('etowah-TN-bbt---etowah-branch'), mapOptions);}document.getElementById('b6fec98a').innerHTML += ' | View Map';var $ld0b5eca03e134d06550912d2a5c1f314 = '

BB&T - Etowah Branch

Address: 601 Tennessee Ave, Etowah, TN 37331, USA
Phone: (423) 744-2692
';var m_d0b5eca03e134d06550912d2a5c1f314 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - Etowah Branch',});m_d0b5eca03e134d06550912d2a5c1f314['infowindow'] = new google.maps.InfoWindow({content: $ld0b5eca03e134d06550912d2a5c1f314});var infowindow = new google.maps.InfoWindow({content: $ld0b5eca03e134d06550912d2a5c1f314});google.maps.event.addListener(m_d0b5eca03e134d06550912d2a5c1f314, 'click', function() {infowindow.open(map,m_d0b5eca03e134d06550912d2a5c1f314);});$marker.push(m_d0b5eca03e134d06550912d2a5c1f314);}});}google.maps.event.addDomListener(window, 'load', initialize);