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.2827,-111.688)};var g_3df957ba4928b954b29c025dfc01f315 = new google.maps.Geocoder();g_3df957ba4928b954b29c025dfc01f315.geocode( { 'address': "s 84058, 311 E 800 S, Orem, UT 84058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-uccu').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-uccu'), mapOptions);}document.getElementById('b611a94e').innerHTML += ' | View Map';var $l3df957ba4928b954b29c025dfc01f315 = '

UCCU

Address: s 84058, 311 E 800 S, Orem, UT 84058, USA
Phone: (801) 555-1212
';var m_3df957ba4928b954b29c025dfc01f315 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'UCCU',});m_3df957ba4928b954b29c025dfc01f315['infowindow'] = new google.maps.InfoWindow({content: $l3df957ba4928b954b29c025dfc01f315});var infowindow = new google.maps.InfoWindow({content: $l3df957ba4928b954b29c025dfc01f315});google.maps.event.addListener(m_3df957ba4928b954b29c025dfc01f315, 'click', function() {infowindow.open(map,m_3df957ba4928b954b29c025dfc01f315);});$marker.push(m_3df957ba4928b954b29c025dfc01f315);}});}google.maps.event.addDomListener(window, 'load', initialize);