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.1249,-71.1092)};var g_a1d4c20b182ad7137ab3606f0e3fc8a4 = new google.maps.Geocoder();g_a1d4c20b182ad7137ab3606f0e3fc8a4.geocode( { 'address': "27 Glen St, Stoughton, MA 02072"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-phoenix-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-phoenix-financial-corp'), mapOptions);}document.getElementById('4e3d9691').innerHTML += ' | View Map';var $la1d4c20b182ad7137ab3606f0e3fc8a4 = '

Phoenix Financial Corp

Address: 27 Glen St, Stoughton, MA 02072
Phone: (781) 341-2700
';var m_a1d4c20b182ad7137ab3606f0e3fc8a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Phoenix Financial Corp',});m_a1d4c20b182ad7137ab3606f0e3fc8a4['infowindow'] = new google.maps.InfoWindow({content: $la1d4c20b182ad7137ab3606f0e3fc8a4});var infowindow = new google.maps.InfoWindow({content: $la1d4c20b182ad7137ab3606f0e3fc8a4});google.maps.event.addListener(m_a1d4c20b182ad7137ab3606f0e3fc8a4, 'click', function() {infowindow.open(map,m_a1d4c20b182ad7137ab3606f0e3fc8a4);});$marker.push(m_a1d4c20b182ad7137ab3606f0e3fc8a4);}});}google.maps.event.addDomListener(window, 'load', initialize);