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(34.7365,-112.034)};var g_c70daf247944fe3add32218f914c75a6 = new google.maps.Geocoder();g_c70daf247944fe3add32218f914c75a6.geocode( { 'address': "601 W. State Route 89A, ste 1, Cottonwood, AZ 86326, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cottonwood-AZ-oneaz-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cottonwood-AZ-oneaz-credit-union'), mapOptions);}document.getElementById('5567b4ae').innerHTML += ' | View Map';var $lc70daf247944fe3add32218f914c75a6 = '

OneAZ Credit Union

Address: 601 W. State Route 89A, ste 1, Cottonwood, AZ 86326, USA
Phone: (844) 663-2928
';var m_c70daf247944fe3add32218f914c75a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneAZ Credit Union',});m_c70daf247944fe3add32218f914c75a6['infowindow'] = new google.maps.InfoWindow({content: $lc70daf247944fe3add32218f914c75a6});var infowindow = new google.maps.InfoWindow({content: $lc70daf247944fe3add32218f914c75a6});google.maps.event.addListener(m_c70daf247944fe3add32218f914c75a6, 'click', function() {infowindow.open(map,m_c70daf247944fe3add32218f914c75a6);});$marker.push(m_c70daf247944fe3add32218f914c75a6);}});}google.maps.event.addDomListener(window, 'load', initialize);