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(35.7856,-78.6744)};var g_6d8e4836f22d0a921638c5a785a62896 = new google.maps.Geocoder();g_6d8e4836f22d0a921638c5a785a62896.geocode( { 'address': "Harris Hall, 2831 Thurman Dr, Raleigh, NC 27607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('raleigh-NC-ncsu-cashiers-office').style.display = '';map = new google.maps.Map(document.getElementById('raleigh-NC-ncsu-cashiers-office'), mapOptions);}document.getElementById('839f704e').innerHTML += ' | View Map';var $l6d8e4836f22d0a921638c5a785a62896 = '

NCSU Cashier's Office

Address: Harris Hall, 2831 Thurman Dr, Raleigh, NC 27607, USA
Phone: (919) 515-2986
';var m_6d8e4836f22d0a921638c5a785a62896 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NCSU Cashier's Office',});m_6d8e4836f22d0a921638c5a785a62896['infowindow'] = new google.maps.InfoWindow({content: $l6d8e4836f22d0a921638c5a785a62896});var infowindow = new google.maps.InfoWindow({content: $l6d8e4836f22d0a921638c5a785a62896});google.maps.event.addListener(m_6d8e4836f22d0a921638c5a785a62896, 'click', function() {infowindow.open(map,m_6d8e4836f22d0a921638c5a785a62896);});$marker.push(m_6d8e4836f22d0a921638c5a785a62896);}});}google.maps.event.addDomListener(window, 'load', initialize);