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.1175,-72.7488)};var g_53ab50eafebbfa3920c5521d09e88d31 = new google.maps.Geocoder();g_53ab50eafebbfa3920c5521d09e88d31.geocode( { 'address': "55 Broad St, Westfield, MA 01085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westfield-MA-high-return-rate-investments').style.display = '';map = new google.maps.Map(document.getElementById('westfield-MA-high-return-rate-investments'), mapOptions);}document.getElementById('862b0fbb').innerHTML += ' | View Map';var $l53ab50eafebbfa3920c5521d09e88d31 = '

High Return Rate Investments

Address: 55 Broad St, Westfield, MA 01085, USA
Phone: (413) 977-3641
';var m_53ab50eafebbfa3920c5521d09e88d31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'High Return Rate Investments',});m_53ab50eafebbfa3920c5521d09e88d31['infowindow'] = new google.maps.InfoWindow({content: $l53ab50eafebbfa3920c5521d09e88d31});var infowindow = new google.maps.InfoWindow({content: $l53ab50eafebbfa3920c5521d09e88d31});google.maps.event.addListener(m_53ab50eafebbfa3920c5521d09e88d31, 'click', function() {infowindow.open(map,m_53ab50eafebbfa3920c5521d09e88d31);});$marker.push(m_53ab50eafebbfa3920c5521d09e88d31);}});}google.maps.event.addDomListener(window, 'load', initialize);