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.7721,-78.0188)};var g_61536b26f02832ed0bf885c0d9cec2f5 = new google.maps.Geocoder();g_61536b26f02832ed0bf885c0d9cec2f5.geocode( { 'address': "118 E 2nd St, Coudersport, PA 16915"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coudersport-PA-first-national-bank-port-allegany').style.display = '';map = new google.maps.Map(document.getElementById('coudersport-PA-first-national-bank-port-allegany'), mapOptions);}document.getElementById('2d030f8c').innerHTML += ' | View Map';var $l61536b26f02832ed0bf885c0d9cec2f5 = '

First National Bank-Port Allegany

Address: 118 E 2nd St, Coudersport, PA 16915
Phone: (814) 274-9488
';var m_61536b26f02832ed0bf885c0d9cec2f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Port Allegany',});m_61536b26f02832ed0bf885c0d9cec2f5['infowindow'] = new google.maps.InfoWindow({content: $l61536b26f02832ed0bf885c0d9cec2f5});var infowindow = new google.maps.InfoWindow({content: $l61536b26f02832ed0bf885c0d9cec2f5});google.maps.event.addListener(m_61536b26f02832ed0bf885c0d9cec2f5, 'click', function() {infowindow.open(map,m_61536b26f02832ed0bf885c0d9cec2f5);});$marker.push(m_61536b26f02832ed0bf885c0d9cec2f5);}});}google.maps.event.addDomListener(window, 'load', initialize);