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.6937,-75.6092)};var g_1cf627da598fcc048d2c2e4ee2b60aab = new google.maps.Geocoder();g_1cf627da598fcc048d2c2e4ee2b60aab.geocode( { 'address': "5629 PA-873, Neffs, PA 18065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neffs-PA-neffs-bancorp-inc').style.display = '';map = new google.maps.Map(document.getElementById('neffs-PA-neffs-bancorp-inc'), mapOptions);}document.getElementById('0c9d4dc5').innerHTML += ' | View Map';var $l1cf627da598fcc048d2c2e4ee2b60aab = '

Neffs Bancorp Inc

Address: 5629 PA-873, Neffs, PA 18065, USA
Phone: (610) 767-3875
';var m_1cf627da598fcc048d2c2e4ee2b60aab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neffs Bancorp Inc',});m_1cf627da598fcc048d2c2e4ee2b60aab['infowindow'] = new google.maps.InfoWindow({content: $l1cf627da598fcc048d2c2e4ee2b60aab});var infowindow = new google.maps.InfoWindow({content: $l1cf627da598fcc048d2c2e4ee2b60aab});google.maps.event.addListener(m_1cf627da598fcc048d2c2e4ee2b60aab, 'click', function() {infowindow.open(map,m_1cf627da598fcc048d2c2e4ee2b60aab);});$marker.push(m_1cf627da598fcc048d2c2e4ee2b60aab);}});}google.maps.event.addDomListener(window, 'load', initialize);