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.4055,-71.0747)};var g_1385c716e0293b5609ab0456bb17fbdd = new google.maps.Geocoder();g_1385c716e0293b5609ab0456bb17fbdd.geocode( { 'address': "1 Cabot Rd #200, Medford, MA 02155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-MA-first-marblehead-corporation').style.display = '';map = new google.maps.Map(document.getElementById('medford-MA-first-marblehead-corporation'), mapOptions);}document.getElementById('7d68b21b').innerHTML += ' | View Map';var $l1385c716e0293b5609ab0456bb17fbdd = '

First Marblehead Corporation

Address: 1 Cabot Rd #200, Medford, MA 02155, USA
Phone: (617) 638-2000
';var m_1385c716e0293b5609ab0456bb17fbdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Marblehead Corporation',});m_1385c716e0293b5609ab0456bb17fbdd['infowindow'] = new google.maps.InfoWindow({content: $l1385c716e0293b5609ab0456bb17fbdd});var infowindow = new google.maps.InfoWindow({content: $l1385c716e0293b5609ab0456bb17fbdd});google.maps.event.addListener(m_1385c716e0293b5609ab0456bb17fbdd, 'click', function() {infowindow.open(map,m_1385c716e0293b5609ab0456bb17fbdd);});$marker.push(m_1385c716e0293b5609ab0456bb17fbdd);}});}google.maps.event.addDomListener(window, 'load', initialize);