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.581,-111.872)};var g_23c968f0e94e6a6fd5ee540216cb9860 = new google.maps.Geocoder();g_23c968f0e94e6a6fd5ee540216cb9860.geocode( { 'address': "9383 700 E, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-cyprus-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-cyprus-credit-union'), mapOptions);}document.getElementById('cd561f38').innerHTML += ' | View Map';var $l23c968f0e94e6a6fd5ee540216cb9860 = '

Cyprus Credit Union

Address: 9383 700 E, Sandy, UT 84070, USA
Phone: (801) 565-8282
';var m_23c968f0e94e6a6fd5ee540216cb9860 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cyprus Credit Union',});m_23c968f0e94e6a6fd5ee540216cb9860['infowindow'] = new google.maps.InfoWindow({content: $l23c968f0e94e6a6fd5ee540216cb9860});var infowindow = new google.maps.InfoWindow({content: $l23c968f0e94e6a6fd5ee540216cb9860});google.maps.event.addListener(m_23c968f0e94e6a6fd5ee540216cb9860, 'click', function() {infowindow.open(map,m_23c968f0e94e6a6fd5ee540216cb9860);});$marker.push(m_23c968f0e94e6a6fd5ee540216cb9860);}});}google.maps.event.addDomListener(window, 'load', initialize);