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.8819,-77.1143)};var g_b5f515c013d05f6f0f82dd51fca2ebed = new google.maps.Geocoder();g_b5f515c013d05f6f0f82dd51fca2ebed.geocode( { 'address': "4420 Fairfax Dr, Arlington, VA 22203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-eaglebank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-eaglebank'), mapOptions);}document.getElementById('47053bec').innerHTML += ' | View Map';var $lb5f515c013d05f6f0f82dd51fca2ebed = '

EagleBank

Address: 4420 Fairfax Dr, Arlington, VA 22203, USA
Phone: (571) 319-4800
';var m_b5f515c013d05f6f0f82dd51fca2ebed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EagleBank',});m_b5f515c013d05f6f0f82dd51fca2ebed['infowindow'] = new google.maps.InfoWindow({content: $lb5f515c013d05f6f0f82dd51fca2ebed});var infowindow = new google.maps.InfoWindow({content: $lb5f515c013d05f6f0f82dd51fca2ebed});google.maps.event.addListener(m_b5f515c013d05f6f0f82dd51fca2ebed, 'click', function() {infowindow.open(map,m_b5f515c013d05f6f0f82dd51fca2ebed);});$marker.push(m_b5f515c013d05f6f0f82dd51fca2ebed);}});}google.maps.event.addDomListener(window, 'load', initialize);