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.0198,-79.5894)};var g_73dcf1d2ae6a900466e072e1a56783e7 = new google.maps.Geocoder();g_73dcf1d2ae6a900466e072e1a56783e7.geocode( { 'address': "241 Pittsburgh St, Connellsville, PA 15425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('connellsville-PA-glass-cap-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('connellsville-PA-glass-cap-federal-credit-union'), mapOptions);}document.getElementById('8b7393de').innerHTML += ' | View Map';var $l73dcf1d2ae6a900466e072e1a56783e7 = '

Glass Cap Federal Credit Union

Address: 241 Pittsburgh St, Connellsville, PA 15425, USA
Phone: (724) 628-2424
';var m_73dcf1d2ae6a900466e072e1a56783e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Glass Cap Federal Credit Union',});m_73dcf1d2ae6a900466e072e1a56783e7['infowindow'] = new google.maps.InfoWindow({content: $l73dcf1d2ae6a900466e072e1a56783e7});var infowindow = new google.maps.InfoWindow({content: $l73dcf1d2ae6a900466e072e1a56783e7});google.maps.event.addListener(m_73dcf1d2ae6a900466e072e1a56783e7, 'click', function() {infowindow.open(map,m_73dcf1d2ae6a900466e072e1a56783e7);});$marker.push(m_73dcf1d2ae6a900466e072e1a56783e7);}});}google.maps.event.addDomListener(window, 'load', initialize);