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.0614,-89.3084)};var g_b878acc7397a964020bbb96da82037ed = new google.maps.Geocoder();g_b878acc7397a964020bbb96da82037ed.geocode( { 'address': "2509 S Stoughton Rd # 300, Madison, WI 53716, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-WI-cbm-credit-education-foundation').style.display = '';map = new google.maps.Map(document.getElementById('madison-WI-cbm-credit-education-foundation'), mapOptions);}document.getElementById('0bb63352').innerHTML += ' | View Map';var $lb878acc7397a964020bbb96da82037ed = '

CBM Credit Education Foundation

Address: 2509 S Stoughton Rd # 300, Madison, WI 53716, USA
Phone: (608) 663-5000
';var m_b878acc7397a964020bbb96da82037ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBM Credit Education Foundation',});m_b878acc7397a964020bbb96da82037ed['infowindow'] = new google.maps.InfoWindow({content: $lb878acc7397a964020bbb96da82037ed});var infowindow = new google.maps.InfoWindow({content: $lb878acc7397a964020bbb96da82037ed});google.maps.event.addListener(m_b878acc7397a964020bbb96da82037ed, 'click', function() {infowindow.open(map,m_b878acc7397a964020bbb96da82037ed);});$marker.push(m_b878acc7397a964020bbb96da82037ed);}});}google.maps.event.addDomListener(window, 'load', initialize);