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(37.8708,-109.343)};var g_c323092e3dc96ec44049c28c7dd27089 = new google.maps.Geocoder();g_c323092e3dc96ec44049c28c7dd27089.geocode( { 'address': "132 S Main St, Monticello, UT 84535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-UT-san-juan-credit-union-monticello-branch').style.display = '';map = new google.maps.Map(document.getElementById('monticello-UT-san-juan-credit-union-monticello-branch'), mapOptions);}document.getElementById('942acbef').innerHTML += ' | View Map';var $lc323092e3dc96ec44049c28c7dd27089 = '

San Juan Credit Union, Monticello Branch

Address: 132 S Main St, Monticello, UT 84535, USA
Phone: (435) 587-3399
';var m_c323092e3dc96ec44049c28c7dd27089 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Juan Credit Union, Monticello Branch',});m_c323092e3dc96ec44049c28c7dd27089['infowindow'] = new google.maps.InfoWindow({content: $lc323092e3dc96ec44049c28c7dd27089});var infowindow = new google.maps.InfoWindow({content: $lc323092e3dc96ec44049c28c7dd27089});google.maps.event.addListener(m_c323092e3dc96ec44049c28c7dd27089, 'click', function() {infowindow.open(map,m_c323092e3dc96ec44049c28c7dd27089);});$marker.push(m_c323092e3dc96ec44049c28c7dd27089);}});}google.maps.event.addDomListener(window, 'load', initialize);