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.8576,-76.342)};var g_d3979759ff582281e69bb64de960d45c = new google.maps.Geocoder();g_d3979759ff582281e69bb64de960d45c.geocode( { 'address': "847 Main St, Rome, PA 18837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rome-PA-first-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rome-PA-first-citizens-national-bank'), mapOptions);}document.getElementById('71c0125a').innerHTML += ' | View Map';var $ld3979759ff582281e69bb64de960d45c = '

First Citizens National Bank

Address: 847 Main St, Rome, PA 18837, USA
Phone: (570) 247-5100
';var m_d3979759ff582281e69bb64de960d45c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Citizens National Bank',});m_d3979759ff582281e69bb64de960d45c['infowindow'] = new google.maps.InfoWindow({content: $ld3979759ff582281e69bb64de960d45c});var infowindow = new google.maps.InfoWindow({content: $ld3979759ff582281e69bb64de960d45c});google.maps.event.addListener(m_d3979759ff582281e69bb64de960d45c, 'click', function() {infowindow.open(map,m_d3979759ff582281e69bb64de960d45c);});$marker.push(m_d3979759ff582281e69bb64de960d45c);}});}google.maps.event.addDomListener(window, 'load', initialize);