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(41.4218,-71.7892)};var g_7f5e61d7a26c3997c4fd25a4d2035dac = new google.maps.Geocoder();g_7f5e61d7a26c3997c4fd25a4d2035dac.geocode( { 'address': "177 Main St, Ashaway, RI 02804, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hopkinton-RI-cornerstone-capital').style.display = '';map = new google.maps.Map(document.getElementById('hopkinton-RI-cornerstone-capital'), mapOptions);}document.getElementById('b3ecc505').innerHTML += ' | View Map';var $l7f5e61d7a26c3997c4fd25a4d2035dac = '

Cornerstone Capital

Address: 177 Main St, Ashaway, RI 02804, USA
Phone: (401) 596-7900
';var m_7f5e61d7a26c3997c4fd25a4d2035dac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornerstone Capital',});m_7f5e61d7a26c3997c4fd25a4d2035dac['infowindow'] = new google.maps.InfoWindow({content: $l7f5e61d7a26c3997c4fd25a4d2035dac});var infowindow = new google.maps.InfoWindow({content: $l7f5e61d7a26c3997c4fd25a4d2035dac});google.maps.event.addListener(m_7f5e61d7a26c3997c4fd25a4d2035dac, 'click', function() {infowindow.open(map,m_7f5e61d7a26c3997c4fd25a4d2035dac);});$marker.push(m_7f5e61d7a26c3997c4fd25a4d2035dac);}});}google.maps.event.addDomListener(window, 'load', initialize);