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.5716,-111.885)};var g_edb684859b848362ec56904286947614 = new google.maps.Geocoder();g_edb684859b848362ec56904286947614.geocode( { 'address': "9260 S 300 E, Sandy, UT 84070"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-jordan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-jordan-credit-union'), mapOptions);}document.getElementById('10b95534').innerHTML += ' | View Map';var $ledb684859b848362ec56904286947614 = '

Jordan Credit Union

Address: 9260 S 300 E, Sandy, UT 84070
Phone: (801) 561-0461
';var m_edb684859b848362ec56904286947614 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jordan Credit Union',});m_edb684859b848362ec56904286947614['infowindow'] = new google.maps.InfoWindow({content: $ledb684859b848362ec56904286947614});var infowindow = new google.maps.InfoWindow({content: $ledb684859b848362ec56904286947614});google.maps.event.addListener(m_edb684859b848362ec56904286947614, 'click', function() {infowindow.open(map,m_edb684859b848362ec56904286947614);});$marker.push(m_edb684859b848362ec56904286947614);}});}google.maps.event.addDomListener(window, 'load', initialize);