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.8326,-77.3389)};var g_1b05c4c87a9bdcfe32faa575f6e32a45 = new google.maps.Geocoder();g_1b05c4c87a9bdcfe32faa575f6e32a45.geocode( { 'address': "2905 District Ave, Fairfax, VA 22031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-VA-eagle-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-VA-eagle-bank'), mapOptions);}document.getElementById('a62a6309').innerHTML += ' | View Map';var $l1b05c4c87a9bdcfe32faa575f6e32a45 = '

Eagle Bank

Address: 2905 District Ave, Fairfax, VA 22031
Phone: (571) 319-4900
';var m_1b05c4c87a9bdcfe32faa575f6e32a45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Bank',});m_1b05c4c87a9bdcfe32faa575f6e32a45['infowindow'] = new google.maps.InfoWindow({content: $l1b05c4c87a9bdcfe32faa575f6e32a45});var infowindow = new google.maps.InfoWindow({content: $l1b05c4c87a9bdcfe32faa575f6e32a45});google.maps.event.addListener(m_1b05c4c87a9bdcfe32faa575f6e32a45, 'click', function() {infowindow.open(map,m_1b05c4c87a9bdcfe32faa575f6e32a45);});$marker.push(m_1b05c4c87a9bdcfe32faa575f6e32a45);}});}google.maps.event.addDomListener(window, 'load', initialize);