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(34.7729,-96.6598)};var g_61ba14d33980539fb30ccaaf7cdf9f8f = new google.maps.Geocoder();g_61ba14d33980539fb30ccaaf7cdf9f8f.geocode( { 'address': "1100 E 14th St, Ada, OK 74820, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ada-OK-east-central-university').style.display = '';map = new google.maps.Map(document.getElementById('ada-OK-east-central-university'), mapOptions);}document.getElementById('21ea89b3').innerHTML += ' | View Map';var $l61ba14d33980539fb30ccaaf7cdf9f8f = '

East Central University

Address: 1100 E 14th St, Ada, OK 74820, USA
Phone: (580) 332-8000
';var m_61ba14d33980539fb30ccaaf7cdf9f8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Central University',});m_61ba14d33980539fb30ccaaf7cdf9f8f['infowindow'] = new google.maps.InfoWindow({content: $l61ba14d33980539fb30ccaaf7cdf9f8f});var infowindow = new google.maps.InfoWindow({content: $l61ba14d33980539fb30ccaaf7cdf9f8f});google.maps.event.addListener(m_61ba14d33980539fb30ccaaf7cdf9f8f, 'click', function() {infowindow.open(map,m_61ba14d33980539fb30ccaaf7cdf9f8f);});$marker.push(m_61ba14d33980539fb30ccaaf7cdf9f8f);}});}google.maps.event.addDomListener(window, 'load', initialize);