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.8857,-77.1712)};var g_15a50c8ba6a0002a2fa7e5d8c0a40bd9 = new google.maps.Geocoder();g_15a50c8ba6a0002a2fa7e5d8c0a40bd9.geocode( { 'address': "6134 Arlington Blvd, Falls Church, VA 22044"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falls-church-VA-continental-exchange-solution').style.display = '';map = new google.maps.Map(document.getElementById('falls-church-VA-continental-exchange-solution'), mapOptions);}document.getElementById('bd41b17f').innerHTML += ' | View Map';var $l15a50c8ba6a0002a2fa7e5d8c0a40bd9 = '

Continental Exchange Solution

Address: 6134 Arlington Blvd, Falls Church, VA 22044
Phone: (703) 534-9416
';var m_15a50c8ba6a0002a2fa7e5d8c0a40bd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Exchange Solution',});m_15a50c8ba6a0002a2fa7e5d8c0a40bd9['infowindow'] = new google.maps.InfoWindow({content: $l15a50c8ba6a0002a2fa7e5d8c0a40bd9});var infowindow = new google.maps.InfoWindow({content: $l15a50c8ba6a0002a2fa7e5d8c0a40bd9});google.maps.event.addListener(m_15a50c8ba6a0002a2fa7e5d8c0a40bd9, 'click', function() {infowindow.open(map,m_15a50c8ba6a0002a2fa7e5d8c0a40bd9);});$marker.push(m_15a50c8ba6a0002a2fa7e5d8c0a40bd9);}});}google.maps.event.addDomListener(window, 'load', initialize);