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(46.3555,-98.285)};var g_ff6b922f140cdc4bc622f4d0b0818e18 = new google.maps.Geocoder();g_ff6b922f140cdc4bc622f4d0b0818e18.geocode( { 'address': "203 7th St SE, Lamoure, ND 58458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamoure-ND-la-moure-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lamoure-ND-la-moure-credit-union'), mapOptions);}document.getElementById('16ce37b6').innerHTML += ' | View Map';var $lff6b922f140cdc4bc622f4d0b0818e18 = '

La Moure Credit Union

Address: 203 7th St SE, Lamoure, ND 58458, USA
Phone: (701) 883-5241
';var m_ff6b922f140cdc4bc622f4d0b0818e18 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'La Moure Credit Union',});m_ff6b922f140cdc4bc622f4d0b0818e18['infowindow'] = new google.maps.InfoWindow({content: $lff6b922f140cdc4bc622f4d0b0818e18});var infowindow = new google.maps.InfoWindow({content: $lff6b922f140cdc4bc622f4d0b0818e18});google.maps.event.addListener(m_ff6b922f140cdc4bc622f4d0b0818e18, 'click', function() {infowindow.open(map,m_ff6b922f140cdc4bc622f4d0b0818e18);});$marker.push(m_ff6b922f140cdc4bc622f4d0b0818e18);}});}google.maps.event.addDomListener(window, 'load', initialize);