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.4495,-112.354)};var g_12de5ce8fc188854b399af4a8af4d36c = new google.maps.Geocoder();g_12de5ce8fc188854b399af4a8af4d36c.geocode( { 'address': "503 W Van Buren St, Avondale, AZ 85323, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avondale-AZ-credit-union-west').style.display = '';map = new google.maps.Map(document.getElementById('avondale-AZ-credit-union-west'), mapOptions);}document.getElementById('8a36dfa8').innerHTML += ' | View Map';var $l12de5ce8fc188854b399af4a8af4d36c = '

Credit Union West

Address: 503 W Van Buren St, Avondale, AZ 85323, USA
Phone: (602) 631-3200
';var m_12de5ce8fc188854b399af4a8af4d36c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union West',});m_12de5ce8fc188854b399af4a8af4d36c['infowindow'] = new google.maps.InfoWindow({content: $l12de5ce8fc188854b399af4a8af4d36c});var infowindow = new google.maps.InfoWindow({content: $l12de5ce8fc188854b399af4a8af4d36c});google.maps.event.addListener(m_12de5ce8fc188854b399af4a8af4d36c, 'click', function() {infowindow.open(map,m_12de5ce8fc188854b399af4a8af4d36c);});$marker.push(m_12de5ce8fc188854b399af4a8af4d36c);}});}google.maps.event.addDomListener(window, 'load', initialize);