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.4116,-75.6719)};var g_f43091d43d9312511c264d4f24da163a = new google.maps.Geocoder();g_f43091d43d9312511c264d4f24da163a.geocode( { 'address': "601 W Lackawanna Ave, Scranton, PA 18503, USA"}, 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('3db64698').innerHTML += ' | View Map';var $lf43091d43d9312511c264d4f24da163a = '

First National Bank

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