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.8873,-77.0988)};var g_f99b4c646df24bfa52bd36ce573036bf = new google.maps.Geocoder();g_f99b4c646df24bfa52bd36ce573036bf.geocode( { 'address': "4501 Fairfax Dr, Arlington, VA 22203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-VA-alliance-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-VA-alliance-bank'), mapOptions);}document.getElementById('c279942d').innerHTML += ' | View Map';var $lf99b4c646df24bfa52bd36ce573036bf = '

Alliance Bank

Address: 4501 Fairfax Dr, Arlington, VA 22203
Phone: (703) 814-7280
';var m_f99b4c646df24bfa52bd36ce573036bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Bank',});m_f99b4c646df24bfa52bd36ce573036bf['infowindow'] = new google.maps.InfoWindow({content: $lf99b4c646df24bfa52bd36ce573036bf});var infowindow = new google.maps.InfoWindow({content: $lf99b4c646df24bfa52bd36ce573036bf});google.maps.event.addListener(m_f99b4c646df24bfa52bd36ce573036bf, 'click', function() {infowindow.open(map,m_f99b4c646df24bfa52bd36ce573036bf);});$marker.push(m_f99b4c646df24bfa52bd36ce573036bf);}});}google.maps.event.addDomListener(window, 'load', initialize);