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.2342,-87.9703)};var g_80975550806eb4c9abaf7bb3d6cd4868 = new google.maps.Geocoder();g_80975550806eb4c9abaf7bb3d6cd4868.geocode( { 'address': "475 Corporate Woods Pkwy, Vernon Hills, IL 60061"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-hills-IL-household-international').style.display = '';map = new google.maps.Map(document.getElementById('vernon-hills-IL-household-international'), mapOptions);}document.getElementById('e6744f63').innerHTML += ' | View Map';var $l80975550806eb4c9abaf7bb3d6cd4868 = '

Household International

Address: 475 Corporate Woods Pkwy, Vernon Hills, IL 60061
Phone: (847) 913-5396
';var m_80975550806eb4c9abaf7bb3d6cd4868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Household International',});m_80975550806eb4c9abaf7bb3d6cd4868['infowindow'] = new google.maps.InfoWindow({content: $l80975550806eb4c9abaf7bb3d6cd4868});var infowindow = new google.maps.InfoWindow({content: $l80975550806eb4c9abaf7bb3d6cd4868});google.maps.event.addListener(m_80975550806eb4c9abaf7bb3d6cd4868, 'click', function() {infowindow.open(map,m_80975550806eb4c9abaf7bb3d6cd4868);});$marker.push(m_80975550806eb4c9abaf7bb3d6cd4868);}});}google.maps.event.addDomListener(window, 'load', initialize);