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.1651,-93.0178)};var g_50a6fac69698ed62795d36a51d7c4843 = new google.maps.Geocoder();g_50a6fac69698ed62795d36a51d7c4843.geocode( { 'address': "14750 Victor Hugo Blvd, Hugo, MN 55038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hugo-MN-ideal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hugo-MN-ideal-credit-union'), mapOptions);}document.getElementById('a6d8c7f6').innerHTML += ' | View Map';var $l50a6fac69698ed62795d36a51d7c4843 = '

Ideal Credit Union

Address: 14750 Victor Hugo Blvd, Hugo, MN 55038, USA
Phone: (651) 770-7000
';var m_50a6fac69698ed62795d36a51d7c4843 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ideal Credit Union',});m_50a6fac69698ed62795d36a51d7c4843['infowindow'] = new google.maps.InfoWindow({content: $l50a6fac69698ed62795d36a51d7c4843});var infowindow = new google.maps.InfoWindow({content: $l50a6fac69698ed62795d36a51d7c4843});google.maps.event.addListener(m_50a6fac69698ed62795d36a51d7c4843, 'click', function() {infowindow.open(map,m_50a6fac69698ed62795d36a51d7c4843);});$marker.push(m_50a6fac69698ed62795d36a51d7c4843);}});}google.maps.event.addDomListener(window, 'load', initialize);