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.9441,-93.1897)};var g_5fbdd72522c178f8b79dffd7ed6c93cc = new google.maps.Geocoder();g_5fbdd72522c178f8b79dffd7ed6c93cc.geocode( { 'address': "2115 Summit Ave, St Paul, MN 55105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-university-of-st-thomas---employee-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-university-of-st-thomas---employee-federal-credit-union'), mapOptions);}document.getElementById('306c83dd').innerHTML += ' | View Map';var $l5fbdd72522c178f8b79dffd7ed6c93cc = '

University of St. Thomas - Employee Federal Credit Union

Address: 2115 Summit Ave, St Paul, MN 55105, USA
Phone: (651) 962-6660
';var m_5fbdd72522c178f8b79dffd7ed6c93cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'University of St. Thomas - Employee Federal Credit Union',});m_5fbdd72522c178f8b79dffd7ed6c93cc['infowindow'] = new google.maps.InfoWindow({content: $l5fbdd72522c178f8b79dffd7ed6c93cc});var infowindow = new google.maps.InfoWindow({content: $l5fbdd72522c178f8b79dffd7ed6c93cc});google.maps.event.addListener(m_5fbdd72522c178f8b79dffd7ed6c93cc, 'click', function() {infowindow.open(map,m_5fbdd72522c178f8b79dffd7ed6c93cc);});$marker.push(m_5fbdd72522c178f8b79dffd7ed6c93cc);}});}google.maps.event.addDomListener(window, 'load', initialize);