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.2385,-94.9901)};var g_4e263c2ef1153356b03e205e6f0198cc = new google.maps.Geocoder();g_4e263c2ef1153356b03e205e6f0198cc.geocode( { 'address': "975 W Central St, Springfield, MN 56087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-MN-southpoint-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('springfield-MN-southpoint-financial-credit-union'), mapOptions);}document.getElementById('08e894f1').innerHTML += ' | View Map';var $l4e263c2ef1153356b03e205e6f0198cc = '

SouthPoint Financial Credit Union

Address: 975 W Central St, Springfield, MN 56087, USA
Phone: (877) 794-6712
';var m_4e263c2ef1153356b03e205e6f0198cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthPoint Financial Credit Union',});m_4e263c2ef1153356b03e205e6f0198cc['infowindow'] = new google.maps.InfoWindow({content: $l4e263c2ef1153356b03e205e6f0198cc});var infowindow = new google.maps.InfoWindow({content: $l4e263c2ef1153356b03e205e6f0198cc});google.maps.event.addListener(m_4e263c2ef1153356b03e205e6f0198cc, 'click', function() {infowindow.open(map,m_4e263c2ef1153356b03e205e6f0198cc);});$marker.push(m_4e263c2ef1153356b03e205e6f0198cc);}});}google.maps.event.addDomListener(window, 'load', initialize);