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.8675,-96.8624)};var g_20e002b418c89a1958e3c5827932930b = new google.maps.Geocoder();g_20e002b418c89a1958e3c5827932930b.geocode( { 'address': "855 45th St S D, Fargo, ND 58103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fargo-ND-used-a-bit-sales-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('fargo-ND-used-a-bit-sales-and-pawn'), mapOptions);}document.getElementById('711672a0').innerHTML += ' | View Map';var $l20e002b418c89a1958e3c5827932930b = '

Used-A-Bit Sales and Pawn

Address: 855 45th St S D, Fargo, ND 58103, USA
Phone: (701) 277-5056
';var m_20e002b418c89a1958e3c5827932930b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Used-A-Bit Sales and Pawn',});m_20e002b418c89a1958e3c5827932930b['infowindow'] = new google.maps.InfoWindow({content: $l20e002b418c89a1958e3c5827932930b});var infowindow = new google.maps.InfoWindow({content: $l20e002b418c89a1958e3c5827932930b});google.maps.event.addListener(m_20e002b418c89a1958e3c5827932930b, 'click', function() {infowindow.open(map,m_20e002b418c89a1958e3c5827932930b);});$marker.push(m_20e002b418c89a1958e3c5827932930b);}});}google.maps.event.addDomListener(window, 'load', initialize);