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.0272,-87.8132)};var g_14509a70ba46d004e8ae41af3cce255a = new google.maps.Geocoder();g_14509a70ba46d004e8ae41af3cce255a.geocode( { 'address': "5693 W Howard St, Niles, IL 60714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-IL-kwh-savings').style.display = '';map = new google.maps.Map(document.getElementById('niles-IL-kwh-savings'), mapOptions);}document.getElementById('d19a4676').innerHTML += ' | View Map';var $l14509a70ba46d004e8ae41af3cce255a = '

Kwh Savings

Address: 5693 W Howard St, Niles, IL 60714
Phone: (312) 924-7760
';var m_14509a70ba46d004e8ae41af3cce255a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kwh Savings',});m_14509a70ba46d004e8ae41af3cce255a['infowindow'] = new google.maps.InfoWindow({content: $l14509a70ba46d004e8ae41af3cce255a});var infowindow = new google.maps.InfoWindow({content: $l14509a70ba46d004e8ae41af3cce255a});google.maps.event.addListener(m_14509a70ba46d004e8ae41af3cce255a, 'click', function() {infowindow.open(map,m_14509a70ba46d004e8ae41af3cce255a);});$marker.push(m_14509a70ba46d004e8ae41af3cce255a);}});}google.maps.event.addDomListener(window, 'load', initialize);