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.3128,-94.4657)};var g_9987bd9d7044653cbfdc52c6bc76f81b = new google.maps.Geocoder();g_9987bd9d7044653cbfdc52c6bc76f81b.geocode( { 'address': "706 N German St, New Ulm, MN 56073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-ulm-MN-southpoint-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-ulm-MN-southpoint-federal-credit-union'), mapOptions);}document.getElementById('565bd3ca').innerHTML += ' | View Map';var $l9987bd9d7044653cbfdc52c6bc76f81b = '

SouthPoint Federal Credit Union

Address: 706 N German St, New Ulm, MN 56073
Phone: (507) 233-5600
';var m_9987bd9d7044653cbfdc52c6bc76f81b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthPoint Federal Credit Union',});m_9987bd9d7044653cbfdc52c6bc76f81b['infowindow'] = new google.maps.InfoWindow({content: $l9987bd9d7044653cbfdc52c6bc76f81b});var infowindow = new google.maps.InfoWindow({content: $l9987bd9d7044653cbfdc52c6bc76f81b});google.maps.event.addListener(m_9987bd9d7044653cbfdc52c6bc76f81b, 'click', function() {infowindow.open(map,m_9987bd9d7044653cbfdc52c6bc76f81b);});$marker.push(m_9987bd9d7044653cbfdc52c6bc76f81b);}});}google.maps.event.addDomListener(window, 'load', initialize);