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.9113,-97.0444)};var g_240d037d4b3f1297e1bd4e9128a94506 = new google.maps.Geocoder();g_240d037d4b3f1297e1bd4e9128a94506.geocode( { 'address': "1017 S Washington St, Grand Forks, ND 58201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-forks-ND-payday-express').style.display = '';map = new google.maps.Map(document.getElementById('grand-forks-ND-payday-express'), mapOptions);}document.getElementById('ad6576ed').innerHTML += ' | View Map';var $l240d037d4b3f1297e1bd4e9128a94506 = '

Payday Express

Address: 1017 S Washington St, Grand Forks, ND 58201, USA
Phone: (701) 746-5251
';var m_240d037d4b3f1297e1bd4e9128a94506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payday Express',});m_240d037d4b3f1297e1bd4e9128a94506['infowindow'] = new google.maps.InfoWindow({content: $l240d037d4b3f1297e1bd4e9128a94506});var infowindow = new google.maps.InfoWindow({content: $l240d037d4b3f1297e1bd4e9128a94506});google.maps.event.addListener(m_240d037d4b3f1297e1bd4e9128a94506, 'click', function() {infowindow.open(map,m_240d037d4b3f1297e1bd4e9128a94506);});$marker.push(m_240d037d4b3f1297e1bd4e9128a94506);}});}google.maps.event.addDomListener(window, 'load', initialize);