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.4492,-112.069)};var g_a0d3db679b95c80c35508a68463ad02d = new google.maps.Geocoder();g_a0d3db679b95c80c35508a68463ad02d.geocode( { 'address': "20022 N 31st Ave, Phoenix, AZ 85027"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-credit-union-arizona-state-savings').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-credit-union-arizona-state-savings'), mapOptions);}document.getElementById('0b456d55').innerHTML += ' | View Map';var $la0d3db679b95c80c35508a68463ad02d = '

Credit Union Arizona State Savings

Address: 20022 N 31st Ave, Phoenix, AZ 85027
Phone: (602) 644-4720
';var m_a0d3db679b95c80c35508a68463ad02d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union Arizona State Savings',});m_a0d3db679b95c80c35508a68463ad02d['infowindow'] = new google.maps.InfoWindow({content: $la0d3db679b95c80c35508a68463ad02d});var infowindow = new google.maps.InfoWindow({content: $la0d3db679b95c80c35508a68463ad02d});google.maps.event.addListener(m_a0d3db679b95c80c35508a68463ad02d, 'click', function() {infowindow.open(map,m_a0d3db679b95c80c35508a68463ad02d);});$marker.push(m_a0d3db679b95c80c35508a68463ad02d);}});}google.maps.event.addDomListener(window, 'load', initialize);