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(43.0314,-89.498)};var g_f90aa9ff53a7796cc16a4a3117a4ba7d = new google.maps.Geocoder();g_f90aa9ff53a7796cc16a4a3117a4ba7d.geocode( { 'address': "6709 Raymond Rd, Madison, WI 53719, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-universal-lending-corp').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-universal-lending-corp'), mapOptions);}document.getElementById('9ea7888d').innerHTML += ' | View Map';var $lf90aa9ff53a7796cc16a4a3117a4ba7d = '

Universal Lending Corp

Address: 6709 Raymond Rd, Madison, WI 53719, USA
Phone: (608) 310-5444
';var m_f90aa9ff53a7796cc16a4a3117a4ba7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Lending Corp',});m_f90aa9ff53a7796cc16a4a3117a4ba7d['infowindow'] = new google.maps.InfoWindow({content: $lf90aa9ff53a7796cc16a4a3117a4ba7d});var infowindow = new google.maps.InfoWindow({content: $lf90aa9ff53a7796cc16a4a3117a4ba7d});google.maps.event.addListener(m_f90aa9ff53a7796cc16a4a3117a4ba7d, 'click', function() {infowindow.open(map,m_f90aa9ff53a7796cc16a4a3117a4ba7d);});$marker.push(m_f90aa9ff53a7796cc16a4a3117a4ba7d);}});}google.maps.event.addDomListener(window, 'load', initialize);