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.3828,-80.8231)};var g_a9601f3b1ceb46bce7b955ac5af95c36 = new google.maps.Geocoder();g_a9601f3b1ceb46bce7b955ac5af95c36.geocode( { 'address': "250 Old Virginia Ave, Rich Creek, VA 24147, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rich-creek-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('rich-creek-VA-bbt-atm'), mapOptions);}document.getElementById('e31b5e9b').innerHTML += ' | View Map';var $la9601f3b1ceb46bce7b955ac5af95c36 = '

BB&T ATM

Address: 250 Old Virginia Ave, Rich Creek, VA 24147, USA
Phone: (800) 226-5228
';var m_a9601f3b1ceb46bce7b955ac5af95c36 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_a9601f3b1ceb46bce7b955ac5af95c36['infowindow'] = new google.maps.InfoWindow({content: $la9601f3b1ceb46bce7b955ac5af95c36});var infowindow = new google.maps.InfoWindow({content: $la9601f3b1ceb46bce7b955ac5af95c36});google.maps.event.addListener(m_a9601f3b1ceb46bce7b955ac5af95c36, 'click', function() {infowindow.open(map,m_a9601f3b1ceb46bce7b955ac5af95c36);});$marker.push(m_a9601f3b1ceb46bce7b955ac5af95c36);}});}google.maps.event.addDomListener(window, 'load', initialize);