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.8325,-75.8767)};var g_63f316a76af3452a192a441cf069af8b = new google.maps.Geocoder();g_63f316a76af3452a192a441cf069af8b.geocode( { 'address': "281 Church St, Montrose, PA 18801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montrose-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('montrose-PA-first-national-bank'), mapOptions);}document.getElementById('c18aef9b').innerHTML += ' | View Map';var $l63f316a76af3452a192a441cf069af8b = '

First National Bank

Address: 281 Church St, Montrose, PA 18801, USA
Phone: (570) 278-3824
';var m_63f316a76af3452a192a441cf069af8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_63f316a76af3452a192a441cf069af8b['infowindow'] = new google.maps.InfoWindow({content: $l63f316a76af3452a192a441cf069af8b});var infowindow = new google.maps.InfoWindow({content: $l63f316a76af3452a192a441cf069af8b});google.maps.event.addListener(m_63f316a76af3452a192a441cf069af8b, 'click', function() {infowindow.open(map,m_63f316a76af3452a192a441cf069af8b);});$marker.push(m_63f316a76af3452a192a441cf069af8b);}});}google.maps.event.addDomListener(window, 'load', initialize);