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.8415,-71.3495)};var g_6fa6da795504c11a041c4c3e200aa0be = new google.maps.Geocoder();g_6fa6da795504c11a041c4c3e200aa0be.geocode( { 'address': "225 Newman Ave, Rumford, RI 02916, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-providence-RI-euclid-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('east-providence-RI-euclid-financial-services-llc'), mapOptions);}document.getElementById('93181146').innerHTML += ' | View Map';var $l6fa6da795504c11a041c4c3e200aa0be = '

Euclid Financial Services LLC.

Address: 225 Newman Ave, Rumford, RI 02916, USA
Phone: (401) 727-2727
';var m_6fa6da795504c11a041c4c3e200aa0be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Euclid Financial Services LLC.',});m_6fa6da795504c11a041c4c3e200aa0be['infowindow'] = new google.maps.InfoWindow({content: $l6fa6da795504c11a041c4c3e200aa0be});var infowindow = new google.maps.InfoWindow({content: $l6fa6da795504c11a041c4c3e200aa0be});google.maps.event.addListener(m_6fa6da795504c11a041c4c3e200aa0be, 'click', function() {infowindow.open(map,m_6fa6da795504c11a041c4c3e200aa0be);});$marker.push(m_6fa6da795504c11a041c4c3e200aa0be);}});}google.maps.event.addDomListener(window, 'load', initialize);