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.7143,-112.001)};var g_1caeb60fe4d1321342d6b8056bb8e253 = new google.maps.Geocoder();g_1caeb60fe4d1321342d6b8056bb8e253.geocode( { 'address': "4646 Lake Park Blvd, West Valley City, UT 84120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-health-care-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-health-care-credit-union'), mapOptions);}document.getElementById('744fb2a4').innerHTML += ' | View Map';var $l1caeb60fe4d1321342d6b8056bb8e253 = '

Health Care Credit Union

Address: 4646 Lake Park Blvd, West Valley City, UT 84120, USA
Phone: (801) 302-4046
';var m_1caeb60fe4d1321342d6b8056bb8e253 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Health Care Credit Union',});m_1caeb60fe4d1321342d6b8056bb8e253['infowindow'] = new google.maps.InfoWindow({content: $l1caeb60fe4d1321342d6b8056bb8e253});var infowindow = new google.maps.InfoWindow({content: $l1caeb60fe4d1321342d6b8056bb8e253});google.maps.event.addListener(m_1caeb60fe4d1321342d6b8056bb8e253, 'click', function() {infowindow.open(map,m_1caeb60fe4d1321342d6b8056bb8e253);});$marker.push(m_1caeb60fe4d1321342d6b8056bb8e253);}});}google.maps.event.addDomListener(window, 'load', initialize);