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(40.6355,-74.9867)};var g_b0c0ab319bc90cf494a9577b156447ed = new google.maps.Geocoder();g_b0c0ab319bc90cf494a9577b156447ed.geocode( { 'address': "53 I-78 Frontage Rd #200, Hampton, NJ 08827, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hampton-NJ-residential-home-mortgage-corporation-rhmc').style.display = '';map = new google.maps.Map(document.getElementById('hampton-NJ-residential-home-mortgage-corporation-rhmc'), mapOptions);}document.getElementById('9700f4c6').innerHTML += ' | View Map';var $lb0c0ab319bc90cf494a9577b156447ed = '

Residential Home Mortgage Corporation (RHMC)

Address: 53 I-78 Frontage Rd #200, Hampton, NJ 08827, USA
Phone: (866) 998-7462
';var m_b0c0ab319bc90cf494a9577b156447ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Home Mortgage Corporation (RHMC)',});m_b0c0ab319bc90cf494a9577b156447ed['infowindow'] = new google.maps.InfoWindow({content: $lb0c0ab319bc90cf494a9577b156447ed});var infowindow = new google.maps.InfoWindow({content: $lb0c0ab319bc90cf494a9577b156447ed});google.maps.event.addListener(m_b0c0ab319bc90cf494a9577b156447ed, 'click', function() {infowindow.open(map,m_b0c0ab319bc90cf494a9577b156447ed);});$marker.push(m_b0c0ab319bc90cf494a9577b156447ed);}});}google.maps.event.addDomListener(window, 'load', initialize);