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()};var g_ca8fe98d459b91fda89d9c0c05dc269e = new google.maps.Geocoder();g_ca8fe98d459b91fda89d9c0c05dc269e.geocode( { 'address': "9111 Riggs Rd, Adelphi, MD 20783"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adelphi-MD-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('adelphi-MD-bank-of-america'), mapOptions);}document.getElementById('bf7d0355').innerHTML += ' | View Map';var $lca8fe98d459b91fda89d9c0c05dc269e = '

Bank of America

Address: 9111 Riggs Rd, Adelphi, MD 20783
Phone: (301) 445-6650
';var m_ca8fe98d459b91fda89d9c0c05dc269e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_ca8fe98d459b91fda89d9c0c05dc269e['infowindow'] = new google.maps.InfoWindow({content: $lca8fe98d459b91fda89d9c0c05dc269e});var infowindow = new google.maps.InfoWindow({content: $lca8fe98d459b91fda89d9c0c05dc269e});google.maps.event.addListener(m_ca8fe98d459b91fda89d9c0c05dc269e, 'click', function() {infowindow.open(map,m_ca8fe98d459b91fda89d9c0c05dc269e);});$marker.push(m_ca8fe98d459b91fda89d9c0c05dc269e);}});}google.maps.event.addDomListener(window, 'load', initialize);