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.58,-87.8838)};var g_e0f8753690e64e6d42d9b56fbad30faf = new google.maps.Geocoder();g_e0f8753690e64e6d42d9b56fbad30faf.geocode( { 'address': "6121 Green Bay Rd, Kenosha, WI 53142, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenosha-WI-diamond-residential-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('kenosha-WI-diamond-residential-mortgage-corporation'), mapOptions);}document.getElementById('6895542e').innerHTML += ' | View Map';var $le0f8753690e64e6d42d9b56fbad30faf = '

Diamond Residential Mortgage Corporation

Address: 6121 Green Bay Rd, Kenosha, WI 53142, USA
Phone: (262) 942-4900
';var m_e0f8753690e64e6d42d9b56fbad30faf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Residential Mortgage Corporation',});m_e0f8753690e64e6d42d9b56fbad30faf['infowindow'] = new google.maps.InfoWindow({content: $le0f8753690e64e6d42d9b56fbad30faf});var infowindow = new google.maps.InfoWindow({content: $le0f8753690e64e6d42d9b56fbad30faf});google.maps.event.addListener(m_e0f8753690e64e6d42d9b56fbad30faf, 'click', function() {infowindow.open(map,m_e0f8753690e64e6d42d9b56fbad30faf);});$marker.push(m_e0f8753690e64e6d42d9b56fbad30faf);}});}google.maps.event.addDomListener(window, 'load', initialize);