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.719,-88.9956)};var g_8624dd2619cd81901d8c372a2ebff4dd = new google.maps.Geocoder();g_8624dd2619cd81901d8c372a2ebff4dd.geocode( { 'address': "2228 Humes Rd Ste 2, Janesville, WI 53545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('janesville-WI-national-quik-cash').style.display = '';map = new google.maps.Map(document.getElementById('janesville-WI-national-quik-cash'), mapOptions);}document.getElementById('a6fdfbd7').innerHTML += ' | View Map';var $l8624dd2619cd81901d8c372a2ebff4dd = '

National Quik Cash

Address: 2228 Humes Rd Ste 2, Janesville, WI 53545, USA
Phone: (608) 757-9905
';var m_8624dd2619cd81901d8c372a2ebff4dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Quik Cash',});m_8624dd2619cd81901d8c372a2ebff4dd['infowindow'] = new google.maps.InfoWindow({content: $l8624dd2619cd81901d8c372a2ebff4dd});var infowindow = new google.maps.InfoWindow({content: $l8624dd2619cd81901d8c372a2ebff4dd});google.maps.event.addListener(m_8624dd2619cd81901d8c372a2ebff4dd, 'click', function() {infowindow.open(map,m_8624dd2619cd81901d8c372a2ebff4dd);});$marker.push(m_8624dd2619cd81901d8c372a2ebff4dd);}});}google.maps.event.addDomListener(window, 'load', initialize);