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.101,-89.3488)};var g_260b63494048521a1810f075504872a4 = new google.maps.Geocoder();g_260b63494048521a1810f075504872a4.geocode( { 'address': "2616 E Washington Ave, Madison, WI 53704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-advance-america'), mapOptions);}document.getElementById('bf80727a').innerHTML += ' | View Map';var $l260b63494048521a1810f075504872a4 = '

Advance America

Address: 2616 E Washington Ave, Madison, WI 53704, USA
Phone: (608) 242-9060
';var m_260b63494048521a1810f075504872a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_260b63494048521a1810f075504872a4['infowindow'] = new google.maps.InfoWindow({content: $l260b63494048521a1810f075504872a4});var infowindow = new google.maps.InfoWindow({content: $l260b63494048521a1810f075504872a4});google.maps.event.addListener(m_260b63494048521a1810f075504872a4, 'click', function() {infowindow.open(map,m_260b63494048521a1810f075504872a4);});$marker.push(m_260b63494048521a1810f075504872a4);}});}google.maps.event.addDomListener(window, 'load', initialize);