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.0823,-85.0592)};var g_bd33f02c4e28615b5af2d24703e066d5 = new google.maps.Geocoder();g_bd33f02c4e28615b5af2d24703e066d5.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-atm').style.display = '';map = new google.maps.Map(document.getElementById('ooltewah-TN-bbt-atm'), mapOptions);}document.getElementById('1df9a797').innerHTML += ' | View Map';var $lbd33f02c4e28615b5af2d24703e066d5 = '

BB&T ATM

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