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.9593,-76.92)};var g_0ace141f8779c77b60cdc66fa22da900 = new google.maps.Geocoder();g_0ace141f8779c77b60cdc66fa22da900.geocode( { 'address': "4415 East West Highway, Riverdale, MD 20737"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverdale-MD-suntrust-bank').style.display = '';map = new google.maps.Map(document.getElementById('riverdale-MD-suntrust-bank'), mapOptions);}document.getElementById('ec2b1d18').innerHTML += ' | View Map';var $l0ace141f8779c77b60cdc66fa22da900 = '

SunTrust Bank

Address: 4415 East West Highway, Riverdale, MD 20737
Phone: (301) 955-3769
';var m_0ace141f8779c77b60cdc66fa22da900 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust Bank',});m_0ace141f8779c77b60cdc66fa22da900['infowindow'] = new google.maps.InfoWindow({content: $l0ace141f8779c77b60cdc66fa22da900});var infowindow = new google.maps.InfoWindow({content: $l0ace141f8779c77b60cdc66fa22da900});google.maps.event.addListener(m_0ace141f8779c77b60cdc66fa22da900, 'click', function() {infowindow.open(map,m_0ace141f8779c77b60cdc66fa22da900);});$marker.push(m_0ace141f8779c77b60cdc66fa22da900);}});}google.maps.event.addDomListener(window, 'load', initialize);