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.1357,-75.286)};var g_f5e29d2aab562f297bf45d646eeca209 = new google.maps.Geocoder();g_f5e29d2aab562f297bf45d646eeca209.geocode( { 'address': "512 E Township Line Rd, Blue Bell, PA 19422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-bell-PA-camaplan').style.display = '';map = new google.maps.Map(document.getElementById('blue-bell-PA-camaplan'), mapOptions);}document.getElementById('ab274a88').innerHTML += ' | View Map';var $lf5e29d2aab562f297bf45d646eeca209 = '

CamaPlan

Address: 512 E Township Line Rd, Blue Bell, PA 19422, USA
Phone: (215) 283-2868
';var m_f5e29d2aab562f297bf45d646eeca209 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CamaPlan',});m_f5e29d2aab562f297bf45d646eeca209['infowindow'] = new google.maps.InfoWindow({content: $lf5e29d2aab562f297bf45d646eeca209});var infowindow = new google.maps.InfoWindow({content: $lf5e29d2aab562f297bf45d646eeca209});google.maps.event.addListener(m_f5e29d2aab562f297bf45d646eeca209, 'click', function() {infowindow.open(map,m_f5e29d2aab562f297bf45d646eeca209);});$marker.push(m_f5e29d2aab562f297bf45d646eeca209);}});}google.maps.event.addDomListener(window, 'load', initialize);