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.7451,-77.3004)};var g_aef62c0f4f48ffeaaa28441e89c27ce5 = new google.maps.Geocoder();g_aef62c0f4f48ffeaaa28441e89c27ce5.geocode( { 'address': "32-36 Central Ave, Wellsboro, PA 16901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellsboro-PA-s--s-mh-empl-fcu').style.display = '';map = new google.maps.Map(document.getElementById('wellsboro-PA-s--s-mh-empl-fcu'), mapOptions);}document.getElementById('4a9451cb').innerHTML += ' | View Map';var $laef62c0f4f48ffeaaa28441e89c27ce5 = '

S & S MH Empl FCU

Address: 32-36 Central Ave, Wellsboro, PA 16901, USA
Phone: (570) 723-0450
';var m_aef62c0f4f48ffeaaa28441e89c27ce5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S & S MH Empl FCU',});m_aef62c0f4f48ffeaaa28441e89c27ce5['infowindow'] = new google.maps.InfoWindow({content: $laef62c0f4f48ffeaaa28441e89c27ce5});var infowindow = new google.maps.InfoWindow({content: $laef62c0f4f48ffeaaa28441e89c27ce5});google.maps.event.addListener(m_aef62c0f4f48ffeaaa28441e89c27ce5, 'click', function() {infowindow.open(map,m_aef62c0f4f48ffeaaa28441e89c27ce5);});$marker.push(m_aef62c0f4f48ffeaaa28441e89c27ce5);}});}google.maps.event.addDomListener(window, 'load', initialize);