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.5997,-87.5412)};var g_5de6755473dc988fe6c7db81f26a53ac = new google.maps.Geocoder();g_5de6755473dc988fe6c7db81f26a53ac.geocode( { 'address': "667 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-americas-financial-choice').style.display = '';map = new google.maps.Map(document.getElementById('calumet-city-IL-americas-financial-choice'), mapOptions);}document.getElementById('53591dbf').innerHTML += ' | View Map';var $l5de6755473dc988fe6c7db81f26a53ac = '

America's Financial Choice

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