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.596,-94.2252)};var g_48adc961f502ef8d29f7e5bcf9c60b59 = new google.maps.Geocoder();g_48adc961f502ef8d29f7e5bcf9c60b59.geocode( { 'address': "1725 Pine Cone Rd S, Sartell, MN 56377, Sartell, MN 56377, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sartell-MN-great-river-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sartell-MN-great-river-fed-credit-union'), mapOptions);}document.getElementById('e92b32b3').innerHTML += ' | View Map';var $l48adc961f502ef8d29f7e5bcf9c60b59 = '

Great River Fed Credit Union

Address: 1725 Pine Cone Rd S, Sartell, MN 56377, Sartell, MN 56377, USA
Phone: (320) 258-3626
';var m_48adc961f502ef8d29f7e5bcf9c60b59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great River Fed Credit Union',});m_48adc961f502ef8d29f7e5bcf9c60b59['infowindow'] = new google.maps.InfoWindow({content: $l48adc961f502ef8d29f7e5bcf9c60b59});var infowindow = new google.maps.InfoWindow({content: $l48adc961f502ef8d29f7e5bcf9c60b59});google.maps.event.addListener(m_48adc961f502ef8d29f7e5bcf9c60b59, 'click', function() {infowindow.open(map,m_48adc961f502ef8d29f7e5bcf9c60b59);});$marker.push(m_48adc961f502ef8d29f7e5bcf9c60b59);}});}google.maps.event.addDomListener(window, 'load', initialize);