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(41.4261,-78.5562)};var g_01259a0cb2431834302abe2df60a1327 = new google.maps.Geocoder();g_01259a0cb2431834302abe2df60a1327.geocode( { 'address': "413 S Michael St, St Marys, PA 15857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-marys-PA-mountain-laurel-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-marys-PA-mountain-laurel-federal-credit-union'), mapOptions);}document.getElementById('ae740f21').innerHTML += ' | View Map';var $l01259a0cb2431834302abe2df60a1327 = '

Mountain Laurel Federal Credit Union

Address: 413 S Michael St, St Marys, PA 15857, USA
Phone: (814) 834-9518
';var m_01259a0cb2431834302abe2df60a1327 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain Laurel Federal Credit Union',});m_01259a0cb2431834302abe2df60a1327['infowindow'] = new google.maps.InfoWindow({content: $l01259a0cb2431834302abe2df60a1327});var infowindow = new google.maps.InfoWindow({content: $l01259a0cb2431834302abe2df60a1327});google.maps.event.addListener(m_01259a0cb2431834302abe2df60a1327, 'click', function() {infowindow.open(map,m_01259a0cb2431834302abe2df60a1327);});$marker.push(m_01259a0cb2431834302abe2df60a1327);}});}google.maps.event.addDomListener(window, 'load', initialize);