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_1d93af5dd5267c65af359496b6a55014 = new google.maps.Geocoder();g_1d93af5dd5267c65af359496b6a55014.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-jason-stampfli-with-universal-lending').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-jason-stampfli-with-universal-lending'), mapOptions);}document.getElementById('9ea7888d').innerHTML += ' | View Map';var $l1d93af5dd5267c65af359496b6a55014 = '

Jason Stampfli with Universal Lending

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