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.7417,-76.9928)};var g_7aa758b79a0558a6eee75524425a4cdc = new google.maps.Geocoder();g_7aa758b79a0558a6eee75524425a4cdc.geocode( { 'address': "10903 Indian Head Hwy, Fort Washington, MD 20744, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-washington-MD-avory-and-associates-cpa-llc').style.display = '';map = new google.maps.Map(document.getElementById('fort-washington-MD-avory-and-associates-cpa-llc'), mapOptions);}document.getElementById('1bf71321').innerHTML += ' | View Map';var $l7aa758b79a0558a6eee75524425a4cdc = '

Avory and Associates CPA LLC

Address: 10903 Indian Head Hwy, Fort Washington, MD 20744, USA
Phone: (301) 265-1844
';var m_7aa758b79a0558a6eee75524425a4cdc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avory and Associates CPA LLC',});m_7aa758b79a0558a6eee75524425a4cdc['infowindow'] = new google.maps.InfoWindow({content: $l7aa758b79a0558a6eee75524425a4cdc});var infowindow = new google.maps.InfoWindow({content: $l7aa758b79a0558a6eee75524425a4cdc});google.maps.event.addListener(m_7aa758b79a0558a6eee75524425a4cdc, 'click', function() {infowindow.open(map,m_7aa758b79a0558a6eee75524425a4cdc);});$marker.push(m_7aa758b79a0558a6eee75524425a4cdc);}});}google.maps.event.addDomListener(window, 'load', initialize);