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.9223,-77.5315)};var g_d3635b07dc3d11d018d94dce40ba210c = new google.maps.Geocoder();g_d3635b07dc3d11d018d94dce40ba210c.geocode( { 'address': "465 E Main St, Westfield, PA 16950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-PA-citizens--northern-bank').style.display = '';map = new google.maps.Map(document.getElementById('westfield-PA-citizens--northern-bank'), mapOptions);}document.getElementById('5593d903').innerHTML += ' | View Map';var $ld3635b07dc3d11d018d94dce40ba210c = '

Citizens & Northern Bank

Address: 465 E Main St, Westfield, PA 16950, USA
Phone: (877) 838-2517
';var m_d3635b07dc3d11d018d94dce40ba210c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens & Northern Bank',});m_d3635b07dc3d11d018d94dce40ba210c['infowindow'] = new google.maps.InfoWindow({content: $ld3635b07dc3d11d018d94dce40ba210c});var infowindow = new google.maps.InfoWindow({content: $ld3635b07dc3d11d018d94dce40ba210c});google.maps.event.addListener(m_d3635b07dc3d11d018d94dce40ba210c, 'click', function() {infowindow.open(map,m_d3635b07dc3d11d018d94dce40ba210c);});$marker.push(m_d3635b07dc3d11d018d94dce40ba210c);}});}google.maps.event.addDomListener(window, 'load', initialize);