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(39.5321,-111.463)};var g_b955f10d3ffc5d6cf5c7bd26f59bc518 = new google.maps.Geocoder();g_b955f10d3ffc5d6cf5c7bd26f59bc518.geocode( { 'address': "1050 S State St # 3, Mt Pleasant, UT 84647, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-pleasant-UT-utah-heritage').style.display = '';map = new google.maps.Map(document.getElementById('mount-pleasant-UT-utah-heritage'), mapOptions);}document.getElementById('a17f0a2a').innerHTML += ' | View Map';var $lb955f10d3ffc5d6cf5c7bd26f59bc518 = '

Utah Heritage

Address: 1050 S State St # 3, Mt Pleasant, UT 84647, USA
Phone: (435) 462-5345
';var m_b955f10d3ffc5d6cf5c7bd26f59bc518 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Heritage',});m_b955f10d3ffc5d6cf5c7bd26f59bc518['infowindow'] = new google.maps.InfoWindow({content: $lb955f10d3ffc5d6cf5c7bd26f59bc518});var infowindow = new google.maps.InfoWindow({content: $lb955f10d3ffc5d6cf5c7bd26f59bc518});google.maps.event.addListener(m_b955f10d3ffc5d6cf5c7bd26f59bc518, 'click', function() {infowindow.open(map,m_b955f10d3ffc5d6cf5c7bd26f59bc518);});$marker.push(m_b955f10d3ffc5d6cf5c7bd26f59bc518);}});}google.maps.event.addDomListener(window, 'load', initialize);