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_77bd061c0e645ca42b087a6d0d06c019 = new google.maps.Geocoder();g_77bd061c0e645ca42b087a6d0d06c019.geocode( { 'address': "320 Alliance Pl Ne, Rochester, MN 55906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MN-first-alliance-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MN-first-alliance-credit-union'), mapOptions);}document.getElementById('3b59422e').innerHTML += ' | View Map';var $l77bd061c0e645ca42b087a6d0d06c019 = '

First Alliance Credit Union

Address: 320 Alliance Pl Ne, Rochester, MN 55906
Phone: (507) 288-0330
';var m_77bd061c0e645ca42b087a6d0d06c019 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Alliance Credit Union',});m_77bd061c0e645ca42b087a6d0d06c019['infowindow'] = new google.maps.InfoWindow({content: $l77bd061c0e645ca42b087a6d0d06c019});var infowindow = new google.maps.InfoWindow({content: $l77bd061c0e645ca42b087a6d0d06c019});google.maps.event.addListener(m_77bd061c0e645ca42b087a6d0d06c019, 'click', function() {infowindow.open(map,m_77bd061c0e645ca42b087a6d0d06c019);});$marker.push(m_77bd061c0e645ca42b087a6d0d06c019);}});}google.maps.event.addDomListener(window, 'load', initialize);