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(44.785,-93.2564)};var g_b571ecea16a9824023ee1af16897a582 = new google.maps.Geocoder();g_b571ecea16a9824023ee1af16897a582.geocode( { 'address': "1301 Riverwood Dr, Burnsville, MN 55337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burnsville-MN-pawnworks-burnsville').style.display = '';map = new google.maps.Map(document.getElementById('burnsville-MN-pawnworks-burnsville'), mapOptions);}document.getElementById('45002f71').innerHTML += ' | View Map';var $lb571ecea16a9824023ee1af16897a582 = '

PawnWorks Burnsville

Address: 1301 Riverwood Dr, Burnsville, MN 55337, USA
Phone: (952) 736-7782
';var m_b571ecea16a9824023ee1af16897a582 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PawnWorks Burnsville',});m_b571ecea16a9824023ee1af16897a582['infowindow'] = new google.maps.InfoWindow({content: $lb571ecea16a9824023ee1af16897a582});var infowindow = new google.maps.InfoWindow({content: $lb571ecea16a9824023ee1af16897a582});google.maps.event.addListener(m_b571ecea16a9824023ee1af16897a582, 'click', function() {infowindow.open(map,m_b571ecea16a9824023ee1af16897a582);});$marker.push(m_b571ecea16a9824023ee1af16897a582);}});}google.maps.event.addDomListener(window, 'load', initialize);