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(48.2205,-101.297)};var g_a8bf0da1f92e868795401cb281371ed7 = new google.maps.Geocoder();g_a8bf0da1f92e868795401cb281371ed7.geocode( { 'address': "1430 S Broadway, Minot, ND 58701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minot-ND-prairie-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minot-ND-prairie-federal-credit-union'), mapOptions);}document.getElementById('a6e1744a').innerHTML += ' | View Map';var $la8bf0da1f92e868795401cb281371ed7 = '

Prairie Federal Credit Union

Address: 1430 S Broadway, Minot, ND 58701, USA
Phone: (701) 837-5353
';var m_a8bf0da1f92e868795401cb281371ed7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prairie Federal Credit Union',});m_a8bf0da1f92e868795401cb281371ed7['infowindow'] = new google.maps.InfoWindow({content: $la8bf0da1f92e868795401cb281371ed7});var infowindow = new google.maps.InfoWindow({content: $la8bf0da1f92e868795401cb281371ed7});google.maps.event.addListener(m_a8bf0da1f92e868795401cb281371ed7, 'click', function() {infowindow.open(map,m_a8bf0da1f92e868795401cb281371ed7);});$marker.push(m_a8bf0da1f92e868795401cb281371ed7);}});}google.maps.event.addDomListener(window, 'load', initialize);