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.2406,-111.321)};var g_73ef4133e49dbac846f32f9667721822 = new google.maps.Geocoder();g_73ef4133e49dbac846f32f9667721822.geocode( { 'address': "254 AZ-260, Payson, AZ 85541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('payson-AZ-canyon-state-credit-union-branch').style.display = '';map = new google.maps.Map(document.getElementById('payson-AZ-canyon-state-credit-union-branch'), mapOptions);}document.getElementById('25806239').innerHTML += ' | View Map';var $l73ef4133e49dbac846f32f9667721822 = '

Canyon State Credit Union Branch

Address: 254 AZ-260, Payson, AZ 85541, USA
Phone: (928) 363-8150
';var m_73ef4133e49dbac846f32f9667721822 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canyon State Credit Union Branch',});m_73ef4133e49dbac846f32f9667721822['infowindow'] = new google.maps.InfoWindow({content: $l73ef4133e49dbac846f32f9667721822});var infowindow = new google.maps.InfoWindow({content: $l73ef4133e49dbac846f32f9667721822});google.maps.event.addListener(m_73ef4133e49dbac846f32f9667721822, 'click', function() {infowindow.open(map,m_73ef4133e49dbac846f32f9667721822);});$marker.push(m_73ef4133e49dbac846f32f9667721822);}});}google.maps.event.addDomListener(window, 'load', initialize);