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_2e2cd7615273534f691620f7033d6b76 = new google.maps.Geocoder();g_2e2cd7615273534f691620f7033d6b76.geocode( { 'address': "20155 N 67th Ave, Glendale, AZ 85308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendale-AZ-credit-union-west').style.display = '';map = new google.maps.Map(document.getElementById('glendale-AZ-credit-union-west'), mapOptions);}document.getElementById('11150783').innerHTML += ' | View Map';var $l2e2cd7615273534f691620f7033d6b76 = '

Credit Union West

Address: 20155 N 67th Ave, Glendale, AZ 85308
Phone: (602) 631-3200
';var m_2e2cd7615273534f691620f7033d6b76 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union West',});m_2e2cd7615273534f691620f7033d6b76['infowindow'] = new google.maps.InfoWindow({content: $l2e2cd7615273534f691620f7033d6b76});var infowindow = new google.maps.InfoWindow({content: $l2e2cd7615273534f691620f7033d6b76});google.maps.event.addListener(m_2e2cd7615273534f691620f7033d6b76, 'click', function() {infowindow.open(map,m_2e2cd7615273534f691620f7033d6b76);});$marker.push(m_2e2cd7615273534f691620f7033d6b76);}});}google.maps.event.addDomListener(window, 'load', initialize);