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.0308,-77.9496)};var g_2c34642eacc541c55779f76180fe364c = new google.maps.Geocoder();g_2c34642eacc541c55779f76180fe364c.geocode( { 'address': "111 W Olive St, Snow Shoe, PA 16874, USA"}, 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('131ee1ed').innerHTML += ' | View Map';var $l2c34642eacc541c55779f76180fe364c = '

First National Bank

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