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.3731,-75.6837)};var g_01423c252b8b206ec86fdb8fe9207f64 = new google.maps.Geocoder();g_01423c252b8b206ec86fdb8fe9207f64.geocode( { 'address': "601 W Lackawanna Ave, Scranton, PA 18503"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scranton-PA-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('scranton-PA-first-national-bank'), mapOptions);}document.getElementById('8fb83b17').innerHTML += ' | View Map';var $l01423c252b8b206ec86fdb8fe9207f64 = '

First National Bank

Address: 601 W Lackawanna Ave, Scranton, PA 18503
Phone: (570) 558-3600
';var m_01423c252b8b206ec86fdb8fe9207f64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_01423c252b8b206ec86fdb8fe9207f64['infowindow'] = new google.maps.InfoWindow({content: $l01423c252b8b206ec86fdb8fe9207f64});var infowindow = new google.maps.InfoWindow({content: $l01423c252b8b206ec86fdb8fe9207f64});google.maps.event.addListener(m_01423c252b8b206ec86fdb8fe9207f64, 'click', function() {infowindow.open(map,m_01423c252b8b206ec86fdb8fe9207f64);});$marker.push(m_01423c252b8b206ec86fdb8fe9207f64);}});}google.maps.event.addDomListener(window, 'load', initialize);