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.9039,-77.762)};var g_a74c82d019af1474f089a442dab3fed7 = new google.maps.Geocoder();g_a74c82d019af1474f089a442dab3fed7.geocode( { 'address': "502 N Main St, Ulysses, PA 16948, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ulysses-PA-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ulysses-PA-first-citizens-national-bank'), mapOptions);}document.getElementById('91107fc2').innerHTML += ' | View Map';var $la74c82d019af1474f089a442dab3fed7 = '

First Citizens National Bank

Address: 502 N Main St, Ulysses, PA 16948, USA
Phone: (814) 848-7572
';var m_a74c82d019af1474f089a442dab3fed7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_a74c82d019af1474f089a442dab3fed7['infowindow'] = new google.maps.InfoWindow({content: $la74c82d019af1474f089a442dab3fed7});var infowindow = new google.maps.InfoWindow({content: $la74c82d019af1474f089a442dab3fed7});google.maps.event.addListener(m_a74c82d019af1474f089a442dab3fed7, 'click', function() {infowindow.open(map,m_a74c82d019af1474f089a442dab3fed7);});$marker.push(m_a74c82d019af1474f089a442dab3fed7);}});}google.maps.event.addDomListener(window, 'load', initialize);