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.5834,-111.882)};var g_639e19799fbbc08e1a118ca40fd94d31 = new google.maps.Geocoder();g_639e19799fbbc08e1a118ca40fd94d31.geocode( { 'address': "9260 S 300 E, Sandy, UT 84070, USA"}, 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('b758fa44').innerHTML += ' | View Map';var $l639e19799fbbc08e1a118ca40fd94d31 = '

Jordan Credit Union

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