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.3387,-80.8085)};var g_bdcc66c66b8652e5486ad2bc0d2ff0ca = new google.maps.Geocoder();g_bdcc66c66b8652e5486ad2bc0d2ff0ca.geocode( { 'address': "250 Old Virginia Ave, Narrows, VA 24124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('narrows-VA-atm-bbt').style.display = '';map = new google.maps.Map(document.getElementById('narrows-VA-atm-bbt'), mapOptions);}document.getElementById('beb845fe').innerHTML += ' | View Map';var $lbdcc66c66b8652e5486ad2bc0d2ff0ca = '

ATM (BB&T)

Address: 250 Old Virginia Ave, Narrows, VA 24124, USA
Phone:
';var m_bdcc66c66b8652e5486ad2bc0d2ff0ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T)',});m_bdcc66c66b8652e5486ad2bc0d2ff0ca['infowindow'] = new google.maps.InfoWindow({content: $lbdcc66c66b8652e5486ad2bc0d2ff0ca});var infowindow = new google.maps.InfoWindow({content: $lbdcc66c66b8652e5486ad2bc0d2ff0ca});google.maps.event.addListener(m_bdcc66c66b8652e5486ad2bc0d2ff0ca, 'click', function() {infowindow.open(map,m_bdcc66c66b8652e5486ad2bc0d2ff0ca);});$marker.push(m_bdcc66c66b8652e5486ad2bc0d2ff0ca);}});}google.maps.event.addDomListener(window, 'load', initialize);