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.2059,-93.3517)};var g_2b3f531f9940613c33217c4756844069 = new google.maps.Geocoder();g_2b3f531f9940613c33217c4756844069.geocode( { 'address': "3380 Northdale Blvd NW, Minneapolis, MN 55448, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-twin-city-co-ops-fed-credit').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-twin-city-co-ops-fed-credit'), mapOptions);}document.getElementById('569907a3').innerHTML += ' | View Map';var $l2b3f531f9940613c33217c4756844069 = '

Twin City Co-Ops Fed Credit

Address: 3380 Northdale Blvd NW, Minneapolis, MN 55448, USA
Phone: (763) 323-3463
';var m_2b3f531f9940613c33217c4756844069 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Twin City Co-Ops Fed Credit',});m_2b3f531f9940613c33217c4756844069['infowindow'] = new google.maps.InfoWindow({content: $l2b3f531f9940613c33217c4756844069});var infowindow = new google.maps.InfoWindow({content: $l2b3f531f9940613c33217c4756844069});google.maps.event.addListener(m_2b3f531f9940613c33217c4756844069, 'click', function() {infowindow.open(map,m_2b3f531f9940613c33217c4756844069);});$marker.push(m_2b3f531f9940613c33217c4756844069);}});}google.maps.event.addDomListener(window, 'load', initialize);