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.3594,-71.0564)};var g_55f8c1c115741faf7519ccc644af7074 = new google.maps.Geocoder();g_55f8c1c115741faf7519ccc644af7074.geocode( { 'address': "60 State St #700, Boston, MA 02109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-rmpi-consulting-llc').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-rmpi-consulting-llc'), mapOptions);}document.getElementById('e356adb4').innerHTML += ' | View Map';var $l55f8c1c115741faf7519ccc644af7074 = '

RMPI Consulting, LLC

Address: 60 State St #700, Boston, MA 02109, USA
Phone: (617) 973-5742
';var m_55f8c1c115741faf7519ccc644af7074 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RMPI Consulting, LLC',});m_55f8c1c115741faf7519ccc644af7074['infowindow'] = new google.maps.InfoWindow({content: $l55f8c1c115741faf7519ccc644af7074});var infowindow = new google.maps.InfoWindow({content: $l55f8c1c115741faf7519ccc644af7074});google.maps.event.addListener(m_55f8c1c115741faf7519ccc644af7074, 'click', function() {infowindow.open(map,m_55f8c1c115741faf7519ccc644af7074);});$marker.push(m_55f8c1c115741faf7519ccc644af7074);}});}google.maps.event.addDomListener(window, 'load', initialize);