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(40.1252,-87.6288)};var g_c13876496247493d0c0a524b0678d683 = new google.maps.Geocoder();g_c13876496247493d0c0a524b0678d683.geocode( { 'address': "20 N Hazel St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-gold-rush-pawnbrokers').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-gold-rush-pawnbrokers'), mapOptions);}document.getElementById('4f3adba0').innerHTML += ' | View Map';var $lc13876496247493d0c0a524b0678d683 = '

Gold Rush Pawnbrokers

Address: 20 N Hazel St, Danville, IL 61832, USA
Phone: (217) 431-5626
';var m_c13876496247493d0c0a524b0678d683 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gold Rush Pawnbrokers',});m_c13876496247493d0c0a524b0678d683['infowindow'] = new google.maps.InfoWindow({content: $lc13876496247493d0c0a524b0678d683});var infowindow = new google.maps.InfoWindow({content: $lc13876496247493d0c0a524b0678d683});google.maps.event.addListener(m_c13876496247493d0c0a524b0678d683, 'click', function() {infowindow.open(map,m_c13876496247493d0c0a524b0678d683);});$marker.push(m_c13876496247493d0c0a524b0678d683);}});}google.maps.event.addDomListener(window, 'load', initialize);