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(41.8576,-88.1125)};var g_0173b9743f889d9baecde12df070a5fd = new google.maps.Geocoder();g_0173b9743f889d9baecde12df070a5fd.geocode( { 'address': "2067 Middleton Dr, Wheaton, IL 60189"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheaton-IL-the-senior-financial-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('wheaton-IL-the-senior-financial-group-llc'), mapOptions);}document.getElementById('9378c1f6').innerHTML += ' | View Map';var $l0173b9743f889d9baecde12df070a5fd = '

The Senior Financial Group LLC

Address: 2067 Middleton Dr, Wheaton, IL 60189
Phone: (630) 597-9000
';var m_0173b9743f889d9baecde12df070a5fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Senior Financial Group LLC',});m_0173b9743f889d9baecde12df070a5fd['infowindow'] = new google.maps.InfoWindow({content: $l0173b9743f889d9baecde12df070a5fd});var infowindow = new google.maps.InfoWindow({content: $l0173b9743f889d9baecde12df070a5fd});google.maps.event.addListener(m_0173b9743f889d9baecde12df070a5fd, 'click', function() {infowindow.open(map,m_0173b9743f889d9baecde12df070a5fd);});$marker.push(m_0173b9743f889d9baecde12df070a5fd);}});}google.maps.event.addDomListener(window, 'load', initialize);