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.2094,-77.1734)};var g_ab0eb3149ef3af36121f4d9831d798ef = new google.maps.Geocoder();g_ab0eb3149ef3af36121f4d9831d798ef.geocode( { 'address': "842 Sumner Rd, Carlisle, PA 17013, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlisle-PA-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('carlisle-PA-navy-federal-credit-union'), mapOptions);}document.getElementById('562a8fc5').innerHTML += ' | View Map';var $lab0eb3149ef3af36121f4d9831d798ef = '

Navy Federal Credit Union

Address: 842 Sumner Rd, Carlisle, PA 17013, USA
Phone: (888) 842-6328
';var m_ab0eb3149ef3af36121f4d9831d798ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_ab0eb3149ef3af36121f4d9831d798ef['infowindow'] = new google.maps.InfoWindow({content: $lab0eb3149ef3af36121f4d9831d798ef});var infowindow = new google.maps.InfoWindow({content: $lab0eb3149ef3af36121f4d9831d798ef});google.maps.event.addListener(m_ab0eb3149ef3af36121f4d9831d798ef, 'click', function() {infowindow.open(map,m_ab0eb3149ef3af36121f4d9831d798ef);});$marker.push(m_ab0eb3149ef3af36121f4d9831d798ef);}});}google.maps.event.addDomListener(window, 'load', initialize);