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.3551,-111.588)};var g_cc0810e5fe89b60fae580a279b00ec4f = new google.maps.Geocoder();g_cc0810e5fe89b60fae580a279b00ec4f.geocode( { 'address': "268 S Main St, Ephraim, UT 84627, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ephraim-UT-utah-heritage-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ephraim-UT-utah-heritage-credit-union'), mapOptions);}document.getElementById('a5bfe776').innerHTML += ' | View Map';var $lcc0810e5fe89b60fae580a279b00ec4f = '

Utah Heritage Credit Union

Address: 268 S Main St, Ephraim, UT 84627, USA
Phone: (435) 283-8288
';var m_cc0810e5fe89b60fae580a279b00ec4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Heritage Credit Union',});m_cc0810e5fe89b60fae580a279b00ec4f['infowindow'] = new google.maps.InfoWindow({content: $lcc0810e5fe89b60fae580a279b00ec4f});var infowindow = new google.maps.InfoWindow({content: $lcc0810e5fe89b60fae580a279b00ec4f});google.maps.event.addListener(m_cc0810e5fe89b60fae580a279b00ec4f, 'click', function() {infowindow.open(map,m_cc0810e5fe89b60fae580a279b00ec4f);});$marker.push(m_cc0810e5fe89b60fae580a279b00ec4f);}});}google.maps.event.addDomListener(window, 'load', initialize);