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.1606,-111.643)};var g_70f44538106c52ad2a01ffba924792e2 = new google.maps.Geocoder();g_70f44538106c52ad2a01ffba924792e2.geocode( { 'address': "484 S 1750 W, Springville, UT 84663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springville-UT-check-city').style.display = '';map = new google.maps.Map(document.getElementById('springville-UT-check-city'), mapOptions);}document.getElementById('98e162a4').innerHTML += ' | View Map';var $l70f44538106c52ad2a01ffba924792e2 = '

Check City

Address: 484 S 1750 W, Springville, UT 84663, USA
Phone: (801) 853-3100
';var m_70f44538106c52ad2a01ffba924792e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check City',});m_70f44538106c52ad2a01ffba924792e2['infowindow'] = new google.maps.InfoWindow({content: $l70f44538106c52ad2a01ffba924792e2});var infowindow = new google.maps.InfoWindow({content: $l70f44538106c52ad2a01ffba924792e2});google.maps.event.addListener(m_70f44538106c52ad2a01ffba924792e2, 'click', function() {infowindow.open(map,m_70f44538106c52ad2a01ffba924792e2);});$marker.push(m_70f44538106c52ad2a01ffba924792e2);}});}google.maps.event.addDomListener(window, 'load', initialize);