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.4993,-89.0354)};var g_c0af9dab3e9f53706aea922873c7d2b4 = new google.maps.Geocoder();g_c0af9dab3e9f53706aea922873c7d2b4.geocode( { 'address': "321 State St, Beloit, WI 53511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beloit-WI-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('beloit-WI-cash-store'), mapOptions);}document.getElementById('2038e6a3').innerHTML += ' | View Map';var $lc0af9dab3e9f53706aea922873c7d2b4 = '

Cash Store

Address: 321 State St, Beloit, WI 53511, USA
Phone: (608) 365-8699
';var m_c0af9dab3e9f53706aea922873c7d2b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_c0af9dab3e9f53706aea922873c7d2b4['infowindow'] = new google.maps.InfoWindow({content: $lc0af9dab3e9f53706aea922873c7d2b4});var infowindow = new google.maps.InfoWindow({content: $lc0af9dab3e9f53706aea922873c7d2b4});google.maps.event.addListener(m_c0af9dab3e9f53706aea922873c7d2b4, 'click', function() {infowindow.open(map,m_c0af9dab3e9f53706aea922873c7d2b4);});$marker.push(m_c0af9dab3e9f53706aea922873c7d2b4);}});}google.maps.event.addDomListener(window, 'load', initialize);