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.1079,-75.1571)};var g_d89e2fc30177b25da96d5a81c1abd1df = new google.maps.Geocoder();g_d89e2fc30177b25da96d5a81c1abd1df.geocode( { 'address': "219 S Easton Rd, Glenside, PA 19038"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glenside-PA-cornerstone-savings-associate').style.display = '';map = new google.maps.Map(document.getElementById('glenside-PA-cornerstone-savings-associate'), mapOptions);}document.getElementById('f45345c4').innerHTML += ' | View Map';var $ld89e2fc30177b25da96d5a81c1abd1df = '

Cornerstone Savings Associate

Address: 219 S Easton Rd, Glenside, PA 19038
Phone: (215) 885-4646
';var m_d89e2fc30177b25da96d5a81c1abd1df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Savings Associate',});m_d89e2fc30177b25da96d5a81c1abd1df['infowindow'] = new google.maps.InfoWindow({content: $ld89e2fc30177b25da96d5a81c1abd1df});var infowindow = new google.maps.InfoWindow({content: $ld89e2fc30177b25da96d5a81c1abd1df});google.maps.event.addListener(m_d89e2fc30177b25da96d5a81c1abd1df, 'click', function() {infowindow.open(map,m_d89e2fc30177b25da96d5a81c1abd1df);});$marker.push(m_d89e2fc30177b25da96d5a81c1abd1df);}});}google.maps.event.addDomListener(window, 'load', initialize);