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.6824,-112.006)};var g_760e4e8ca05904e3162c26ad34c1faf9 = new google.maps.Geocoder();g_760e4e8ca05904e3162c26ad34c1faf9.geocode( { 'address': "4090 S 4800 W, 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-chartway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-chartway-federal-credit-union'), mapOptions);}document.getElementById('a44b816a').innerHTML += ' | View Map';var $l760e4e8ca05904e3162c26ad34c1faf9 = '

Chartway Federal Credit Union

Address: 4090 S 4800 W, West Valley City, UT 84120, USA
Phone: (800) 999-6395
';var m_760e4e8ca05904e3162c26ad34c1faf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartway Federal Credit Union',});m_760e4e8ca05904e3162c26ad34c1faf9['infowindow'] = new google.maps.InfoWindow({content: $l760e4e8ca05904e3162c26ad34c1faf9});var infowindow = new google.maps.InfoWindow({content: $l760e4e8ca05904e3162c26ad34c1faf9});google.maps.event.addListener(m_760e4e8ca05904e3162c26ad34c1faf9, 'click', function() {infowindow.open(map,m_760e4e8ca05904e3162c26ad34c1faf9);});$marker.push(m_760e4e8ca05904e3162c26ad34c1faf9);}});}google.maps.event.addDomListener(window, 'load', initialize);