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.8351,-96.8221)};var g_7f78099691619d0e9a81608c09714cf7 = new google.maps.Geocoder();g_7f78099691619d0e9a81608c09714cf7.geocode( { 'address': "3051 25th St S W, Fargo, ND 58047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-mr-money').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-mr-money'), mapOptions);}document.getElementById('711ebabf').innerHTML += ' | View Map';var $l7f78099691619d0e9a81608c09714cf7 = '

Mr Money

Address: 3051 25th St S W, Fargo, ND 58047, USA
Phone: (701) 235-2550
';var m_7f78099691619d0e9a81608c09714cf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mr Money',});m_7f78099691619d0e9a81608c09714cf7['infowindow'] = new google.maps.InfoWindow({content: $l7f78099691619d0e9a81608c09714cf7});var infowindow = new google.maps.InfoWindow({content: $l7f78099691619d0e9a81608c09714cf7});google.maps.event.addListener(m_7f78099691619d0e9a81608c09714cf7, 'click', function() {infowindow.open(map,m_7f78099691619d0e9a81608c09714cf7);});$marker.push(m_7f78099691619d0e9a81608c09714cf7);}});}google.maps.event.addDomListener(window, 'load', initialize);