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(36.6326,-82.1312)};var g_a0fdfd68b89c356f5bc4f6aaf9e16cc0 = new google.maps.Geocoder();g_a0fdfd68b89c356f5bc4f6aaf9e16cc0.geocode( { 'address': "3000 Lee Hwy, Bristol, VA 24202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristol-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('bristol-VA-bbt-atm'), mapOptions);}document.getElementById('e87f562c').innerHTML += ' | View Map';var $la0fdfd68b89c356f5bc4f6aaf9e16cc0 = '

BB&T ATM

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