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.3567,-71.0604)};var g_65042bacc5de497a3ae981ec0d33e2d2 = new google.maps.Geocoder();g_65042bacc5de497a3ae981ec0d33e2d2.geocode( { 'address': "36 Bromfield St, Boston, MA 02108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boston-MA-forward-financing').style.display = '';map = new google.maps.Map(document.getElementById('boston-MA-forward-financing'), mapOptions);}document.getElementById('48b1bb2f').innerHTML += ' | View Map';var $l65042bacc5de497a3ae981ec0d33e2d2 = '

Forward Financing

Address: 36 Bromfield St, Boston, MA 02108, USA
Phone: (617) 250-8158
';var m_65042bacc5de497a3ae981ec0d33e2d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Forward Financing',});m_65042bacc5de497a3ae981ec0d33e2d2['infowindow'] = new google.maps.InfoWindow({content: $l65042bacc5de497a3ae981ec0d33e2d2});var infowindow = new google.maps.InfoWindow({content: $l65042bacc5de497a3ae981ec0d33e2d2});google.maps.event.addListener(m_65042bacc5de497a3ae981ec0d33e2d2, 'click', function() {infowindow.open(map,m_65042bacc5de497a3ae981ec0d33e2d2);});$marker.push(m_65042bacc5de497a3ae981ec0d33e2d2);}});}google.maps.event.addDomListener(window, 'load', initialize);