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(40.4623,-78.5901)};var g_36ebed960188b350962287b30f9248e4 = new google.maps.Geocoder();g_36ebed960188b350962287b30f9248e4.geocode( { 'address': "2nd Street & Laurel Avenue, Cresson, PA 16630"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cresson-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cresson-PA-first-national-bank'), mapOptions);}document.getElementById('1d0ecfd7').innerHTML += ' | View Map';var $l36ebed960188b350962287b30f9248e4 = '

First National Bank

Address: 2nd Street & Laurel Avenue, Cresson, PA 16630
Phone: (814) 886-4141
';var m_36ebed960188b350962287b30f9248e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_36ebed960188b350962287b30f9248e4['infowindow'] = new google.maps.InfoWindow({content: $l36ebed960188b350962287b30f9248e4});var infowindow = new google.maps.InfoWindow({content: $l36ebed960188b350962287b30f9248e4});google.maps.event.addListener(m_36ebed960188b350962287b30f9248e4, 'click', function() {infowindow.open(map,m_36ebed960188b350962287b30f9248e4);});$marker.push(m_36ebed960188b350962287b30f9248e4);}});}google.maps.event.addDomListener(window, 'load', initialize);