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.1018,-75.3718)};var g_fef79ac18d2cadbd5d94bbf321869858 = new google.maps.Geocoder();g_fef79ac18d2cadbd5d94bbf321869858.geocode( { 'address': "175 W Valley Forge Rd, 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-first-pa-twp-emp-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('king-of-prussia-PA-first-pa-twp-emp-federal-cu'), mapOptions);}document.getElementById('eb617c91').innerHTML += ' | View Map';var $lfef79ac18d2cadbd5d94bbf321869858 = '

First Pa Twp Emp Federal Cu

Address: 175 W Valley Forge Rd, King of Prussia, PA 19406, USA
Phone: (610) 265-2629
';var m_fef79ac18d2cadbd5d94bbf321869858 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Pa Twp Emp Federal Cu',});m_fef79ac18d2cadbd5d94bbf321869858['infowindow'] = new google.maps.InfoWindow({content: $lfef79ac18d2cadbd5d94bbf321869858});var infowindow = new google.maps.InfoWindow({content: $lfef79ac18d2cadbd5d94bbf321869858});google.maps.event.addListener(m_fef79ac18d2cadbd5d94bbf321869858, 'click', function() {infowindow.open(map,m_fef79ac18d2cadbd5d94bbf321869858);});$marker.push(m_fef79ac18d2cadbd5d94bbf321869858);}});}google.maps.event.addDomListener(window, 'load', initialize);