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.0191,-77.461)};var g_d193d5190cc58aa6de2cab8ad7a589c8 = new google.maps.Geocoder();g_d193d5190cc58aa6de2cab8ad7a589c8.geocode( { 'address': "20045 Ashbrook Commons Plz, Ashburn, VA 20149"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburn-VA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('ashburn-VA-bank-of-america'), mapOptions);}document.getElementById('7b036d1f').innerHTML += ' | View Map';var $ld193d5190cc58aa6de2cab8ad7a589c8 = '

Bank of America

Address: 20045 Ashbrook Commons Plz, Ashburn, VA 20149
Phone: (703) 723-6403
';var m_d193d5190cc58aa6de2cab8ad7a589c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_d193d5190cc58aa6de2cab8ad7a589c8['infowindow'] = new google.maps.InfoWindow({content: $ld193d5190cc58aa6de2cab8ad7a589c8});var infowindow = new google.maps.InfoWindow({content: $ld193d5190cc58aa6de2cab8ad7a589c8});google.maps.event.addListener(m_d193d5190cc58aa6de2cab8ad7a589c8, 'click', function() {infowindow.open(map,m_d193d5190cc58aa6de2cab8ad7a589c8);});$marker.push(m_d193d5190cc58aa6de2cab8ad7a589c8);}});}google.maps.event.addDomListener(window, 'load', initialize);