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.7033,-89.0078)};var g_d251d008cad95cb926d9cea73ecb793d = new google.maps.Geocoder();g_d251d008cad95cb926d9cea73ecb793d.geocode( { 'address': "1523 Milton Ave, Janesville, WI 53545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('janesville-WI-speedy-loan').style.display = '';map = new google.maps.Map(document.getElementById('janesville-WI-speedy-loan'), mapOptions);}document.getElementById('b78c8059').innerHTML += ' | View Map';var $ld251d008cad95cb926d9cea73ecb793d = '

Speedy Loan

Address: 1523 Milton Ave, Janesville, WI 53545, USA
Phone: (414) 882-7425
';var m_d251d008cad95cb926d9cea73ecb793d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Speedy Loan',});m_d251d008cad95cb926d9cea73ecb793d['infowindow'] = new google.maps.InfoWindow({content: $ld251d008cad95cb926d9cea73ecb793d});var infowindow = new google.maps.InfoWindow({content: $ld251d008cad95cb926d9cea73ecb793d});google.maps.event.addListener(m_d251d008cad95cb926d9cea73ecb793d, 'click', function() {infowindow.open(map,m_d251d008cad95cb926d9cea73ecb793d);});$marker.push(m_d251d008cad95cb926d9cea73ecb793d);}});}google.maps.event.addDomListener(window, 'load', initialize);