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.3756,-76.3036)};var g_119bd52062c0246257fcd0ec0b8f1902 = new google.maps.Geocoder();g_119bd52062c0246257fcd0ec0b8f1902.geocode( { 'address': "1 W Main Ave, Myerstown, PA 17067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('myerstown-PA-northwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('myerstown-PA-northwest-bank'), mapOptions);}document.getElementById('997b39be').innerHTML += ' | View Map';var $l119bd52062c0246257fcd0ec0b8f1902 = '

Northwest Bank

Address: 1 W Main Ave, Myerstown, PA 17067, USA
Phone: (717) 866-2929
';var m_119bd52062c0246257fcd0ec0b8f1902 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Bank',});m_119bd52062c0246257fcd0ec0b8f1902['infowindow'] = new google.maps.InfoWindow({content: $l119bd52062c0246257fcd0ec0b8f1902});var infowindow = new google.maps.InfoWindow({content: $l119bd52062c0246257fcd0ec0b8f1902});google.maps.event.addListener(m_119bd52062c0246257fcd0ec0b8f1902, 'click', function() {infowindow.open(map,m_119bd52062c0246257fcd0ec0b8f1902);});$marker.push(m_119bd52062c0246257fcd0ec0b8f1902);}});}google.maps.event.addDomListener(window, 'load', initialize);