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(40.1387,-75.177)};var g_5e662b6f71de6932d39c04bec59300c7 = new google.maps.Geocoder();g_5e662b6f71de6932d39c04bec59300c7.geocode( { 'address': "1100 Virginia Dr, Fort Washington, PA 19034, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-washington-PA-dimitri-marcus').style.display = '';map = new google.maps.Map(document.getElementById('fort-washington-PA-dimitri-marcus'), mapOptions);}document.getElementById('0e22411d').innerHTML += ' | View Map';var $l5e662b6f71de6932d39c04bec59300c7 = '

Dimitri Marcus

Address: 1100 Virginia Dr, Fort Washington, PA 19034, USA
Phone: (215) 734-7797
';var m_5e662b6f71de6932d39c04bec59300c7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dimitri Marcus',});m_5e662b6f71de6932d39c04bec59300c7['infowindow'] = new google.maps.InfoWindow({content: $l5e662b6f71de6932d39c04bec59300c7});var infowindow = new google.maps.InfoWindow({content: $l5e662b6f71de6932d39c04bec59300c7});google.maps.event.addListener(m_5e662b6f71de6932d39c04bec59300c7, 'click', function() {infowindow.open(map,m_5e662b6f71de6932d39c04bec59300c7);});$marker.push(m_5e662b6f71de6932d39c04bec59300c7);}});}google.maps.event.addDomListener(window, 'load', initialize);