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.5337,-89.005)};var g_63de9cd60adb1c8390d22dc5017250fe = new google.maps.Geocoder();g_63de9cd60adb1c8390d22dc5017250fe.geocode( { 'address': "2211 Cranston Rd, Beloit, WI 53511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beloit-WI-alongi-santas-moss-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('beloit-WI-alongi-santas-moss-insurance-agency'), mapOptions);}document.getElementById('07bb9170').innerHTML += ' | View Map';var $l63de9cd60adb1c8390d22dc5017250fe = '

Alongi Santas Moss Insurance Agency

Address: 2211 Cranston Rd, Beloit, WI 53511, USA
Phone: (608) 362-3370
';var m_63de9cd60adb1c8390d22dc5017250fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alongi Santas Moss Insurance Agency',});m_63de9cd60adb1c8390d22dc5017250fe['infowindow'] = new google.maps.InfoWindow({content: $l63de9cd60adb1c8390d22dc5017250fe});var infowindow = new google.maps.InfoWindow({content: $l63de9cd60adb1c8390d22dc5017250fe});google.maps.event.addListener(m_63de9cd60adb1c8390d22dc5017250fe, 'click', function() {infowindow.open(map,m_63de9cd60adb1c8390d22dc5017250fe);});$marker.push(m_63de9cd60adb1c8390d22dc5017250fe);}});}google.maps.event.addDomListener(window, 'load', initialize);