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(42.0424,-88.0465)};var g_ff5552bd9e89226e299c74531dc90590 = new google.maps.Geocoder();g_ff5552bd9e89226e299c74531dc90590.geocode( { 'address': "1375 Woodfield Rd #140, Schaumburg, IL 60173, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schaumburg-IL-draper-and-kramer-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('schaumburg-IL-draper-and-kramer-mortgage-corp'), mapOptions);}document.getElementById('823a289d').innerHTML += ' | View Map';var $lff5552bd9e89226e299c74531dc90590 = '

Draper and Kramer Mortgage Corp.

Address: 1375 Woodfield Rd #140, Schaumburg, IL 60173, USA
Phone: (847) 240-2786
';var m_ff5552bd9e89226e299c74531dc90590 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Draper and Kramer Mortgage Corp.',});m_ff5552bd9e89226e299c74531dc90590['infowindow'] = new google.maps.InfoWindow({content: $lff5552bd9e89226e299c74531dc90590});var infowindow = new google.maps.InfoWindow({content: $lff5552bd9e89226e299c74531dc90590});google.maps.event.addListener(m_ff5552bd9e89226e299c74531dc90590, 'click', function() {infowindow.open(map,m_ff5552bd9e89226e299c74531dc90590);});$marker.push(m_ff5552bd9e89226e299c74531dc90590);}});}google.maps.event.addDomListener(window, 'load', initialize);