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(47.8898,-97.0515)};var g_49ad23d1ec9fa4bd8d77d02681df5cfa = new google.maps.Geocoder();g_49ad23d1ec9fa4bd8d77d02681df5cfa.geocode( { 'address': "3197 S 17th St, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-1st-liberty-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-1st-liberty-federal-credit-union'), mapOptions);}document.getElementById('ca2fd7cd').innerHTML += ' | View Map';var $l49ad23d1ec9fa4bd8d77d02681df5cfa = '

1st Liberty Federal Credit Union

Address: 3197 S 17th St, Grand Forks, ND 58201, USA
Phone: (701) 772-9519
';var m_49ad23d1ec9fa4bd8d77d02681df5cfa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Liberty Federal Credit Union',});m_49ad23d1ec9fa4bd8d77d02681df5cfa['infowindow'] = new google.maps.InfoWindow({content: $l49ad23d1ec9fa4bd8d77d02681df5cfa});var infowindow = new google.maps.InfoWindow({content: $l49ad23d1ec9fa4bd8d77d02681df5cfa});google.maps.event.addListener(m_49ad23d1ec9fa4bd8d77d02681df5cfa, 'click', function() {infowindow.open(map,m_49ad23d1ec9fa4bd8d77d02681df5cfa);});$marker.push(m_49ad23d1ec9fa4bd8d77d02681df5cfa);}});}google.maps.event.addDomListener(window, 'load', initialize);