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.1548,-71.074)};var g_e6b1717806e5021c33096bdcdf30479e = new google.maps.Geocoder();g_e6b1717806e5021c33096bdcdf30479e.geocode( { 'address': "7 Cabot Pl, Stoughton, MA 02072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-continental-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-continental-funding-corporation'), mapOptions);}document.getElementById('7f748318').innerHTML += ' | View Map';var $le6b1717806e5021c33096bdcdf30479e = '

Continental Funding Corporation.

Address: 7 Cabot Pl, Stoughton, MA 02072, USA
Phone: (781) 344-4846
';var m_e6b1717806e5021c33096bdcdf30479e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Funding Corporation.',});m_e6b1717806e5021c33096bdcdf30479e['infowindow'] = new google.maps.InfoWindow({content: $le6b1717806e5021c33096bdcdf30479e});var infowindow = new google.maps.InfoWindow({content: $le6b1717806e5021c33096bdcdf30479e});google.maps.event.addListener(m_e6b1717806e5021c33096bdcdf30479e, 'click', function() {infowindow.open(map,m_e6b1717806e5021c33096bdcdf30479e);});$marker.push(m_e6b1717806e5021c33096bdcdf30479e);}});}google.maps.event.addDomListener(window, 'load', initialize);