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.3587,-71.0713)};var g_1be99f7b1e97238d15fedb890471153f = new google.maps.Geocoder();g_1be99f7b1e97238d15fedb890471153f.geocode( { 'address': "100 High St, Boston, MA 02110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-pacific-insurance-co-limited').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-pacific-insurance-co-limited'), mapOptions);}document.getElementById('9e96e70b').innerHTML += ' | View Map';var $l1be99f7b1e97238d15fedb890471153f = '

Pacific Insurance Co Limited

Address: 100 High St, Boston, MA 02110
Phone: (617) 526-7600
';var m_1be99f7b1e97238d15fedb890471153f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pacific Insurance Co Limited',});m_1be99f7b1e97238d15fedb890471153f['infowindow'] = new google.maps.InfoWindow({content: $l1be99f7b1e97238d15fedb890471153f});var infowindow = new google.maps.InfoWindow({content: $l1be99f7b1e97238d15fedb890471153f});google.maps.event.addListener(m_1be99f7b1e97238d15fedb890471153f, 'click', function() {infowindow.open(map,m_1be99f7b1e97238d15fedb890471153f);});$marker.push(m_1be99f7b1e97238d15fedb890471153f);}});}google.maps.event.addDomListener(window, 'load', initialize);