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.9757,-88.1275)};var g_3e20567136cc58f94a3b6fb6c736b5de = new google.maps.Geocoder();g_3e20567136cc58f94a3b6fb6c736b5de.geocode( { 'address': "986 Lake St #104, Roselle, IL 60172, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roselle-IL-amber-mortgage-lending-corp').style.display = '';map = new google.maps.Map(document.getElementById('roselle-IL-amber-mortgage-lending-corp'), mapOptions);}document.getElementById('2264739a').innerHTML += ' | View Map';var $l3e20567136cc58f94a3b6fb6c736b5de = '

Amber Mortgage Lending Corp.

Address: 986 Lake St #104, Roselle, IL 60172, USA
Phone: (630) 295-8115
';var m_3e20567136cc58f94a3b6fb6c736b5de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amber Mortgage Lending Corp.',});m_3e20567136cc58f94a3b6fb6c736b5de['infowindow'] = new google.maps.InfoWindow({content: $l3e20567136cc58f94a3b6fb6c736b5de});var infowindow = new google.maps.InfoWindow({content: $l3e20567136cc58f94a3b6fb6c736b5de});google.maps.event.addListener(m_3e20567136cc58f94a3b6fb6c736b5de, 'click', function() {infowindow.open(map,m_3e20567136cc58f94a3b6fb6c736b5de);});$marker.push(m_3e20567136cc58f94a3b6fb6c736b5de);}});}google.maps.event.addDomListener(window, 'load', initialize);