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.889,-97.0711)};var g_f54c77d59132ac26a4fb7e8e611d1dd3 = new google.maps.Geocoder();g_f54c77d59132ac26a4fb7e8e611d1dd3.geocode( { 'address': "3001 32nd Ave S # 2A, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-great-plains-financial').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-great-plains-financial'), mapOptions);}document.getElementById('9752b08d').innerHTML += ' | View Map';var $lf54c77d59132ac26a4fb7e8e611d1dd3 = '

Great Plains Financial

Address: 3001 32nd Ave S # 2A, Grand Forks, ND 58201, USA
Phone: (701) 775-8666
';var m_f54c77d59132ac26a4fb7e8e611d1dd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Plains Financial',});m_f54c77d59132ac26a4fb7e8e611d1dd3['infowindow'] = new google.maps.InfoWindow({content: $lf54c77d59132ac26a4fb7e8e611d1dd3});var infowindow = new google.maps.InfoWindow({content: $lf54c77d59132ac26a4fb7e8e611d1dd3});google.maps.event.addListener(m_f54c77d59132ac26a4fb7e8e611d1dd3, 'click', function() {infowindow.open(map,m_f54c77d59132ac26a4fb7e8e611d1dd3);});$marker.push(m_f54c77d59132ac26a4fb7e8e611d1dd3);}});}google.maps.event.addDomListener(window, 'load', initialize);