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(44.0519,-92.4951)};var g_2c61f304e5c71379e0af1cd15197a96e = new google.maps.Geocoder();g_2c61f304e5c71379e0af1cd15197a96e.geocode( { 'address': "123 16th Ave SW, Rochester, MN 55902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MN-altra-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MN-altra-federal-credit-union'), mapOptions);}document.getElementById('3ef520d3').innerHTML += ' | View Map';var $l2c61f304e5c71379e0af1cd15197a96e = '

Altra Federal Credit Union

Address: 123 16th Ave SW, Rochester, MN 55902
Phone: (507) 252-5872
';var m_2c61f304e5c71379e0af1cd15197a96e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altra Federal Credit Union',});m_2c61f304e5c71379e0af1cd15197a96e['infowindow'] = new google.maps.InfoWindow({content: $l2c61f304e5c71379e0af1cd15197a96e});var infowindow = new google.maps.InfoWindow({content: $l2c61f304e5c71379e0af1cd15197a96e});google.maps.event.addListener(m_2c61f304e5c71379e0af1cd15197a96e, 'click', function() {infowindow.open(map,m_2c61f304e5c71379e0af1cd15197a96e);});$marker.push(m_2c61f304e5c71379e0af1cd15197a96e);}});}google.maps.event.addDomListener(window, 'load', initialize);