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(38.7565,-76.907)};var g_9813afd7ea824f1a9df3159c2eb18895 = new google.maps.Geocoder();g_9813afd7ea824f1a9df3159c2eb18895.geocode( { 'address': "9110 Piscataway Rd, Clinton, MD 20735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MD-bbt').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MD-bbt'), mapOptions);}document.getElementById('d6a3d187').innerHTML += ' | View Map';var $l9813afd7ea824f1a9df3159c2eb18895 = '

Bb&t

Address: 9110 Piscataway Rd, Clinton, MD 20735
Phone: (301) 877-2399
';var m_9813afd7ea824f1a9df3159c2eb18895 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bb&t',});m_9813afd7ea824f1a9df3159c2eb18895['infowindow'] = new google.maps.InfoWindow({content: $l9813afd7ea824f1a9df3159c2eb18895});var infowindow = new google.maps.InfoWindow({content: $l9813afd7ea824f1a9df3159c2eb18895});google.maps.event.addListener(m_9813afd7ea824f1a9df3159c2eb18895, 'click', function() {infowindow.open(map,m_9813afd7ea824f1a9df3159c2eb18895);});$marker.push(m_9813afd7ea824f1a9df3159c2eb18895);}});}google.maps.event.addDomListener(window, 'load', initialize);