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.9004,-102.789)};var g_31bd02a707d21df3a1a483f93d47adb1 = new google.maps.Geocoder();g_31bd02a707d21df3a1a483f93d47adb1.geocode( { 'address': "1570 3rd Ave W, Dickinson, ND 58601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dickinson-ND-dakota-loan--pawn').style.display = '';map = new google.maps.Map(document.getElementById('dickinson-ND-dakota-loan--pawn'), mapOptions);}document.getElementById('80505ea9').innerHTML += ' | View Map';var $l31bd02a707d21df3a1a483f93d47adb1 = '

Dakota Loan & Pawn

Address: 1570 3rd Ave W, Dickinson, ND 58601, USA
Phone: (701) 225-3751
';var m_31bd02a707d21df3a1a483f93d47adb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dakota Loan & Pawn',});m_31bd02a707d21df3a1a483f93d47adb1['infowindow'] = new google.maps.InfoWindow({content: $l31bd02a707d21df3a1a483f93d47adb1});var infowindow = new google.maps.InfoWindow({content: $l31bd02a707d21df3a1a483f93d47adb1});google.maps.event.addListener(m_31bd02a707d21df3a1a483f93d47adb1, 'click', function() {infowindow.open(map,m_31bd02a707d21df3a1a483f93d47adb1);});$marker.push(m_31bd02a707d21df3a1a483f93d47adb1);}});}google.maps.event.addDomListener(window, 'load', initialize);