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_ac63ec3793010b4f6477df5e0006ca07 = new google.maps.Geocoder();g_ac63ec3793010b4f6477df5e0006ca07.geocode( { 'address': "6708 Arlington Blvd, Falls Church, VA 22042"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('falls-church-VA-royal-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('falls-church-VA-royal-check-cashing'), mapOptions);}document.getElementById('39cbc739').innerHTML += ' | View Map';var $lac63ec3793010b4f6477df5e0006ca07 = '

Royal Check Cashing

Address: 6708 Arlington Blvd, Falls Church, VA 22042
Phone: (703) 532-7500
';var m_ac63ec3793010b4f6477df5e0006ca07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Royal Check Cashing',});m_ac63ec3793010b4f6477df5e0006ca07['infowindow'] = new google.maps.InfoWindow({content: $lac63ec3793010b4f6477df5e0006ca07});var infowindow = new google.maps.InfoWindow({content: $lac63ec3793010b4f6477df5e0006ca07});google.maps.event.addListener(m_ac63ec3793010b4f6477df5e0006ca07, 'click', function() {infowindow.open(map,m_ac63ec3793010b4f6477df5e0006ca07);});$marker.push(m_ac63ec3793010b4f6477df5e0006ca07);}});}google.maps.event.addDomListener(window, 'load', initialize);