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(39.0191,-77.461)};var g_a819d06508519977b9bc88e9f00837ca = new google.maps.Geocoder();g_a819d06508519977b9bc88e9f00837ca.geocode( { 'address': "20279 Doswell Pl, Ashburn, VA 20147"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburn-VA-potomac-lending').style.display = '';map = new google.maps.Map(document.getElementById('ashburn-VA-potomac-lending'), mapOptions);}document.getElementById('04126d4a').innerHTML += ' | View Map';var $la819d06508519977b9bc88e9f00837ca = '

Potomac Lending

Address: 20279 Doswell Pl, Ashburn, VA 20147
Phone: (703) 729-5107
';var m_a819d06508519977b9bc88e9f00837ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Potomac Lending',});m_a819d06508519977b9bc88e9f00837ca['infowindow'] = new google.maps.InfoWindow({content: $la819d06508519977b9bc88e9f00837ca});var infowindow = new google.maps.InfoWindow({content: $la819d06508519977b9bc88e9f00837ca});google.maps.event.addListener(m_a819d06508519977b9bc88e9f00837ca, 'click', function() {infowindow.open(map,m_a819d06508519977b9bc88e9f00837ca);});$marker.push(m_a819d06508519977b9bc88e9f00837ca);}});}google.maps.event.addDomListener(window, 'load', initialize);