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.6382,-70.9368)};var g_52bba0492bf9dafb0adc932f95c72407 = new google.maps.Geocoder();g_52bba0492bf9dafb0adc932f95c72407.geocode( { 'address': "New Bedford, MA 02740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-bedford-MA-money-management-international').style.display = '';map = new google.maps.Map(document.getElementById('new-bedford-MA-money-management-international'), mapOptions);}document.getElementById('3dd80678').innerHTML += ' | View Map';var $l52bba0492bf9dafb0adc932f95c72407 = '

Money Management International

Address: New Bedford, MA 02740, USA
Phone: (508) 993-1002
';var m_52bba0492bf9dafb0adc932f95c72407 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Money Management International',});m_52bba0492bf9dafb0adc932f95c72407['infowindow'] = new google.maps.InfoWindow({content: $l52bba0492bf9dafb0adc932f95c72407});var infowindow = new google.maps.InfoWindow({content: $l52bba0492bf9dafb0adc932f95c72407});google.maps.event.addListener(m_52bba0492bf9dafb0adc932f95c72407, 'click', function() {infowindow.open(map,m_52bba0492bf9dafb0adc932f95c72407);});$marker.push(m_52bba0492bf9dafb0adc932f95c72407);}});}google.maps.event.addDomListener(window, 'load', initialize);