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.4959,-111.413)};var g_f230aafd7548168eddb9553dcf4c5205 = new google.maps.Geocoder();g_f230aafd7548168eddb9553dcf4c5205.geocode( { 'address': "875 S Main St, Heber City, UT 84032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heber-city-UT-utah-community-credit-union---heber').style.display = '';map = new google.maps.Map(document.getElementById('heber-city-UT-utah-community-credit-union---heber'), mapOptions);}document.getElementById('77efcf39').innerHTML += ' | View Map';var $lf230aafd7548168eddb9553dcf4c5205 = '

Utah Community Credit Union - Heber

Address: 875 S Main St, Heber City, UT 84032, USA
Phone: (801) 223-8188
';var m_f230aafd7548168eddb9553dcf4c5205 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Community Credit Union - Heber',});m_f230aafd7548168eddb9553dcf4c5205['infowindow'] = new google.maps.InfoWindow({content: $lf230aafd7548168eddb9553dcf4c5205});var infowindow = new google.maps.InfoWindow({content: $lf230aafd7548168eddb9553dcf4c5205});google.maps.event.addListener(m_f230aafd7548168eddb9553dcf4c5205, 'click', function() {infowindow.open(map,m_f230aafd7548168eddb9553dcf4c5205);});$marker.push(m_f230aafd7548168eddb9553dcf4c5205);}});}google.maps.event.addDomListener(window, 'load', initialize);