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.335,-75.1211)};var g_386d72161f185950be6f24402a1440e6 = new google.maps.Geocoder();g_386d72161f185950be6f24402a1440e6.geocode( { 'address': "6663 Sullivan Trl, Wind Gap, PA 18091"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wind-gap-PA-first-northern-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('wind-gap-PA-first-northern-bank-trust'), mapOptions);}document.getElementById('814526de').innerHTML += ' | View Map';var $l386d72161f185950be6f24402a1440e6 = '

First Northern Bank & Trust

Address: 6663 Sullivan Trl, Wind Gap, PA 18091
Phone: (610) 863-5400
';var m_386d72161f185950be6f24402a1440e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northern Bank & Trust',});m_386d72161f185950be6f24402a1440e6['infowindow'] = new google.maps.InfoWindow({content: $l386d72161f185950be6f24402a1440e6});var infowindow = new google.maps.InfoWindow({content: $l386d72161f185950be6f24402a1440e6});google.maps.event.addListener(m_386d72161f185950be6f24402a1440e6, 'click', function() {infowindow.open(map,m_386d72161f185950be6f24402a1440e6);});$marker.push(m_386d72161f185950be6f24402a1440e6);}});}google.maps.event.addDomListener(window, 'load', initialize);