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.1687,-75.143)};var g_cf3819c6f925873889ebbe951390ce67 = new google.maps.Geocoder();g_cf3819c6f925873889ebbe951390ce67.geocode( { 'address': "1 Walnut Grove Dr #300, Horsham, PA 19044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horsham-PA-apex-fort-washington').style.display = '';map = new google.maps.Map(document.getElementById('horsham-PA-apex-fort-washington'), mapOptions);}document.getElementById('56ddd5b2').innerHTML += ' | View Map';var $lcf3819c6f925873889ebbe951390ce67 = '

APEX Fort Washington

Address: 1 Walnut Grove Dr #300, Horsham, PA 19044, USA
Phone: (215) 283-8880
';var m_cf3819c6f925873889ebbe951390ce67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'APEX Fort Washington',});m_cf3819c6f925873889ebbe951390ce67['infowindow'] = new google.maps.InfoWindow({content: $lcf3819c6f925873889ebbe951390ce67});var infowindow = new google.maps.InfoWindow({content: $lcf3819c6f925873889ebbe951390ce67});google.maps.event.addListener(m_cf3819c6f925873889ebbe951390ce67, 'click', function() {infowindow.open(map,m_cf3819c6f925873889ebbe951390ce67);});$marker.push(m_cf3819c6f925873889ebbe951390ce67);}});}google.maps.event.addDomListener(window, 'load', initialize);