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_074ab924540667aad42a8ea3beccd19b = new google.maps.Geocoder();g_074ab924540667aad42a8ea3beccd19b.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').style.display = '';map = new google.maps.Map(document.getElementById('exmore-VA-bbt'), mapOptions);}document.getElementById('140993a7').innerHTML += ' | View Map';var $l074ab924540667aad42a8ea3beccd19b = '

BB&T

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