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.4984,-70.8568)};var g_a314154370798955a964d9088de9e565 = new google.maps.Geocoder();g_a314154370798955a964d9088de9e565.geocode( { 'address': "51 Atlantic Ave # 9, Marblehead, MA 01945, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marblehead-MA-american-dream-financing').style.display = '';map = new google.maps.Map(document.getElementById('marblehead-MA-american-dream-financing'), mapOptions);}document.getElementById('d5457491').innerHTML += ' | View Map';var $la314154370798955a964d9088de9e565 = '

American Dream Financing

Address: 51 Atlantic Ave # 9, Marblehead, MA 01945, USA
Phone: (781) 639-9909
';var m_a314154370798955a964d9088de9e565 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Dream Financing',});m_a314154370798955a964d9088de9e565['infowindow'] = new google.maps.InfoWindow({content: $la314154370798955a964d9088de9e565});var infowindow = new google.maps.InfoWindow({content: $la314154370798955a964d9088de9e565});google.maps.event.addListener(m_a314154370798955a964d9088de9e565, 'click', function() {infowindow.open(map,m_a314154370798955a964d9088de9e565);});$marker.push(m_a314154370798955a964d9088de9e565);}});}google.maps.event.addDomListener(window, 'load', initialize);