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.5246,-75.8324)};var g_2771adc30ef07c074a4f220f2c51f3a4 = new google.maps.Geocoder();g_2771adc30ef07c074a4f220f2c51f3a4.geocode( { 'address': "4070 Lankford Hwy, Exmore, VA 23350, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('exmore-VA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('exmore-VA-bbt-atm'), mapOptions);}document.getElementById('140993a7').innerHTML += ' | View Map';var $l2771adc30ef07c074a4f220f2c51f3a4 = '

BB&T ATM

Address: 4070 Lankford Hwy, Exmore, VA 23350, USA
Phone: (800) 226-5228
';var m_2771adc30ef07c074a4f220f2c51f3a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_2771adc30ef07c074a4f220f2c51f3a4['infowindow'] = new google.maps.InfoWindow({content: $l2771adc30ef07c074a4f220f2c51f3a4});var infowindow = new google.maps.InfoWindow({content: $l2771adc30ef07c074a4f220f2c51f3a4});google.maps.event.addListener(m_2771adc30ef07c074a4f220f2c51f3a4, 'click', function() {infowindow.open(map,m_2771adc30ef07c074a4f220f2c51f3a4);});$marker.push(m_2771adc30ef07c074a4f220f2c51f3a4);}});}google.maps.event.addDomListener(window, 'load', initialize);