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.387,-111.912)};var g_17cc0dddda0de48483f7447086c73767 = new google.maps.Geocoder();g_17cc0dddda0de48483f7447086c73767.geocode( { 'address': "1364 North St, Saratoga Springs, UT 84045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saratoga-springs-UT-utah-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saratoga-springs-UT-utah-community-credit-union'), mapOptions);}document.getElementById('7ba886e3').innerHTML += ' | View Map';var $l17cc0dddda0de48483f7447086c73767 = '

Utah Community Credit Union

Address: 1364 North St, Saratoga Springs, UT 84045, USA
Phone: (801) 223-8188
';var m_17cc0dddda0de48483f7447086c73767 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Community Credit Union',});m_17cc0dddda0de48483f7447086c73767['infowindow'] = new google.maps.InfoWindow({content: $l17cc0dddda0de48483f7447086c73767});var infowindow = new google.maps.InfoWindow({content: $l17cc0dddda0de48483f7447086c73767});google.maps.event.addListener(m_17cc0dddda0de48483f7447086c73767, 'click', function() {infowindow.open(map,m_17cc0dddda0de48483f7447086c73767);});$marker.push(m_17cc0dddda0de48483f7447086c73767);}});}google.maps.event.addDomListener(window, 'load', initialize);