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.6087,-87.7576)};var g_818496426803c75612a7483828823f7d = new google.maps.Geocoder();g_818496426803c75612a7483828823f7d.geocode( { 'address': "5706 Albert Dr, Oak Forest, IL 60452"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oak-forest-IL-kalron-inc').style.display = '';map = new google.maps.Map(document.getElementById('oak-forest-IL-kalron-inc'), mapOptions);}document.getElementById('df80344e').innerHTML += ' | View Map';var $l818496426803c75612a7483828823f7d = '

Kalron, Inc.

Address: 5706 Albert Dr, Oak Forest, IL 60452
Phone: (708) 687-9003
';var m_818496426803c75612a7483828823f7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kalron, Inc.',});m_818496426803c75612a7483828823f7d['infowindow'] = new google.maps.InfoWindow({content: $l818496426803c75612a7483828823f7d});var infowindow = new google.maps.InfoWindow({content: $l818496426803c75612a7483828823f7d});google.maps.event.addListener(m_818496426803c75612a7483828823f7d, 'click', function() {infowindow.open(map,m_818496426803c75612a7483828823f7d);});$marker.push(m_818496426803c75612a7483828823f7d);}});}google.maps.event.addDomListener(window, 'load', initialize);