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(39.9327,-91.4067)};var g_36d1ec96c417632ff706969afe8b7e32 = new google.maps.Geocoder();g_36d1ec96c417632ff706969afe8b7e32.geocode( { 'address': "4531 Maine St, Quincy, IL 62305, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('quincy-IL-crosscountry-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('quincy-IL-crosscountry-mortgage-inc'), mapOptions);}document.getElementById('a368a46a').innerHTML += ' | View Map';var $l36d1ec96c417632ff706969afe8b7e32 = '

Crosscountry Mortgage, Inc.

Address: 4531 Maine St, Quincy, IL 62305, USA
Phone: (217) 228-4400
';var m_36d1ec96c417632ff706969afe8b7e32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crosscountry Mortgage, Inc.',});m_36d1ec96c417632ff706969afe8b7e32['infowindow'] = new google.maps.InfoWindow({content: $l36d1ec96c417632ff706969afe8b7e32});var infowindow = new google.maps.InfoWindow({content: $l36d1ec96c417632ff706969afe8b7e32});google.maps.event.addListener(m_36d1ec96c417632ff706969afe8b7e32, 'click', function() {infowindow.open(map,m_36d1ec96c417632ff706969afe8b7e32);});$marker.push(m_36d1ec96c417632ff706969afe8b7e32);}});}google.maps.event.addDomListener(window, 'load', initialize);