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.6109,-96.3506)};var g_c0248542adbc4200f3ea47edc7c1b650 = new google.maps.Geocoder();g_c0248542adbc4200f3ea47edc7c1b650.geocode( { 'address': "Wehner Building, 4113 TAMU, 210 Olsen Blvd, College Station, TX 77843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('college-station-TX-mays-business-school').style.display = '';map = new google.maps.Map(document.getElementById('college-station-TX-mays-business-school'), mapOptions);}document.getElementById('caae620c').innerHTML += ' | View Map';var $lc0248542adbc4200f3ea47edc7c1b650 = '

Mays Business School

Address: Wehner Building, 4113 TAMU, 210 Olsen Blvd, College Station, TX 77843, USA
Phone: (979) 845-4711
';var m_c0248542adbc4200f3ea47edc7c1b650 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mays Business School',});m_c0248542adbc4200f3ea47edc7c1b650['infowindow'] = new google.maps.InfoWindow({content: $lc0248542adbc4200f3ea47edc7c1b650});var infowindow = new google.maps.InfoWindow({content: $lc0248542adbc4200f3ea47edc7c1b650});google.maps.event.addListener(m_c0248542adbc4200f3ea47edc7c1b650, 'click', function() {infowindow.open(map,m_c0248542adbc4200f3ea47edc7c1b650);});$marker.push(m_c0248542adbc4200f3ea47edc7c1b650);}});}google.maps.event.addDomListener(window, 'load', initialize);