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.1947,-88.2873)};var g_679c4da61fce989a001ac76fccffcb92 = new google.maps.Geocoder();g_679c4da61fce989a001ac76fccffcb92.geocode( { 'address': "9205 State Rte 31, Lake in the Hills, IL 60156, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-in-the-hills-IL-wj-bradley').style.display = '';map = new google.maps.Map(document.getElementById('lake-in-the-hills-IL-wj-bradley'), mapOptions);}document.getElementById('2ac942f5').innerHTML += ' | View Map';var $l679c4da61fce989a001ac76fccffcb92 = '

W.J. Bradley

Address: 9205 State Rte 31, Lake in the Hills, IL 60156, USA
Phone: (847) 458-9300
';var m_679c4da61fce989a001ac76fccffcb92 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'W.J. Bradley',});m_679c4da61fce989a001ac76fccffcb92['infowindow'] = new google.maps.InfoWindow({content: $l679c4da61fce989a001ac76fccffcb92});var infowindow = new google.maps.InfoWindow({content: $l679c4da61fce989a001ac76fccffcb92});google.maps.event.addListener(m_679c4da61fce989a001ac76fccffcb92, 'click', function() {infowindow.open(map,m_679c4da61fce989a001ac76fccffcb92);});$marker.push(m_679c4da61fce989a001ac76fccffcb92);}});}google.maps.event.addDomListener(window, 'load', initialize);