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.1019,-79.8463)};var g_9442c41a31d3aad140c00ed21073095b = new google.maps.Geocoder();g_9442c41a31d3aad140c00ed21073095b.geocode( { 'address': "1932 Main St, Allenport, PA 15412, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allenport-PA-mon-valley-community-fcu').style.display = '';map = new google.maps.Map(document.getElementById('allenport-PA-mon-valley-community-fcu'), mapOptions);}document.getElementById('0eff8e68').innerHTML += ' | View Map';var $l9442c41a31d3aad140c00ed21073095b = '

Mon Valley Community FCU

Address: 1932 Main St, Allenport, PA 15412, USA
Phone: (724) 326-5632
';var m_9442c41a31d3aad140c00ed21073095b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mon Valley Community FCU',});m_9442c41a31d3aad140c00ed21073095b['infowindow'] = new google.maps.InfoWindow({content: $l9442c41a31d3aad140c00ed21073095b});var infowindow = new google.maps.InfoWindow({content: $l9442c41a31d3aad140c00ed21073095b});google.maps.event.addListener(m_9442c41a31d3aad140c00ed21073095b, 'click', function() {infowindow.open(map,m_9442c41a31d3aad140c00ed21073095b);});$marker.push(m_9442c41a31d3aad140c00ed21073095b);}});}google.maps.event.addDomListener(window, 'load', initialize);