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.0318,-111.75)};var g_b4809d0c7b13cd829c26646d947b55e6 = new google.maps.Geocoder();g_b4809d0c7b13cd829c26646d947b55e6.geocode( { 'address': "1012 W 800 S, Payson, UT 84651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('payson-UT-utah-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('payson-UT-utah-community-credit-union'), mapOptions);}document.getElementById('55e70456').innerHTML += ' | View Map';var $lb4809d0c7b13cd829c26646d947b55e6 = '

Utah Community Credit Union

Address: 1012 W 800 S, Payson, UT 84651, USA
Phone: (801) 223-8188
';var m_b4809d0c7b13cd829c26646d947b55e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Community Credit Union',});m_b4809d0c7b13cd829c26646d947b55e6['infowindow'] = new google.maps.InfoWindow({content: $lb4809d0c7b13cd829c26646d947b55e6});var infowindow = new google.maps.InfoWindow({content: $lb4809d0c7b13cd829c26646d947b55e6});google.maps.event.addListener(m_b4809d0c7b13cd829c26646d947b55e6, 'click', function() {infowindow.open(map,m_b4809d0c7b13cd829c26646d947b55e6);});$marker.push(m_b4809d0c7b13cd829c26646d947b55e6);}});}google.maps.event.addDomListener(window, 'load', initialize);