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.8543,-75.5626)};var g_505a5e978a890c18596c4e6855a0bf52 = new google.maps.Geocoder();g_505a5e978a890c18596c4e6855a0bf52.geocode( { 'address': "13350 US-13, Mappsville, VA 23407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mappsville-VA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('mappsville-VA-bbt'), mapOptions);}document.getElementById('7b0e778b').innerHTML += ' | View Map';var $l505a5e978a890c18596c4e6855a0bf52 = '

BB&T

Address: 13350 US-13, Mappsville, VA 23407, USA
Phone: (757) 824-3483
';var m_505a5e978a890c18596c4e6855a0bf52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_505a5e978a890c18596c4e6855a0bf52['infowindow'] = new google.maps.InfoWindow({content: $l505a5e978a890c18596c4e6855a0bf52});var infowindow = new google.maps.InfoWindow({content: $l505a5e978a890c18596c4e6855a0bf52});google.maps.event.addListener(m_505a5e978a890c18596c4e6855a0bf52, 'click', function() {infowindow.open(map,m_505a5e978a890c18596c4e6855a0bf52);});$marker.push(m_505a5e978a890c18596c4e6855a0bf52);}});}google.maps.event.addDomListener(window, 'load', initialize);