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.8596,-76.7851)};var g_cf3846fd28df3fda672c21ce3118ec84 = new google.maps.Geocoder();g_cf3846fd28df3fda672c21ce3118ec84.geocode( { 'address': "1000 Market St, Sunbury, PA 17801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunbury-PA-central-keystone-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sunbury-PA-central-keystone-credit-union'), mapOptions);}document.getElementById('7dcb7683').innerHTML += ' | View Map';var $lcf3846fd28df3fda672c21ce3118ec84 = '

Central Keystone Credit Union

Address: 1000 Market St, Sunbury, PA 17801, USA
Phone: (570) 286-5739
';var m_cf3846fd28df3fda672c21ce3118ec84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Keystone Credit Union',});m_cf3846fd28df3fda672c21ce3118ec84['infowindow'] = new google.maps.InfoWindow({content: $lcf3846fd28df3fda672c21ce3118ec84});var infowindow = new google.maps.InfoWindow({content: $lcf3846fd28df3fda672c21ce3118ec84});google.maps.event.addListener(m_cf3846fd28df3fda672c21ce3118ec84, 'click', function() {infowindow.open(map,m_cf3846fd28df3fda672c21ce3118ec84);});$marker.push(m_cf3846fd28df3fda672c21ce3118ec84);}});}google.maps.event.addDomListener(window, 'load', initialize);