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.8427,-96.767)};var g_09c5d4daddb9b6250ba93075257e58a2 = new google.maps.Geocoder();g_09c5d4daddb9b6250ba93075257e58a2.geocode( { 'address': "3110 8th St S, Moorhead, MN 56560, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('moorhead-MN-exchange-station').style.display = '';map = new google.maps.Map(document.getElementById('moorhead-MN-exchange-station'), mapOptions);}document.getElementById('aef19e37').innerHTML += ' | View Map';var $l09c5d4daddb9b6250ba93075257e58a2 = '

Exchange Station

Address: 3110 8th St S, Moorhead, MN 56560, USA
Phone: (218) 233-8843
';var m_09c5d4daddb9b6250ba93075257e58a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange Station',});m_09c5d4daddb9b6250ba93075257e58a2['infowindow'] = new google.maps.InfoWindow({content: $l09c5d4daddb9b6250ba93075257e58a2});var infowindow = new google.maps.InfoWindow({content: $l09c5d4daddb9b6250ba93075257e58a2});google.maps.event.addListener(m_09c5d4daddb9b6250ba93075257e58a2, 'click', function() {infowindow.open(map,m_09c5d4daddb9b6250ba93075257e58a2);});$marker.push(m_09c5d4daddb9b6250ba93075257e58a2);}});}google.maps.event.addDomListener(window, 'load', initialize);