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.4556,-71.0645)};var g_f317384bfe70953acf9b7343b9c39062 = new google.maps.Geocoder();g_f317384bfe70953acf9b7343b9c39062.geocode( { 'address': "6 Eastman Pl Suite 207, Melrose, MA 02176, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melrose-MA-beacon-hill-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('melrose-MA-beacon-hill-funding-inc'), mapOptions);}document.getElementById('7b3ebab2').innerHTML += ' | View Map';var $lf317384bfe70953acf9b7343b9c39062 = '

Beacon Hill Funding, Inc.

Address: 6 Eastman Pl Suite 207, Melrose, MA 02176, USA
Phone: (781) 662-1325
';var m_f317384bfe70953acf9b7343b9c39062 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beacon Hill Funding, Inc.',});m_f317384bfe70953acf9b7343b9c39062['infowindow'] = new google.maps.InfoWindow({content: $lf317384bfe70953acf9b7343b9c39062});var infowindow = new google.maps.InfoWindow({content: $lf317384bfe70953acf9b7343b9c39062});google.maps.event.addListener(m_f317384bfe70953acf9b7343b9c39062, 'click', function() {infowindow.open(map,m_f317384bfe70953acf9b7343b9c39062);});$marker.push(m_f317384bfe70953acf9b7343b9c39062);}});}google.maps.event.addDomListener(window, 'load', initialize);