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.0831,-88.3313)};var g_721fb56507a2952c3f3277b401879d1a = new google.maps.Geocoder();g_721fb56507a2952c3f3277b401879d1a.geocode( { 'address': "2230 Point Blvd # 300, Elgin, IL 60123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elgin-IL-midwest-custom-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('elgin-IL-midwest-custom-mortgage'), mapOptions);}document.getElementById('e8a0720f').innerHTML += ' | View Map';var $l721fb56507a2952c3f3277b401879d1a = '

Midwest Custom Mortgage

Address: 2230 Point Blvd # 300, Elgin, IL 60123, USA
Phone: (877) 770-2121
';var m_721fb56507a2952c3f3277b401879d1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Custom Mortgage',});m_721fb56507a2952c3f3277b401879d1a['infowindow'] = new google.maps.InfoWindow({content: $l721fb56507a2952c3f3277b401879d1a});var infowindow = new google.maps.InfoWindow({content: $l721fb56507a2952c3f3277b401879d1a});google.maps.event.addListener(m_721fb56507a2952c3f3277b401879d1a, 'click', function() {infowindow.open(map,m_721fb56507a2952c3f3277b401879d1a);});$marker.push(m_721fb56507a2952c3f3277b401879d1a);}});}google.maps.event.addDomListener(window, 'load', initialize);