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.028,-77.946)};var g_d749d0b67ad63cd0b51b761a33e94d1e = new google.maps.Geocoder();g_d749d0b67ad63cd0b51b761a33e94d1e.geocode( { 'address': "111 E Olive St, Snow Shoe, PA 16874"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('snow-shoe-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('snow-shoe-PA-first-national-bank'), mapOptions);}document.getElementById('ac091eda').innerHTML += ' | View Map';var $ld749d0b67ad63cd0b51b761a33e94d1e = '

First National Bank

Address: 111 E Olive St, Snow Shoe, PA 16874
Phone: (814) 387-6816
';var m_d749d0b67ad63cd0b51b761a33e94d1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_d749d0b67ad63cd0b51b761a33e94d1e['infowindow'] = new google.maps.InfoWindow({content: $ld749d0b67ad63cd0b51b761a33e94d1e});var infowindow = new google.maps.InfoWindow({content: $ld749d0b67ad63cd0b51b761a33e94d1e});google.maps.event.addListener(m_d749d0b67ad63cd0b51b761a33e94d1e, 'click', function() {infowindow.open(map,m_d749d0b67ad63cd0b51b761a33e94d1e);});$marker.push(m_d749d0b67ad63cd0b51b761a33e94d1e);}});}google.maps.event.addDomListener(window, 'load', initialize);