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.9686,-93.2073)};var g_da3b24471e22500279c0333be551037a = new google.maps.Geocoder();g_da3b24471e22500279c0333be551037a.geocode( { 'address': "3415 University Ave W, St Paul, MN 55114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-hbi-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-hbi-employees-credit-union'), mapOptions);}document.getElementById('e0f76632').innerHTML += ' | View Map';var $lda3b24471e22500279c0333be551037a = '

HBI Employees Credit Union

Address: 3415 University Ave W, St Paul, MN 55114, USA
Phone: (651) 642-4490
';var m_da3b24471e22500279c0333be551037a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HBI Employees Credit Union',});m_da3b24471e22500279c0333be551037a['infowindow'] = new google.maps.InfoWindow({content: $lda3b24471e22500279c0333be551037a});var infowindow = new google.maps.InfoWindow({content: $lda3b24471e22500279c0333be551037a});google.maps.event.addListener(m_da3b24471e22500279c0333be551037a, 'click', function() {infowindow.open(map,m_da3b24471e22500279c0333be551037a);});$marker.push(m_da3b24471e22500279c0333be551037a);}});}google.maps.event.addDomListener(window, 'load', initialize);