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(41.5876,-70.945)};var g_297ce0b3c836ae307023d7c2c3a7b1ec = new google.maps.Geocoder();g_297ce0b3c836ae307023d7c2c3a7b1ec.geocode( { 'address': "338 Elm St, South Dartmouth, MA 02748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dartmouth-MA-congregational-finance-llc').style.display = '';map = new google.maps.Map(document.getElementById('dartmouth-MA-congregational-finance-llc'), mapOptions);}document.getElementById('d952d8eb').innerHTML += ' | View Map';var $l297ce0b3c836ae307023d7c2c3a7b1ec = '

Congregational Finance LLC

Address: 338 Elm St, South Dartmouth, MA 02748, USA
Phone: (508) 990-3308
';var m_297ce0b3c836ae307023d7c2c3a7b1ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Congregational Finance LLC',});m_297ce0b3c836ae307023d7c2c3a7b1ec['infowindow'] = new google.maps.InfoWindow({content: $l297ce0b3c836ae307023d7c2c3a7b1ec});var infowindow = new google.maps.InfoWindow({content: $l297ce0b3c836ae307023d7c2c3a7b1ec});google.maps.event.addListener(m_297ce0b3c836ae307023d7c2c3a7b1ec, 'click', function() {infowindow.open(map,m_297ce0b3c836ae307023d7c2c3a7b1ec);});$marker.push(m_297ce0b3c836ae307023d7c2c3a7b1ec);}});}google.maps.event.addDomListener(window, 'load', initialize);