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.2586,-75.8369)};var g_c41ad03d24c4c2b85236ddbccf893c91 = new google.maps.Geocoder();g_c41ad03d24c4c2b85236ddbccf893c91.geocode( { 'address': "400 Cypress St, Millington, MD 21651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millington-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('millington-MD-bbt'), mapOptions);}document.getElementById('7524d2ee').innerHTML += ' | View Map';var $lc41ad03d24c4c2b85236ddbccf893c91 = '

BB&T

Address: 400 Cypress St, Millington, MD 21651, USA
Phone: (410) 928-3151
';var m_c41ad03d24c4c2b85236ddbccf893c91 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c41ad03d24c4c2b85236ddbccf893c91['infowindow'] = new google.maps.InfoWindow({content: $lc41ad03d24c4c2b85236ddbccf893c91});var infowindow = new google.maps.InfoWindow({content: $lc41ad03d24c4c2b85236ddbccf893c91});google.maps.event.addListener(m_c41ad03d24c4c2b85236ddbccf893c91, 'click', function() {infowindow.open(map,m_c41ad03d24c4c2b85236ddbccf893c91);});$marker.push(m_c41ad03d24c4c2b85236ddbccf893c91);}});}google.maps.event.addDomListener(window, 'load', initialize);