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.5363,-112.177)};var g_d02a0044e3b4875aaf2c03664de4f655 = new google.maps.Geocoder();g_d02a0044e3b4875aaf2c03664de4f655.geocode( { 'address': "855 W Baseline Rd, Glendale, AZ 85301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-AZ-arizona-state-savings-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glendale-AZ-arizona-state-savings-credit-union'), mapOptions);}document.getElementById('e062e160').innerHTML += ' | View Map';var $ld02a0044e3b4875aaf2c03664de4f655 = '

Arizona State Savings & Credit Union

Address: 855 W Baseline Rd, Glendale, AZ 85301
Phone: (602) 644-4780
';var m_d02a0044e3b4875aaf2c03664de4f655 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona State Savings & Credit Union',});m_d02a0044e3b4875aaf2c03664de4f655['infowindow'] = new google.maps.InfoWindow({content: $ld02a0044e3b4875aaf2c03664de4f655});var infowindow = new google.maps.InfoWindow({content: $ld02a0044e3b4875aaf2c03664de4f655});google.maps.event.addListener(m_d02a0044e3b4875aaf2c03664de4f655, 'click', function() {infowindow.open(map,m_d02a0044e3b4875aaf2c03664de4f655);});$marker.push(m_d02a0044e3b4875aaf2c03664de4f655);}});}google.maps.event.addDomListener(window, 'load', initialize);