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.5936,-94.2247)};var g_318d47763a9bb0d3f3103e492868b190 = new google.maps.Geocoder();g_318d47763a9bb0d3f3103e492868b190.geocode( { 'address': "1716 Pine Cone Rd S, Sartell, MN 56377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sartell-MN-st-cloud-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sartell-MN-st-cloud-federal-credit-union'), mapOptions);}document.getElementById('b9c5f695').innerHTML += ' | View Map';var $l318d47763a9bb0d3f3103e492868b190 = '

St Cloud Federal Credit Union

Address: 1716 Pine Cone Rd S, Sartell, MN 56377, USA
Phone: (320) 252-2634
';var m_318d47763a9bb0d3f3103e492868b190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Cloud Federal Credit Union',});m_318d47763a9bb0d3f3103e492868b190['infowindow'] = new google.maps.InfoWindow({content: $l318d47763a9bb0d3f3103e492868b190});var infowindow = new google.maps.InfoWindow({content: $l318d47763a9bb0d3f3103e492868b190});google.maps.event.addListener(m_318d47763a9bb0d3f3103e492868b190, 'click', function() {infowindow.open(map,m_318d47763a9bb0d3f3103e492868b190);});$marker.push(m_318d47763a9bb0d3f3103e492868b190);}});}google.maps.event.addDomListener(window, 'load', initialize);