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.577,-111.854)};var g_594c396d0eb9d0244a93be543b2a9c76 = new google.maps.Geocoder();g_594c396d0eb9d0244a93be543b2a9c76.geocode( { 'address': "9660 S 1300 E, Sandy, UT 84094, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-health-care-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-health-care-credit-union'), mapOptions);}document.getElementById('3c03c11b').innerHTML += ' | View Map';var $l594c396d0eb9d0244a93be543b2a9c76 = '

Health Care Credit Union

Address: 9660 S 1300 E, Sandy, UT 84094, United States
Phone: (801) 302-4031
';var m_594c396d0eb9d0244a93be543b2a9c76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Health Care Credit Union',});m_594c396d0eb9d0244a93be543b2a9c76['infowindow'] = new google.maps.InfoWindow({content: $l594c396d0eb9d0244a93be543b2a9c76});var infowindow = new google.maps.InfoWindow({content: $l594c396d0eb9d0244a93be543b2a9c76});google.maps.event.addListener(m_594c396d0eb9d0244a93be543b2a9c76, 'click', function() {infowindow.open(map,m_594c396d0eb9d0244a93be543b2a9c76);});$marker.push(m_594c396d0eb9d0244a93be543b2a9c76);}});}google.maps.event.addDomListener(window, 'load', initialize);