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.4307,-86.9129)};var g_6f6c134fd62e5cf24c1e4260d78cfa69 = new google.maps.Geocoder();g_6f6c134fd62e5cf24c1e4260d78cfa69.geocode( { 'address': "516 Northwestern Ave, West Lafayette, IN 47906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-lafayette-IN-purdue-federal-credit-union-wang-hall').style.display = '';map = new google.maps.Map(document.getElementById('west-lafayette-IN-purdue-federal-credit-union-wang-hall'), mapOptions);}document.getElementById('0b480ac5').innerHTML += ' | View Map';var $l6f6c134fd62e5cf24c1e4260d78cfa69 = '

Purdue Federal Credit Union Wang Hall

Address: 516 Northwestern Ave, West Lafayette, IN 47906, USA
Phone: (765) 497-3328
';var m_6f6c134fd62e5cf24c1e4260d78cfa69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Purdue Federal Credit Union Wang Hall',});m_6f6c134fd62e5cf24c1e4260d78cfa69['infowindow'] = new google.maps.InfoWindow({content: $l6f6c134fd62e5cf24c1e4260d78cfa69});var infowindow = new google.maps.InfoWindow({content: $l6f6c134fd62e5cf24c1e4260d78cfa69});google.maps.event.addListener(m_6f6c134fd62e5cf24c1e4260d78cfa69, 'click', function() {infowindow.open(map,m_6f6c134fd62e5cf24c1e4260d78cfa69);});$marker.push(m_6f6c134fd62e5cf24c1e4260d78cfa69);}});}google.maps.event.addDomListener(window, 'load', initialize);