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.7455,-87.7724)};var g_d1dc3835945431feade7f56194520559 = new google.maps.Geocoder();g_d1dc3835945431feade7f56194520559.geocode( { 'address': "6340 W 79th St, Burbank, IL 60459"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-IL-highland-banc-corp').style.display = '';map = new google.maps.Map(document.getElementById('burbank-IL-highland-banc-corp'), mapOptions);}document.getElementById('45696239').innerHTML += ' | View Map';var $ld1dc3835945431feade7f56194520559 = '

Highland Banc Corp

Address: 6340 W 79th St, Burbank, IL 60459
Phone: (708) 599-0200
';var m_d1dc3835945431feade7f56194520559 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highland Banc Corp',});m_d1dc3835945431feade7f56194520559['infowindow'] = new google.maps.InfoWindow({content: $ld1dc3835945431feade7f56194520559});var infowindow = new google.maps.InfoWindow({content: $ld1dc3835945431feade7f56194520559});google.maps.event.addListener(m_d1dc3835945431feade7f56194520559, 'click', function() {infowindow.open(map,m_d1dc3835945431feade7f56194520559);});$marker.push(m_d1dc3835945431feade7f56194520559);}});}google.maps.event.addDomListener(window, 'load', initialize);