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_70ba980356d834b5d3ca215040c64e2f = new google.maps.Geocoder();g_70ba980356d834b5d3ca215040c64e2f.geocode( { 'address': "2440 W Osborn Rd, Phoenix, AZ 85015"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-canyon-state-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-canyon-state-credit-union'), mapOptions);}document.getElementById('d44ef753').innerHTML += ' | View Map';var $l70ba980356d834b5d3ca215040c64e2f = '

Canyon State Credit Union

Address: 2440 W Osborn Rd, Phoenix, AZ 85015
Phone: (623) 580-6000
';var m_70ba980356d834b5d3ca215040c64e2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canyon State Credit Union',});m_70ba980356d834b5d3ca215040c64e2f['infowindow'] = new google.maps.InfoWindow({content: $l70ba980356d834b5d3ca215040c64e2f});var infowindow = new google.maps.InfoWindow({content: $l70ba980356d834b5d3ca215040c64e2f});google.maps.event.addListener(m_70ba980356d834b5d3ca215040c64e2f, 'click', function() {infowindow.open(map,m_70ba980356d834b5d3ca215040c64e2f);});$marker.push(m_70ba980356d834b5d3ca215040c64e2f);}});}google.maps.event.addDomListener(window, 'load', initialize);