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.5603,-94.1647)};var g_f5b88e6fbe671362069591329a3d4e77 = new google.maps.Geocoder();g_f5b88e6fbe671362069591329a3d4e77.geocode( { 'address': "120 10th Ave N, St Cloud, MN 56303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-st-cloud-city--county-emp-cu').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-st-cloud-city--county-emp-cu'), mapOptions);}document.getElementById('508b07a9').innerHTML += ' | View Map';var $lf5b88e6fbe671362069591329a3d4e77 = '

St Cloud City & County Emp CU

Address: 120 10th Ave N, St Cloud, MN 56303, USA
Phone: (320) 255-1343
';var m_f5b88e6fbe671362069591329a3d4e77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Cloud City & County Emp CU',});m_f5b88e6fbe671362069591329a3d4e77['infowindow'] = new google.maps.InfoWindow({content: $lf5b88e6fbe671362069591329a3d4e77});var infowindow = new google.maps.InfoWindow({content: $lf5b88e6fbe671362069591329a3d4e77});google.maps.event.addListener(m_f5b88e6fbe671362069591329a3d4e77, 'click', function() {infowindow.open(map,m_f5b88e6fbe671362069591329a3d4e77);});$marker.push(m_f5b88e6fbe671362069591329a3d4e77);}});}google.maps.event.addDomListener(window, 'load', initialize);