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(42.9188,-89.236)};var g_fc7e746602957d4107f6a8fec8852312 = new google.maps.Geocoder();g_fc7e746602957d4107f6a8fec8852312.geocode( { 'address': "1312 Hamilton St, Stoughton, WI 53589, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-WI-insty-cash--pawn').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-WI-insty-cash--pawn'), mapOptions);}document.getElementById('4672ec18').innerHTML += ' | View Map';var $lfc7e746602957d4107f6a8fec8852312 = '

Insty Cash & Pawn

Address: 1312 Hamilton St, Stoughton, WI 53589, USA
Phone: (608) 205-9288
';var m_fc7e746602957d4107f6a8fec8852312 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Insty Cash & Pawn',});m_fc7e746602957d4107f6a8fec8852312['infowindow'] = new google.maps.InfoWindow({content: $lfc7e746602957d4107f6a8fec8852312});var infowindow = new google.maps.InfoWindow({content: $lfc7e746602957d4107f6a8fec8852312});google.maps.event.addListener(m_fc7e746602957d4107f6a8fec8852312, 'click', function() {infowindow.open(map,m_fc7e746602957d4107f6a8fec8852312);});$marker.push(m_fc7e746602957d4107f6a8fec8852312);}});}google.maps.event.addDomListener(window, 'load', initialize);