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.8193,-77.0642)};var g_eab10b71d7ccd8715f34d7a52c4e8001 = new google.maps.Geocoder();g_eab10b71d7ccd8715f34d7a52c4e8001.geocode( { 'address': "515 King St, Alexandria, VA 22336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-suntrust').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-suntrust'), mapOptions);}document.getElementById('c442ce3d').innerHTML += ' | View Map';var $leab10b71d7ccd8715f34d7a52c4e8001 = '

SunTrust

Address: 515 King St, Alexandria, VA 22336
Phone: (703) 838-3302
';var m_eab10b71d7ccd8715f34d7a52c4e8001 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SunTrust',});m_eab10b71d7ccd8715f34d7a52c4e8001['infowindow'] = new google.maps.InfoWindow({content: $leab10b71d7ccd8715f34d7a52c4e8001});var infowindow = new google.maps.InfoWindow({content: $leab10b71d7ccd8715f34d7a52c4e8001});google.maps.event.addListener(m_eab10b71d7ccd8715f34d7a52c4e8001, 'click', function() {infowindow.open(map,m_eab10b71d7ccd8715f34d7a52c4e8001);});$marker.push(m_eab10b71d7ccd8715f34d7a52c4e8001);}});}google.maps.event.addDomListener(window, 'load', initialize);