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.3441,-79.8382)};var g_682b5afaffb9a41d87a920981eb15fa2 = new google.maps.Geocoder();g_682b5afaffb9a41d87a920981eb15fa2.geocode( { 'address': "1313 Wilson St, McKeesport, PA 15132, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckeesport-PA-mc-keesport-congregational-fcu').style.display = '';map = new google.maps.Map(document.getElementById('mckeesport-PA-mc-keesport-congregational-fcu'), mapOptions);}document.getElementById('dfb07b66').innerHTML += ' | View Map';var $l682b5afaffb9a41d87a920981eb15fa2 = '

Mc Keesport Congregational Fcu

Address: 1313 Wilson St, McKeesport, PA 15132, USA
Phone: (412) 672-1462
';var m_682b5afaffb9a41d87a920981eb15fa2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mc Keesport Congregational Fcu',});m_682b5afaffb9a41d87a920981eb15fa2['infowindow'] = new google.maps.InfoWindow({content: $l682b5afaffb9a41d87a920981eb15fa2});var infowindow = new google.maps.InfoWindow({content: $l682b5afaffb9a41d87a920981eb15fa2});google.maps.event.addListener(m_682b5afaffb9a41d87a920981eb15fa2, 'click', function() {infowindow.open(map,m_682b5afaffb9a41d87a920981eb15fa2);});$marker.push(m_682b5afaffb9a41d87a920981eb15fa2);}});}google.maps.event.addDomListener(window, 'load', initialize);