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.0943,-75.3681)};var g_c6047f94fcb2c6aff207b82fa7828f90 = new google.maps.Geocoder();g_c6047f94fcb2c6aff207b82fa7828f90.geocode( { 'address': "236 W Dekalb Pike, King of Prussia, PA 19406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-of-prussia-PA-american-heritage-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-american-heritage-federal-credit-union'), mapOptions);}document.getElementById('7028e0d8').innerHTML += ' | View Map';var $lc6047f94fcb2c6aff207b82fa7828f90 = '

American Heritage Federal Credit Union

Address: 236 W Dekalb Pike, King of Prussia, PA 19406, USA
Phone: (610) 337-0970
';var m_c6047f94fcb2c6aff207b82fa7828f90 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Heritage Federal Credit Union',});m_c6047f94fcb2c6aff207b82fa7828f90['infowindow'] = new google.maps.InfoWindow({content: $lc6047f94fcb2c6aff207b82fa7828f90});var infowindow = new google.maps.InfoWindow({content: $lc6047f94fcb2c6aff207b82fa7828f90});google.maps.event.addListener(m_c6047f94fcb2c6aff207b82fa7828f90, 'click', function() {infowindow.open(map,m_c6047f94fcb2c6aff207b82fa7828f90);});$marker.push(m_c6047f94fcb2c6aff207b82fa7828f90);}});}google.maps.event.addDomListener(window, 'load', initialize);