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.2871,-71.718)};var g_cad7d345faa9d5e2d7020499616e84ac = new google.maps.Geocoder();g_cad7d345faa9d5e2d7020499616e84ac.geocode( { 'address': "42 Monroe St, Shrewsbury, MA 01545, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shrewsbury-MA-tax-credit-advisors-llc').style.display = '';map = new google.maps.Map(document.getElementById('shrewsbury-MA-tax-credit-advisors-llc'), mapOptions);}document.getElementById('02a1eed9').innerHTML += ' | View Map';var $lcad7d345faa9d5e2d7020499616e84ac = '

Tax Credit Advisors LLC

Address: 42 Monroe St, Shrewsbury, MA 01545, USA
Phone: (508) 842-3232
';var m_cad7d345faa9d5e2d7020499616e84ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tax Credit Advisors LLC',});m_cad7d345faa9d5e2d7020499616e84ac['infowindow'] = new google.maps.InfoWindow({content: $lcad7d345faa9d5e2d7020499616e84ac});var infowindow = new google.maps.InfoWindow({content: $lcad7d345faa9d5e2d7020499616e84ac});google.maps.event.addListener(m_cad7d345faa9d5e2d7020499616e84ac, 'click', function() {infowindow.open(map,m_cad7d345faa9d5e2d7020499616e84ac);});$marker.push(m_cad7d345faa9d5e2d7020499616e84ac);}});}google.maps.event.addDomListener(window, 'load', initialize);