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.1392,-75.3145)};var g_a0243906cec388aa7e8fc918b56d1f07 = new google.maps.Geocoder();g_a0243906cec388aa7e8fc918b56d1f07.geocode( { 'address': "2716 Dekalb Pike, East Norriton, PA 19401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-norriton-PA-american-heritage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-norriton-PA-american-heritage-federal-credit-union'), mapOptions);}document.getElementById('09b96e92').innerHTML += ' | View Map';var $la0243906cec388aa7e8fc918b56d1f07 = '

American Heritage Federal Credit Union

Address: 2716 Dekalb Pike, East Norriton, PA 19401, USA
Phone: (610) 277-7025
';var m_a0243906cec388aa7e8fc918b56d1f07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Federal Credit Union',});m_a0243906cec388aa7e8fc918b56d1f07['infowindow'] = new google.maps.InfoWindow({content: $la0243906cec388aa7e8fc918b56d1f07});var infowindow = new google.maps.InfoWindow({content: $la0243906cec388aa7e8fc918b56d1f07});google.maps.event.addListener(m_a0243906cec388aa7e8fc918b56d1f07, 'click', function() {infowindow.open(map,m_a0243906cec388aa7e8fc918b56d1f07);});$marker.push(m_a0243906cec388aa7e8fc918b56d1f07);}});}google.maps.event.addDomListener(window, 'load', initialize);