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.5649,-70.9858)};var g_908cb9c2d791b86dadbe3ef36f67b155 = new google.maps.Geocoder();g_908cb9c2d791b86dadbe3ef36f67b155.geocode( { 'address': "99 Rosewood Dr #225, Danvers, MA 01923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danvers-MA-crosscountry-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('danvers-MA-crosscountry-mortgage-inc'), mapOptions);}document.getElementById('efa9aedc').innerHTML += ' | View Map';var $l908cb9c2d791b86dadbe3ef36f67b155 = '

CrossCountry Mortgage, Inc.

Address: 99 Rosewood Dr #225, Danvers, MA 01923, USA
Phone: (978) 777-4663
';var m_908cb9c2d791b86dadbe3ef36f67b155 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CrossCountry Mortgage, Inc.',});m_908cb9c2d791b86dadbe3ef36f67b155['infowindow'] = new google.maps.InfoWindow({content: $l908cb9c2d791b86dadbe3ef36f67b155});var infowindow = new google.maps.InfoWindow({content: $l908cb9c2d791b86dadbe3ef36f67b155});google.maps.event.addListener(m_908cb9c2d791b86dadbe3ef36f67b155, 'click', function() {infowindow.open(map,m_908cb9c2d791b86dadbe3ef36f67b155);});$marker.push(m_908cb9c2d791b86dadbe3ef36f67b155);}});}google.maps.event.addDomListener(window, 'load', initialize);