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.0944,-75.5889)};var g_ad188f35e0cbb32313538111badc3a3a = new google.maps.Geocoder();g_ad188f35e0cbb32313538111badc3a3a.geocode( { 'address': "RR 940, Blakeslee, PA 18610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blakeslee-PA-first-national-bank-palmerton').style.display = '';map = new google.maps.Map(document.getElementById('blakeslee-PA-first-national-bank-palmerton'), mapOptions);}document.getElementById('90bc8dba').innerHTML += ' | View Map';var $lad188f35e0cbb32313538111badc3a3a = '

First National Bank-Palmerton

Address: RR 940, Blakeslee, PA 18610, USA
Phone: (570) 646-8000
';var m_ad188f35e0cbb32313538111badc3a3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Palmerton',});m_ad188f35e0cbb32313538111badc3a3a['infowindow'] = new google.maps.InfoWindow({content: $lad188f35e0cbb32313538111badc3a3a});var infowindow = new google.maps.InfoWindow({content: $lad188f35e0cbb32313538111badc3a3a});google.maps.event.addListener(m_ad188f35e0cbb32313538111badc3a3a, 'click', function() {infowindow.open(map,m_ad188f35e0cbb32313538111badc3a3a);});$marker.push(m_ad188f35e0cbb32313538111badc3a3a);}});}google.maps.event.addDomListener(window, 'load', initialize);