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.3986,-79.4192)};var g_f08458e1c0495cc433649fb97e2d4ba4 = new google.maps.Geocoder();g_f08458e1c0495cc433649fb97e2d4ba4.geocode( { 'address': "113 Main St R, New Alexandria, PA 15670, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-alexandria-PA-greater-latrobe-sch-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-alexandria-PA-greater-latrobe-sch-fcu'), mapOptions);}document.getElementById('3cb6470e').innerHTML += ' | View Map';var $lf08458e1c0495cc433649fb97e2d4ba4 = '

Greater Latrobe Sch FCU

Address: 113 Main St R, New Alexandria, PA 15670, USA
Phone: (724) 668-8913
';var m_f08458e1c0495cc433649fb97e2d4ba4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Latrobe Sch FCU',});m_f08458e1c0495cc433649fb97e2d4ba4['infowindow'] = new google.maps.InfoWindow({content: $lf08458e1c0495cc433649fb97e2d4ba4});var infowindow = new google.maps.InfoWindow({content: $lf08458e1c0495cc433649fb97e2d4ba4});google.maps.event.addListener(m_f08458e1c0495cc433649fb97e2d4ba4, 'click', function() {infowindow.open(map,m_f08458e1c0495cc433649fb97e2d4ba4);});$marker.push(m_f08458e1c0495cc433649fb97e2d4ba4);}});}google.maps.event.addDomListener(window, 'load', initialize);