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.8023,-103.278)};var g_280840fafd50f8cd914f14954e40e168 = new google.maps.Geocoder();g_280840fafd50f8cd914f14954e40e168.geocode( { 'address': "404 2nd Ave NE, Watford City, ND 58854, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watford-city-ND-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('watford-city-ND-moneygram'), mapOptions);}document.getElementById('f93cf7ed').innerHTML += ' | View Map';var $l280840fafd50f8cd914f14954e40e168 = '

MoneyGram

Address: 404 2nd Ave NE, Watford City, ND 58854, USA
Phone: (701) 842-3595
';var m_280840fafd50f8cd914f14954e40e168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_280840fafd50f8cd914f14954e40e168['infowindow'] = new google.maps.InfoWindow({content: $l280840fafd50f8cd914f14954e40e168});var infowindow = new google.maps.InfoWindow({content: $l280840fafd50f8cd914f14954e40e168});google.maps.event.addListener(m_280840fafd50f8cd914f14954e40e168, 'click', function() {infowindow.open(map,m_280840fafd50f8cd914f14954e40e168);});$marker.push(m_280840fafd50f8cd914f14954e40e168);}});}google.maps.event.addDomListener(window, 'load', initialize);