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.4644,-87.3431)};var g_fdc0e53af172f94988a2b030dd6a39eb = new google.maps.Geocoder();g_fdc0e53af172f94988a2b030dd6a39eb.geocode( { 'address': "575 W 84th Dr # B, Merrillville, IN 46410, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merrillville-IN-diamond-residential-mortgage-corp').style.display = '';map = new google.maps.Map(document.getElementById('merrillville-IN-diamond-residential-mortgage-corp'), mapOptions);}document.getElementById('102a52f6').innerHTML += ' | View Map';var $lfdc0e53af172f94988a2b030dd6a39eb = '

Diamond Residential Mortgage Corp.

Address: 575 W 84th Dr # B, Merrillville, IN 46410, USA
Phone: (219) 736-8442
';var m_fdc0e53af172f94988a2b030dd6a39eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diamond Residential Mortgage Corp.',});m_fdc0e53af172f94988a2b030dd6a39eb['infowindow'] = new google.maps.InfoWindow({content: $lfdc0e53af172f94988a2b030dd6a39eb});var infowindow = new google.maps.InfoWindow({content: $lfdc0e53af172f94988a2b030dd6a39eb});google.maps.event.addListener(m_fdc0e53af172f94988a2b030dd6a39eb, 'click', function() {infowindow.open(map,m_fdc0e53af172f94988a2b030dd6a39eb);});$marker.push(m_fdc0e53af172f94988a2b030dd6a39eb);}});}google.maps.event.addDomListener(window, 'load', initialize);