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(41.2072,-75.9308)};var g_a965e1a9a993456b6065b354354942c0 = new google.maps.Geocoder();g_a965e1a9a993456b6065b354354942c0.geocode( { 'address': "220 Lasley Ave, Wilkes-Barre, PA 18706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-navient').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-navient'), mapOptions);}document.getElementById('36fdfd82').innerHTML += ' | View Map';var $la965e1a9a993456b6065b354354942c0 = '

Navient

Address: 220 Lasley Ave, Wilkes-Barre, PA 18706, USA
Phone: (888) 272-5543
';var m_a965e1a9a993456b6065b354354942c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navient',});m_a965e1a9a993456b6065b354354942c0['infowindow'] = new google.maps.InfoWindow({content: $la965e1a9a993456b6065b354354942c0});var infowindow = new google.maps.InfoWindow({content: $la965e1a9a993456b6065b354354942c0});google.maps.event.addListener(m_a965e1a9a993456b6065b354354942c0, 'click', function() {infowindow.open(map,m_a965e1a9a993456b6065b354354942c0);});$marker.push(m_a965e1a9a993456b6065b354354942c0);}});}google.maps.event.addDomListener(window, 'load', initialize);