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(37.1002,-81.1144)};var g_d811d51eb8b6ebcb1e847ef8879e81af = new google.maps.Geocoder();g_d811d51eb8b6ebcb1e847ef8879e81af.geocode( { 'address': "629 Main St, Bland, VA 24315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bland-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('bland-VA-bbt-atm'), mapOptions);}document.getElementById('829fdab5').innerHTML += ' | View Map';var $ld811d51eb8b6ebcb1e847ef8879e81af = '

BB&T ATM

Address: 629 Main St, Bland, VA 24315, USA
Phone: (800) 226-5228
';var m_d811d51eb8b6ebcb1e847ef8879e81af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_d811d51eb8b6ebcb1e847ef8879e81af['infowindow'] = new google.maps.InfoWindow({content: $ld811d51eb8b6ebcb1e847ef8879e81af});var infowindow = new google.maps.InfoWindow({content: $ld811d51eb8b6ebcb1e847ef8879e81af});google.maps.event.addListener(m_d811d51eb8b6ebcb1e847ef8879e81af, 'click', function() {infowindow.open(map,m_d811d51eb8b6ebcb1e847ef8879e81af);});$marker.push(m_d811d51eb8b6ebcb1e847ef8879e81af);}});}google.maps.event.addDomListener(window, 'load', initialize);