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.282,-80.1086)};var g_0b3620b53fede5eaa3256c2c0bbea3ba = new google.maps.Geocoder();g_0b3620b53fede5eaa3256c2c0bbea3ba.geocode( { 'address': "2809 W Main St, Salem, VA 24153, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salem-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('salem-VA-atm-bbt'), mapOptions);}document.getElementById('5d7131cf').innerHTML += ' | View Map';var $l0b3620b53fede5eaa3256c2c0bbea3ba = '

ATM (BB&T)

Address: 2809 W Main St, Salem, VA 24153, USA
Phone:
';var m_0b3620b53fede5eaa3256c2c0bbea3ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_0b3620b53fede5eaa3256c2c0bbea3ba['infowindow'] = new google.maps.InfoWindow({content: $l0b3620b53fede5eaa3256c2c0bbea3ba});var infowindow = new google.maps.InfoWindow({content: $l0b3620b53fede5eaa3256c2c0bbea3ba});google.maps.event.addListener(m_0b3620b53fede5eaa3256c2c0bbea3ba, 'click', function() {infowindow.open(map,m_0b3620b53fede5eaa3256c2c0bbea3ba);});$marker.push(m_0b3620b53fede5eaa3256c2c0bbea3ba);}});}google.maps.event.addDomListener(window, 'load', initialize);