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.7475,-77.302)};var g_188b0cca409b8e0517720f18aa8a4f8d = new google.maps.Geocoder();g_188b0cca409b8e0517720f18aa8a4f8d.geocode( { 'address': "Main St, Wellsboro, PA 16901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wellsboro-PA-fis').style.display = '';map = new google.maps.Map(document.getElementById('wellsboro-PA-fis'), mapOptions);}document.getElementById('3bf93a40').innerHTML += ' | View Map';var $l188b0cca409b8e0517720f18aa8a4f8d = '

FIS

Address: Main St, Wellsboro, PA 16901, USA
Phone: (570) 639-8782
';var m_188b0cca409b8e0517720f18aa8a4f8d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIS',});m_188b0cca409b8e0517720f18aa8a4f8d['infowindow'] = new google.maps.InfoWindow({content: $l188b0cca409b8e0517720f18aa8a4f8d});var infowindow = new google.maps.InfoWindow({content: $l188b0cca409b8e0517720f18aa8a4f8d});google.maps.event.addListener(m_188b0cca409b8e0517720f18aa8a4f8d, 'click', function() {infowindow.open(map,m_188b0cca409b8e0517720f18aa8a4f8d);});$marker.push(m_188b0cca409b8e0517720f18aa8a4f8d);}});}google.maps.event.addDomListener(window, 'load', initialize);