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(30.284,-97.7369)};var g_241205aea6ffb7cc79cb87450103a65f = new google.maps.Geocoder();g_241205aea6ffb7cc79cb87450103a65f.geocode( { 'address': "Gregory Gymnasium, 2101 Speedway, Austin, TX 78712, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('austin-TX-ufcu-ut-gregory-gym-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('austin-TX-ufcu-ut-gregory-gym-financial-center'), mapOptions);}document.getElementById('5fe731e7').innerHTML += ' | View Map';var $l241205aea6ffb7cc79cb87450103a65f = '

UFCU UT Gregory Gym Financial Center

Address: Gregory Gymnasium, 2101 Speedway, Austin, TX 78712, USA
Phone: (512) 467-8080
';var m_241205aea6ffb7cc79cb87450103a65f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UFCU UT Gregory Gym Financial Center',});m_241205aea6ffb7cc79cb87450103a65f['infowindow'] = new google.maps.InfoWindow({content: $l241205aea6ffb7cc79cb87450103a65f});var infowindow = new google.maps.InfoWindow({content: $l241205aea6ffb7cc79cb87450103a65f});google.maps.event.addListener(m_241205aea6ffb7cc79cb87450103a65f, 'click', function() {infowindow.open(map,m_241205aea6ffb7cc79cb87450103a65f);});$marker.push(m_241205aea6ffb7cc79cb87450103a65f);}});}google.maps.event.addDomListener(window, 'load', initialize);