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.6873,-110.852)};var g_68aef3ebd4f084ac155fc1e9789605ba = new google.maps.Geocoder();g_68aef3ebd4f084ac155fc1e9789605ba.geocode( { 'address': "100 Second N, Helper, UT 84526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('helper-UT-utah-power-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('helper-UT-utah-power-credit-union'), mapOptions);}document.getElementById('9ab6c2f9').innerHTML += ' | View Map';var $l68aef3ebd4f084ac155fc1e9789605ba = '

Utah Power Credit Union

Address: 100 Second N, Helper, UT 84526, USA
Phone: (435) 472-5531
';var m_68aef3ebd4f084ac155fc1e9789605ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Power Credit Union',});m_68aef3ebd4f084ac155fc1e9789605ba['infowindow'] = new google.maps.InfoWindow({content: $l68aef3ebd4f084ac155fc1e9789605ba});var infowindow = new google.maps.InfoWindow({content: $l68aef3ebd4f084ac155fc1e9789605ba});google.maps.event.addListener(m_68aef3ebd4f084ac155fc1e9789605ba, 'click', function() {infowindow.open(map,m_68aef3ebd4f084ac155fc1e9789605ba);});$marker.push(m_68aef3ebd4f084ac155fc1e9789605ba);}});}google.maps.event.addDomListener(window, 'load', initialize);