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(45.5311,-94.2092)};var g_9d0bb425a8491c55da520dceb8af2f55 = new google.maps.Geocoder();g_9d0bb425a8491c55da520dceb8af2f55.geocode( { 'address': "720 4th Ave S, Saint Cloud, MN 56301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-affinity-plus-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-affinity-plus-credit-union'), mapOptions);}document.getElementById('550b6776').innerHTML += ' | View Map';var $l9d0bb425a8491c55da520dceb8af2f55 = '

Affinity Plus Credit Union

Address: 720 4th Ave S, Saint Cloud, MN 56301
Phone: (320) 259-7187
';var m_9d0bb425a8491c55da520dceb8af2f55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Plus Credit Union',});m_9d0bb425a8491c55da520dceb8af2f55['infowindow'] = new google.maps.InfoWindow({content: $l9d0bb425a8491c55da520dceb8af2f55});var infowindow = new google.maps.InfoWindow({content: $l9d0bb425a8491c55da520dceb8af2f55});google.maps.event.addListener(m_9d0bb425a8491c55da520dceb8af2f55, 'click', function() {infowindow.open(map,m_9d0bb425a8491c55da520dceb8af2f55);});$marker.push(m_9d0bb425a8491c55da520dceb8af2f55);}});}google.maps.event.addDomListener(window, 'load', initialize);