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.9657,-76.8506)};var g_b2df6ecaf41a7238824202f7e5c50854 = new google.maps.Geocoder();g_b2df6ecaf41a7238824202f7e5c50854.geocode( { 'address': "2613 PA-45, Milton, PA 17847, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milton-PA-n-u-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('milton-PA-n-u-community-credit-union'), mapOptions);}document.getElementById('32a39467').innerHTML += ' | View Map';var $lb2df6ecaf41a7238824202f7e5c50854 = '

N U Community Credit Union

Address: 2613 PA-45, Milton, PA 17847, USA
Phone: (570) 522-9710
';var m_b2df6ecaf41a7238824202f7e5c50854 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'N U Community Credit Union',});m_b2df6ecaf41a7238824202f7e5c50854['infowindow'] = new google.maps.InfoWindow({content: $lb2df6ecaf41a7238824202f7e5c50854});var infowindow = new google.maps.InfoWindow({content: $lb2df6ecaf41a7238824202f7e5c50854});google.maps.event.addListener(m_b2df6ecaf41a7238824202f7e5c50854, 'click', function() {infowindow.open(map,m_b2df6ecaf41a7238824202f7e5c50854);});$marker.push(m_b2df6ecaf41a7238824202f7e5c50854);}});}google.maps.event.addDomListener(window, 'load', initialize);