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.8929,-97.0463)};var g_89069dd473b8576fe5f70cd5d4eb6574 = new google.maps.Geocoder();g_89069dd473b8576fe5f70cd5d4eb6574.geocode( { 'address': "2800 S Washington St, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-area-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-area-community-credit-union'), mapOptions);}document.getElementById('e40d7f74').innerHTML += ' | View Map';var $l89069dd473b8576fe5f70cd5d4eb6574 = '

Area Community Credit Union

Address: 2800 S Washington St, Grand Forks, ND 58201, USA
Phone: (701) 772-2690
';var m_89069dd473b8576fe5f70cd5d4eb6574 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Area Community Credit Union',});m_89069dd473b8576fe5f70cd5d4eb6574['infowindow'] = new google.maps.InfoWindow({content: $l89069dd473b8576fe5f70cd5d4eb6574});var infowindow = new google.maps.InfoWindow({content: $l89069dd473b8576fe5f70cd5d4eb6574});google.maps.event.addListener(m_89069dd473b8576fe5f70cd5d4eb6574, 'click', function() {infowindow.open(map,m_89069dd473b8576fe5f70cd5d4eb6574);});$marker.push(m_89069dd473b8576fe5f70cd5d4eb6574);}});}google.maps.event.addDomListener(window, 'load', initialize);