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.5838,-76.1513)};var g_48bf5b1d0ad653e298fa208c639547de = new google.maps.Geocoder();g_48bf5b1d0ad653e298fa208c639547de.geocode( { 'address': "233 Saint John St, Havre de Grace, MD 21078"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havre-de-grace-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('havre-de-grace-MD-bbt'), mapOptions);}document.getElementById('1a5b2487').innerHTML += ' | View Map';var $l48bf5b1d0ad653e298fa208c639547de = '

BB&T

Address: 233 Saint John St, Havre de Grace, MD 21078
Phone: (410) 939-4000
';var m_48bf5b1d0ad653e298fa208c639547de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_48bf5b1d0ad653e298fa208c639547de['infowindow'] = new google.maps.InfoWindow({content: $l48bf5b1d0ad653e298fa208c639547de});var infowindow = new google.maps.InfoWindow({content: $l48bf5b1d0ad653e298fa208c639547de});google.maps.event.addListener(m_48bf5b1d0ad653e298fa208c639547de, 'click', function() {infowindow.open(map,m_48bf5b1d0ad653e298fa208c639547de);});$marker.push(m_48bf5b1d0ad653e298fa208c639547de);}});}google.maps.event.addDomListener(window, 'load', initialize);