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.968,-112.327)};var g_8df95e3882aaec8f5c758b7bc0cdfa3e = new google.maps.Geocoder();g_8df95e3882aaec8f5c758b7bc0cdfa3e.geocode( { 'address': "40 S 100 W, Fillmore, UT 84631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fillmore-UT-millard-county-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fillmore-UT-millard-county-credit-union'), mapOptions);}document.getElementById('dae9e2f7').innerHTML += ' | View Map';var $l8df95e3882aaec8f5c758b7bc0cdfa3e = '

Millard County Credit Union

Address: 40 S 100 W, Fillmore, UT 84631, USA
Phone: (435) 743-6545
';var m_8df95e3882aaec8f5c758b7bc0cdfa3e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Millard County Credit Union',});m_8df95e3882aaec8f5c758b7bc0cdfa3e['infowindow'] = new google.maps.InfoWindow({content: $l8df95e3882aaec8f5c758b7bc0cdfa3e});var infowindow = new google.maps.InfoWindow({content: $l8df95e3882aaec8f5c758b7bc0cdfa3e});google.maps.event.addListener(m_8df95e3882aaec8f5c758b7bc0cdfa3e, 'click', function() {infowindow.open(map,m_8df95e3882aaec8f5c758b7bc0cdfa3e);});$marker.push(m_8df95e3882aaec8f5c758b7bc0cdfa3e);}});}google.maps.event.addDomListener(window, 'load', initialize);