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.5679,-112.068)};var g_52ac398b4aba7807ae93752e6ac5f2f9 = new google.maps.Geocoder();g_52ac398b4aba7807ae93752e6ac5f2f9.geocode( { 'address': "350 E Dunlap Ave, Phoenix, AZ 85020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-credit-union-west').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-credit-union-west'), mapOptions);}document.getElementById('54510f01').innerHTML += ' | View Map';var $l52ac398b4aba7807ae93752e6ac5f2f9 = '

Credit Union West

Address: 350 E Dunlap Ave, Phoenix, AZ 85020, USA
Phone: (602) 631-3200
';var m_52ac398b4aba7807ae93752e6ac5f2f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union West',});m_52ac398b4aba7807ae93752e6ac5f2f9['infowindow'] = new google.maps.InfoWindow({content: $l52ac398b4aba7807ae93752e6ac5f2f9});var infowindow = new google.maps.InfoWindow({content: $l52ac398b4aba7807ae93752e6ac5f2f9});google.maps.event.addListener(m_52ac398b4aba7807ae93752e6ac5f2f9, 'click', function() {infowindow.open(map,m_52ac398b4aba7807ae93752e6ac5f2f9);});$marker.push(m_52ac398b4aba7807ae93752e6ac5f2f9);}});}google.maps.event.addDomListener(window, 'load', initialize);