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(33.5436,-111.906)};var g_39349a7c3ed00bda5647ff55406aa4d2 = new google.maps.Geocoder();g_39349a7c3ed00bda5647ff55406aa4d2.geocode( { 'address': "7333 N Vía Paseo Del Sur, Scottsdale, AZ 85258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-tru-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-tru-west-credit-union'), mapOptions);}document.getElementById('70ec16e4').innerHTML += ' | View Map';var $l39349a7c3ed00bda5647ff55406aa4d2 = '

Tru West Credit Union

Address: 7333 N Vía Paseo Del Sur, Scottsdale, AZ 85258, USA
Phone: (480) 441-5900
';var m_39349a7c3ed00bda5647ff55406aa4d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tru West Credit Union',});m_39349a7c3ed00bda5647ff55406aa4d2['infowindow'] = new google.maps.InfoWindow({content: $l39349a7c3ed00bda5647ff55406aa4d2});var infowindow = new google.maps.InfoWindow({content: $l39349a7c3ed00bda5647ff55406aa4d2});google.maps.event.addListener(m_39349a7c3ed00bda5647ff55406aa4d2, 'click', function() {infowindow.open(map,m_39349a7c3ed00bda5647ff55406aa4d2);});$marker.push(m_39349a7c3ed00bda5647ff55406aa4d2);}});}google.maps.event.addDomListener(window, 'load', initialize);