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_8507437c904f3c25073d22599fffcaf0 = new google.maps.Geocoder();g_8507437c904f3c25073d22599fffcaf0.geocode( { 'address': "2020 N Central Ave, Phoenix, AZ 85004"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-arizona-central-credit-union-n-central-ave-phoenix').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-arizona-central-credit-union-n-central-ave-phoenix'), mapOptions);}document.getElementById('e9668b7d').innerHTML += ' | View Map';var $l8507437c904f3c25073d22599fffcaf0 = '

Arizona Central Credit Union - N Central Ave, Phoenix

Address: 2020 N Central Ave, Phoenix, AZ 85004
Phone: (602) 264-6421
';var m_8507437c904f3c25073d22599fffcaf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona Central Credit Union - N Central Ave, Phoenix',});m_8507437c904f3c25073d22599fffcaf0['infowindow'] = new google.maps.InfoWindow({content: $l8507437c904f3c25073d22599fffcaf0});var infowindow = new google.maps.InfoWindow({content: $l8507437c904f3c25073d22599fffcaf0});google.maps.event.addListener(m_8507437c904f3c25073d22599fffcaf0, 'click', function() {infowindow.open(map,m_8507437c904f3c25073d22599fffcaf0);});$marker.push(m_8507437c904f3c25073d22599fffcaf0);}});}google.maps.event.addDomListener(window, 'load', initialize);