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(42.1505,-87.8038)};var g_2857a3778a6aa4023e679fa0015e93a8 = new google.maps.Geocoder();g_2857a3778a6aa4023e679fa0015e93a8.geocode( { 'address': "95 Revere Dr # A, Northbrook, IL 60062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northbrook-IL-halterman-cpa-group-ltd').style.display = '';map = new google.maps.Map(document.getElementById('northbrook-IL-halterman-cpa-group-ltd'), mapOptions);}document.getElementById('000b5230').innerHTML += ' | View Map';var $l2857a3778a6aa4023e679fa0015e93a8 = '

Halterman CPA Group Ltd

Address: 95 Revere Dr # A, Northbrook, IL 60062, USA
Phone: (847) 849-5295
';var m_2857a3778a6aa4023e679fa0015e93a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Halterman CPA Group Ltd',});m_2857a3778a6aa4023e679fa0015e93a8['infowindow'] = new google.maps.InfoWindow({content: $l2857a3778a6aa4023e679fa0015e93a8});var infowindow = new google.maps.InfoWindow({content: $l2857a3778a6aa4023e679fa0015e93a8});google.maps.event.addListener(m_2857a3778a6aa4023e679fa0015e93a8, 'click', function() {infowindow.open(map,m_2857a3778a6aa4023e679fa0015e93a8);});$marker.push(m_2857a3778a6aa4023e679fa0015e93a8);}});}google.maps.event.addDomListener(window, 'load', initialize);