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.8193,-77.0642)};var g_3f006806e0d860271f42f3c1c5946bb4 = new google.maps.Geocoder();g_3f006806e0d860271f42f3c1c5946bb4.geocode( { 'address': "4242 Duke St, Alexandria, VA 22304"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-VA-burke-and-herbert').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-VA-burke-and-herbert'), mapOptions);}document.getElementById('1aaf51e1').innerHTML += ' | View Map';var $l3f006806e0d860271f42f3c1c5946bb4 = '

Burke And Herbert

Address: 4242 Duke St, Alexandria, VA 22304
Phone: (703) 370-7197
';var m_3f006806e0d860271f42f3c1c5946bb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Burke And Herbert',});m_3f006806e0d860271f42f3c1c5946bb4['infowindow'] = new google.maps.InfoWindow({content: $l3f006806e0d860271f42f3c1c5946bb4});var infowindow = new google.maps.InfoWindow({content: $l3f006806e0d860271f42f3c1c5946bb4});google.maps.event.addListener(m_3f006806e0d860271f42f3c1c5946bb4, 'click', function() {infowindow.open(map,m_3f006806e0d860271f42f3c1c5946bb4);});$marker.push(m_3f006806e0d860271f42f3c1c5946bb4);}});}google.maps.event.addDomListener(window, 'load', initialize);