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.5865,-87.5255)};var g_dfa75609458a5e7b47a01bfd73c4e514 = new google.maps.Geocoder();g_dfa75609458a5e7b47a01bfd73c4e514.geocode( { 'address': "1700 167th St #1, Calumet City, IL 60409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-city-IL-csx-chicago-terminal-cu').style.display = '';map = new google.maps.Map(document.getElementById('calumet-city-IL-csx-chicago-terminal-cu'), mapOptions);}document.getElementById('89920a64').innerHTML += ' | View Map';var $ldfa75609458a5e7b47a01bfd73c4e514 = '

Csx Chicago Terminal Cu

Address: 1700 167th St #1, Calumet City, IL 60409, USA
Phone: (708) 832-2276
';var m_dfa75609458a5e7b47a01bfd73c4e514 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Csx Chicago Terminal Cu',});m_dfa75609458a5e7b47a01bfd73c4e514['infowindow'] = new google.maps.InfoWindow({content: $ldfa75609458a5e7b47a01bfd73c4e514});var infowindow = new google.maps.InfoWindow({content: $ldfa75609458a5e7b47a01bfd73c4e514});google.maps.event.addListener(m_dfa75609458a5e7b47a01bfd73c4e514, 'click', function() {infowindow.open(map,m_dfa75609458a5e7b47a01bfd73c4e514);});$marker.push(m_dfa75609458a5e7b47a01bfd73c4e514);}});}google.maps.event.addDomListener(window, 'load', initialize);