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.1087,-89.3373)};var g_dea4a59f2390e8cf987097ba7176093c = new google.maps.Geocoder();g_dea4a59f2390e8cf987097ba7176093c.geocode( { 'address': "3100 E Washington Ave, Madison, WI 53704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-madison-auto-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-madison-auto-credit-inc'), mapOptions);}document.getElementById('0517d2bc').innerHTML += ' | View Map';var $ldea4a59f2390e8cf987097ba7176093c = '

Madison Auto Credit Inc

Address: 3100 E Washington Ave, Madison, WI 53704, USA
Phone: (608) 298-8020
';var m_dea4a59f2390e8cf987097ba7176093c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Madison Auto Credit Inc',});m_dea4a59f2390e8cf987097ba7176093c['infowindow'] = new google.maps.InfoWindow({content: $ldea4a59f2390e8cf987097ba7176093c});var infowindow = new google.maps.InfoWindow({content: $ldea4a59f2390e8cf987097ba7176093c});google.maps.event.addListener(m_dea4a59f2390e8cf987097ba7176093c, 'click', function() {infowindow.open(map,m_dea4a59f2390e8cf987097ba7176093c);});$marker.push(m_dea4a59f2390e8cf987097ba7176093c);}});}google.maps.event.addDomListener(window, 'load', initialize);