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.6007,-87.5459)};var g_a29a5ba2cb7bdeabba22de8c83321b46 = new google.maps.Geocoder();g_a29a5ba2cb7bdeabba22de8c83321b46.geocode( { 'address': "885 River Oaks Dr, Calumet City, IL 60409, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-city-IL-harbor-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('calumet-city-IL-harbor-financial-group'), mapOptions);}document.getElementById('b09176f8').innerHTML += ' | View Map';var $la29a5ba2cb7bdeabba22de8c83321b46 = '

Harbor Financial Group

Address: 885 River Oaks Dr, Calumet City, IL 60409, USA
Phone: (708) 891-0606
';var m_a29a5ba2cb7bdeabba22de8c83321b46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harbor Financial Group',});m_a29a5ba2cb7bdeabba22de8c83321b46['infowindow'] = new google.maps.InfoWindow({content: $la29a5ba2cb7bdeabba22de8c83321b46});var infowindow = new google.maps.InfoWindow({content: $la29a5ba2cb7bdeabba22de8c83321b46});google.maps.event.addListener(m_a29a5ba2cb7bdeabba22de8c83321b46, 'click', function() {infowindow.open(map,m_a29a5ba2cb7bdeabba22de8c83321b46);});$marker.push(m_a29a5ba2cb7bdeabba22de8c83321b46);}});}google.maps.event.addDomListener(window, 'load', initialize);