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.1678,-70.8844)};var g_4e72d3911ef1c4f8d84daf6f09d8c86c = new google.maps.Geocoder();g_4e72d3911ef1c4f8d84daf6f09d8c86c.geocode( { 'address': "40 Accord Park Dr #208, Norwell, MA 02061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norwell-MA-direct-finance-corp').style.display = '';map = new google.maps.Map(document.getElementById('norwell-MA-direct-finance-corp'), mapOptions);}document.getElementById('5e9cd0fd').innerHTML += ' | View Map';var $l4e72d3911ef1c4f8d84daf6f09d8c86c = '

Direct Finance Corp.

Address: 40 Accord Park Dr #208, Norwell, MA 02061, USA
Phone: (781) 878-5626
';var m_4e72d3911ef1c4f8d84daf6f09d8c86c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Direct Finance Corp.',});m_4e72d3911ef1c4f8d84daf6f09d8c86c['infowindow'] = new google.maps.InfoWindow({content: $l4e72d3911ef1c4f8d84daf6f09d8c86c});var infowindow = new google.maps.InfoWindow({content: $l4e72d3911ef1c4f8d84daf6f09d8c86c});google.maps.event.addListener(m_4e72d3911ef1c4f8d84daf6f09d8c86c, 'click', function() {infowindow.open(map,m_4e72d3911ef1c4f8d84daf6f09d8c86c);});$marker.push(m_4e72d3911ef1c4f8d84daf6f09d8c86c);}});}google.maps.event.addDomListener(window, 'load', initialize);