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.7185,-88.9958)};var g_c314d02582ee0c4cc460ea3e470bb4d4 = new google.maps.Geocoder();g_c314d02582ee0c4cc460ea3e470bb4d4.geocode( { 'address': "3000 Milton Ave #104, Janesville, WI 53545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('janesville-WI-world-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('janesville-WI-world-finance-corporation'), mapOptions);}document.getElementById('6ef8a2a6').innerHTML += ' | View Map';var $lc314d02582ee0c4cc460ea3e470bb4d4 = '

World Finance Corporation

Address: 3000 Milton Ave #104, Janesville, WI 53545, USA
Phone: (608) 754-0322
';var m_c314d02582ee0c4cc460ea3e470bb4d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance Corporation',});m_c314d02582ee0c4cc460ea3e470bb4d4['infowindow'] = new google.maps.InfoWindow({content: $lc314d02582ee0c4cc460ea3e470bb4d4});var infowindow = new google.maps.InfoWindow({content: $lc314d02582ee0c4cc460ea3e470bb4d4});google.maps.event.addListener(m_c314d02582ee0c4cc460ea3e470bb4d4, 'click', function() {infowindow.open(map,m_c314d02582ee0c4cc460ea3e470bb4d4);});$marker.push(m_c314d02582ee0c4cc460ea3e470bb4d4);}});}google.maps.event.addDomListener(window, 'load', initialize);