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.4726,-80.0888)};var g_6ab47e4226b9dbb0948525e3a6dd3d3e = new google.maps.Geocoder();g_6ab47e4226b9dbb0948525e3a6dd3d3e.geocode( { 'address': "101 Langer Dr, Mc Kees Rocks, PA 15136"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mc-kees-rocks-PA-clearview-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mc-kees-rocks-PA-clearview-federal-credit-union'), mapOptions);}document.getElementById('6457d925').innerHTML += ' | View Map';var $l6ab47e4226b9dbb0948525e3a6dd3d3e = '

Clearview Federal Credit Union

Address: 101 Langer Dr, Mc Kees Rocks, PA 15136
Phone: (412) 771-6581
';var m_6ab47e4226b9dbb0948525e3a6dd3d3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clearview Federal Credit Union',});m_6ab47e4226b9dbb0948525e3a6dd3d3e['infowindow'] = new google.maps.InfoWindow({content: $l6ab47e4226b9dbb0948525e3a6dd3d3e});var infowindow = new google.maps.InfoWindow({content: $l6ab47e4226b9dbb0948525e3a6dd3d3e});google.maps.event.addListener(m_6ab47e4226b9dbb0948525e3a6dd3d3e, 'click', function() {infowindow.open(map,m_6ab47e4226b9dbb0948525e3a6dd3d3e);});$marker.push(m_6ab47e4226b9dbb0948525e3a6dd3d3e);}});}google.maps.event.addDomListener(window, 'load', initialize);