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.3582,-111.738)};var g_5a9c243f1ec9e0bead932fc74b36b97e = new google.maps.Geocoder();g_5a9c243f1ec9e0bead932fc74b36b97e.geocode( { 'address': "105 State St, Pleasant Grove, UT 84062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pleasant-grove-UT-utah-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pleasant-grove-UT-utah-community-credit-union'), mapOptions);}document.getElementById('40a67975').innerHTML += ' | View Map';var $l5a9c243f1ec9e0bead932fc74b36b97e = '

Utah Community Credit Union

Address: 105 State St, Pleasant Grove, UT 84062, USA
Phone: (801) 223-8188
';var m_5a9c243f1ec9e0bead932fc74b36b97e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Community Credit Union',});m_5a9c243f1ec9e0bead932fc74b36b97e['infowindow'] = new google.maps.InfoWindow({content: $l5a9c243f1ec9e0bead932fc74b36b97e});var infowindow = new google.maps.InfoWindow({content: $l5a9c243f1ec9e0bead932fc74b36b97e});google.maps.event.addListener(m_5a9c243f1ec9e0bead932fc74b36b97e, 'click', function() {infowindow.open(map,m_5a9c243f1ec9e0bead932fc74b36b97e);});$marker.push(m_5a9c243f1ec9e0bead932fc74b36b97e);}});}google.maps.event.addDomListener(window, 'load', initialize);