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.7776,-77.1485)};var g_1177f13b34e9fd4b47ad349412969deb = new google.maps.Geocoder();g_1177f13b34e9fd4b47ad349412969deb.geocode( { 'address': "6408 Grovedale Dr #102, Alexandria, VA 22310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-danny-currie').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-danny-currie'), mapOptions);}document.getElementById('1272a76b').innerHTML += ' | View Map';var $l1177f13b34e9fd4b47ad349412969deb = '

Danny Currie

Address: 6408 Grovedale Dr #102, Alexandria, VA 22310, USA
Phone: (703) 731-8101
';var m_1177f13b34e9fd4b47ad349412969deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Danny Currie',});m_1177f13b34e9fd4b47ad349412969deb['infowindow'] = new google.maps.InfoWindow({content: $l1177f13b34e9fd4b47ad349412969deb});var infowindow = new google.maps.InfoWindow({content: $l1177f13b34e9fd4b47ad349412969deb});google.maps.event.addListener(m_1177f13b34e9fd4b47ad349412969deb, 'click', function() {infowindow.open(map,m_1177f13b34e9fd4b47ad349412969deb);});$marker.push(m_1177f13b34e9fd4b47ad349412969deb);}});}google.maps.event.addDomListener(window, 'load', initialize);