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(38.6195,-78.8018)};var g_356b0c98fc69de763733faffa2c45537 = new google.maps.Geocoder();g_356b0c98fc69de763733faffa2c45537.geocode( { 'address': "261 W Lee St, Broadway, VA 22815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broadway-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('broadway-VA-atm-bbt'), mapOptions);}document.getElementById('25e570f7').innerHTML += ' | View Map';var $l356b0c98fc69de763733faffa2c45537 = '

ATM (BB&T)

Address: 261 W Lee St, Broadway, VA 22815, USA
Phone: (800) 627-3999
';var m_356b0c98fc69de763733faffa2c45537 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_356b0c98fc69de763733faffa2c45537['infowindow'] = new google.maps.InfoWindow({content: $l356b0c98fc69de763733faffa2c45537});var infowindow = new google.maps.InfoWindow({content: $l356b0c98fc69de763733faffa2c45537});google.maps.event.addListener(m_356b0c98fc69de763733faffa2c45537, 'click', function() {infowindow.open(map,m_356b0c98fc69de763733faffa2c45537);});$marker.push(m_356b0c98fc69de763733faffa2c45537);}});var g_1564f867f042c1977ef33cfce61bf15a = new google.maps.Geocoder();g_1564f867f042c1977ef33cfce61bf15a.geocode( { 'address': "290 S Main St, Broadway, VA 22815, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broadway-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('broadway-VA-atm-bbt'), mapOptions);}document.getElementById('aee741b2').innerHTML += ' | View Map';var $l1564f867f042c1977ef33cfce61bf15a = '

ATM (BB&T)

Address: 290 S Main St, Broadway, VA 22815, USA
Phone: (800) 627-3999
';var m_1564f867f042c1977ef33cfce61bf15a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_1564f867f042c1977ef33cfce61bf15a['infowindow'] = new google.maps.InfoWindow({content: $l1564f867f042c1977ef33cfce61bf15a});var infowindow = new google.maps.InfoWindow({content: $l1564f867f042c1977ef33cfce61bf15a});google.maps.event.addListener(m_1564f867f042c1977ef33cfce61bf15a, 'click', function() {infowindow.open(map,m_1564f867f042c1977ef33cfce61bf15a);});$marker.push(m_1564f867f042c1977ef33cfce61bf15a);}});}google.maps.event.addDomListener(window, 'load', initialize);