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(39.7811,-75.1011)};var g_eb8957cfa91a0992d3570d7fac93cb8e = new google.maps.Geocoder();g_eb8957cfa91a0992d3570d7fac93cb8e.geocode( { 'address': "123 Egg Harbor Rd #606, Sewell, NJ 08080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-township-NJ-crosscountry-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('washington-township-NJ-crosscountry-mortgage'), mapOptions);}document.getElementById('9e579134').innerHTML += ' | View Map';var $leb8957cfa91a0992d3570d7fac93cb8e = '

CrossCountry Mortgage

Address: 123 Egg Harbor Rd #606, Sewell, NJ 08080, USA
Phone: (856) 374-3331
';var m_eb8957cfa91a0992d3570d7fac93cb8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CrossCountry Mortgage',});m_eb8957cfa91a0992d3570d7fac93cb8e['infowindow'] = new google.maps.InfoWindow({content: $leb8957cfa91a0992d3570d7fac93cb8e});var infowindow = new google.maps.InfoWindow({content: $leb8957cfa91a0992d3570d7fac93cb8e});google.maps.event.addListener(m_eb8957cfa91a0992d3570d7fac93cb8e, 'click', function() {infowindow.open(map,m_eb8957cfa91a0992d3570d7fac93cb8e);});$marker.push(m_eb8957cfa91a0992d3570d7fac93cb8e);}});}google.maps.event.addDomListener(window, 'load', initialize);