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(38.5595,-109.547)};var g_534cd6fc581c61de7a85d1ca3b93978c = new google.maps.Geocoder();g_534cd6fc581c61de7a85d1ca3b93978c.geocode( { 'address': "860 S Main St, Moab, UT 84532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moab-UT-eastern-utah-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('moab-UT-eastern-utah-community-credit-union'), mapOptions);}document.getElementById('3fcb99b7').innerHTML += ' | View Map';var $l534cd6fc581c61de7a85d1ca3b93978c = '

Eastern Utah Community Credit Union

Address: 860 S Main St, Moab, UT 84532, USA
Phone: (435) 259-8200
';var m_534cd6fc581c61de7a85d1ca3b93978c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastern Utah Community Credit Union',});m_534cd6fc581c61de7a85d1ca3b93978c['infowindow'] = new google.maps.InfoWindow({content: $l534cd6fc581c61de7a85d1ca3b93978c});var infowindow = new google.maps.InfoWindow({content: $l534cd6fc581c61de7a85d1ca3b93978c});google.maps.event.addListener(m_534cd6fc581c61de7a85d1ca3b93978c, 'click', function() {infowindow.open(map,m_534cd6fc581c61de7a85d1ca3b93978c);});$marker.push(m_534cd6fc581c61de7a85d1ca3b93978c);}});}google.maps.event.addDomListener(window, 'load', initialize);