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.8076,-88.0192)};var g_0a06eb93b7d29e8d9b1891eec932ba2a = new google.maps.Geocoder();g_0a06eb93b7d29e8d9b1891eec932ba2a.geocode( { 'address': "1400 Opus Pl, Downers Grove, IL 60515"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downers-grove-IL-kolnicki-peterson-wirth').style.display = '';map = new google.maps.Map(document.getElementById('downers-grove-IL-kolnicki-peterson-wirth'), mapOptions);}document.getElementById('652374ca').innerHTML += ' | View Map';var $l0a06eb93b7d29e8d9b1891eec932ba2a = '

Kolnicki, Peterson & Wirth

Address: 1400 Opus Pl, Downers Grove, IL 60515
Phone: (630) 390-1140
';var m_0a06eb93b7d29e8d9b1891eec932ba2a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kolnicki, Peterson & Wirth',});m_0a06eb93b7d29e8d9b1891eec932ba2a['infowindow'] = new google.maps.InfoWindow({content: $l0a06eb93b7d29e8d9b1891eec932ba2a});var infowindow = new google.maps.InfoWindow({content: $l0a06eb93b7d29e8d9b1891eec932ba2a});google.maps.event.addListener(m_0a06eb93b7d29e8d9b1891eec932ba2a, 'click', function() {infowindow.open(map,m_0a06eb93b7d29e8d9b1891eec932ba2a);});$marker.push(m_0a06eb93b7d29e8d9b1891eec932ba2a);}});}google.maps.event.addDomListener(window, 'load', initialize);