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.3289,-71.0833)};var g_041075b44c8eb30a5276b77ce0cda0a1 = new google.maps.Geocoder();g_041075b44c8eb30a5276b77ce0cda0a1.geocode( { 'address': "152 Dudley St, Boston, MA 02119, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-bclf-ventures-inc').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-bclf-ventures-inc'), mapOptions);}document.getElementById('c1c891a4').innerHTML += ' | View Map';var $l041075b44c8eb30a5276b77ce0cda0a1 = '

BCLF Ventures, Inc

Address: 152 Dudley St, Boston, MA 02119, USA
Phone: (617) 427-8600
';var m_041075b44c8eb30a5276b77ce0cda0a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BCLF Ventures, Inc',});m_041075b44c8eb30a5276b77ce0cda0a1['infowindow'] = new google.maps.InfoWindow({content: $l041075b44c8eb30a5276b77ce0cda0a1});var infowindow = new google.maps.InfoWindow({content: $l041075b44c8eb30a5276b77ce0cda0a1});google.maps.event.addListener(m_041075b44c8eb30a5276b77ce0cda0a1, 'click', function() {infowindow.open(map,m_041075b44c8eb30a5276b77ce0cda0a1);});$marker.push(m_041075b44c8eb30a5276b77ce0cda0a1);}});}google.maps.event.addDomListener(window, 'load', initialize);