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.6946,-75.4883)};var g_0328d081221f962475b35e217219e79e = new google.maps.Geocoder();g_0328d081221f962475b35e217219e79e.geocode( { 'address': "1449 Nor Bath Blvd, Northampton, PA 18067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northampton-PA-first-national-bank-palmerton').style.display = '';map = new google.maps.Map(document.getElementById('northampton-PA-first-national-bank-palmerton'), mapOptions);}document.getElementById('d08572fb').innerHTML += ' | View Map';var $l0328d081221f962475b35e217219e79e = '

First National Bank-Palmerton

Address: 1449 Nor Bath Blvd, Northampton, PA 18067, USA
Phone: (610) 261-9464
';var m_0328d081221f962475b35e217219e79e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Palmerton',});m_0328d081221f962475b35e217219e79e['infowindow'] = new google.maps.InfoWindow({content: $l0328d081221f962475b35e217219e79e});var infowindow = new google.maps.InfoWindow({content: $l0328d081221f962475b35e217219e79e});google.maps.event.addListener(m_0328d081221f962475b35e217219e79e, 'click', function() {infowindow.open(map,m_0328d081221f962475b35e217219e79e);});$marker.push(m_0328d081221f962475b35e217219e79e);}});}google.maps.event.addDomListener(window, 'load', initialize);