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.6547,-111.906)};var g_818d725171c868e5bc58c82794c408f2 = new google.maps.Geocoder();g_818d725171c868e5bc58c82794c408f2.geocode( { 'address': "5338 College Dr, Murray, UT 84123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-chartway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-chartway-federal-credit-union'), mapOptions);}document.getElementById('2ac35cb7').innerHTML += ' | View Map';var $l818d725171c868e5bc58c82794c408f2 = '

Chartway Federal Credit Union

Address: 5338 College Dr, Murray, UT 84123, USA
Phone: (800) 662-9522
';var m_818d725171c868e5bc58c82794c408f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chartway Federal Credit Union',});m_818d725171c868e5bc58c82794c408f2['infowindow'] = new google.maps.InfoWindow({content: $l818d725171c868e5bc58c82794c408f2});var infowindow = new google.maps.InfoWindow({content: $l818d725171c868e5bc58c82794c408f2});google.maps.event.addListener(m_818d725171c868e5bc58c82794c408f2, 'click', function() {infowindow.open(map,m_818d725171c868e5bc58c82794c408f2);});$marker.push(m_818d725171c868e5bc58c82794c408f2);}});}google.maps.event.addDomListener(window, 'load', initialize);