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.5695,-79.7367)};var g_b723517fd4ba209554825c0f76336834 = new google.maps.Geocoder();g_b723517fd4ba209554825c0f76336834.geocode( { 'address': "2487 Oakhill Dr, New Kensington, PA 15068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-kensington-PA-new-kensington-municipal-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-kensington-PA-new-kensington-municipal-fcu'), mapOptions);}document.getElementById('42df0e2e').innerHTML += ' | View Map';var $lb723517fd4ba209554825c0f76336834 = '

New Kensington Municipal FCU

Address: 2487 Oakhill Dr, New Kensington, PA 15068, USA
Phone: (724) 337-6762
';var m_b723517fd4ba209554825c0f76336834 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Kensington Municipal FCU',});m_b723517fd4ba209554825c0f76336834['infowindow'] = new google.maps.InfoWindow({content: $lb723517fd4ba209554825c0f76336834});var infowindow = new google.maps.InfoWindow({content: $lb723517fd4ba209554825c0f76336834});google.maps.event.addListener(m_b723517fd4ba209554825c0f76336834, 'click', function() {infowindow.open(map,m_b723517fd4ba209554825c0f76336834);});$marker.push(m_b723517fd4ba209554825c0f76336834);}});}google.maps.event.addDomListener(window, 'load', initialize);