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.0151,-93.0061)};var g_02052c0f4599c2aa6bead905338f1214 = new google.maps.Geocoder();g_02052c0f4599c2aa6bead905338f1214.geocode( { 'address': "2401 McKnight Rd N, St Paul, MN 55109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-ideal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-ideal-credit-union'), mapOptions);}document.getElementById('57c0a2be').innerHTML += ' | View Map';var $l02052c0f4599c2aa6bead905338f1214 = '

Ideal Credit Union

Address: 2401 McKnight Rd N, St Paul, MN 55109, USA
Phone: (651) 770-7000
';var m_02052c0f4599c2aa6bead905338f1214 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ideal Credit Union',});m_02052c0f4599c2aa6bead905338f1214['infowindow'] = new google.maps.InfoWindow({content: $l02052c0f4599c2aa6bead905338f1214});var infowindow = new google.maps.InfoWindow({content: $l02052c0f4599c2aa6bead905338f1214});google.maps.event.addListener(m_02052c0f4599c2aa6bead905338f1214, 'click', function() {infowindow.open(map,m_02052c0f4599c2aa6bead905338f1214);});$marker.push(m_02052c0f4599c2aa6bead905338f1214);}});}google.maps.event.addDomListener(window, 'load', initialize);