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.2647,-111.637)};var g_3f996fc050caa742bd7378b69ba7745a = new google.maps.Geocoder();g_3f996fc050caa742bd7378b69ba7745a.geocode( { 'address': "39 S Main St, Manti, UT 84642, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manti-UT-south-sanpete-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manti-UT-south-sanpete-credit-union'), mapOptions);}document.getElementById('fa5d974d').innerHTML += ' | View Map';var $l3f996fc050caa742bd7378b69ba7745a = '

South Sanpete Credit Union

Address: 39 S Main St, Manti, UT 84642, USA
Phone: (435) 835-2261
';var m_3f996fc050caa742bd7378b69ba7745a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Sanpete Credit Union',});m_3f996fc050caa742bd7378b69ba7745a['infowindow'] = new google.maps.InfoWindow({content: $l3f996fc050caa742bd7378b69ba7745a});var infowindow = new google.maps.InfoWindow({content: $l3f996fc050caa742bd7378b69ba7745a});google.maps.event.addListener(m_3f996fc050caa742bd7378b69ba7745a, 'click', function() {infowindow.open(map,m_3f996fc050caa742bd7378b69ba7745a);});$marker.push(m_3f996fc050caa742bd7378b69ba7745a);}});}google.maps.event.addDomListener(window, 'load', initialize);