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(39.3174,-78.2925)};var g_bb8385e0c53de8b8afd5a86d6d5a1bfa = new google.maps.Geocoder();g_bb8385e0c53de8b8afd5a86d6d5a1bfa.geocode( { 'address': "6656 N Frederick Pike, Cross Junction, VA 22625, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cross-junction-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('cross-junction-VA-bbt-atm'), mapOptions);}document.getElementById('baa1afa1').innerHTML += ' | View Map';var $lbb8385e0c53de8b8afd5a86d6d5a1bfa = '

BB&T ATM

Address: 6656 N Frederick Pike, Cross Junction, VA 22625, USA
Phone: (800) 226-5228
';var m_bb8385e0c53de8b8afd5a86d6d5a1bfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_bb8385e0c53de8b8afd5a86d6d5a1bfa['infowindow'] = new google.maps.InfoWindow({content: $lbb8385e0c53de8b8afd5a86d6d5a1bfa});var infowindow = new google.maps.InfoWindow({content: $lbb8385e0c53de8b8afd5a86d6d5a1bfa});google.maps.event.addListener(m_bb8385e0c53de8b8afd5a86d6d5a1bfa, 'click', function() {infowindow.open(map,m_bb8385e0c53de8b8afd5a86d6d5a1bfa);});$marker.push(m_bb8385e0c53de8b8afd5a86d6d5a1bfa);}});}google.maps.event.addDomListener(window, 'load', initialize);