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.296,-76.865)};var g_1357bcf2d4321bb322e9ae46a462ef4a = new google.maps.Geocoder();g_1357bcf2d4321bb322e9ae46a462ef4a.geocode( { 'address': "1500 Elmerton Ave, Harrisburg, PA 17110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-psecu-corporate-headquarters').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-psecu-corporate-headquarters'), mapOptions);}document.getElementById('1005d531').innerHTML += ' | View Map';var $l1357bcf2d4321bb322e9ae46a462ef4a = '

PSECU Corporate Headquarters

Address: 1500 Elmerton Ave, Harrisburg, PA 17110, USA
Phone: (800) 237-7328
';var m_1357bcf2d4321bb322e9ae46a462ef4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PSECU Corporate Headquarters',});m_1357bcf2d4321bb322e9ae46a462ef4a['infowindow'] = new google.maps.InfoWindow({content: $l1357bcf2d4321bb322e9ae46a462ef4a});var infowindow = new google.maps.InfoWindow({content: $l1357bcf2d4321bb322e9ae46a462ef4a});google.maps.event.addListener(m_1357bcf2d4321bb322e9ae46a462ef4a, 'click', function() {infowindow.open(map,m_1357bcf2d4321bb322e9ae46a462ef4a);});$marker.push(m_1357bcf2d4321bb322e9ae46a462ef4a);}});}google.maps.event.addDomListener(window, 'load', initialize);