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.6562,-71.4986)};var g_c65ab887f4607c8cd33783e03300d070 = new google.maps.Geocoder();g_c65ab887f4607c8cd33783e03300d070.geocode( { 'address': "1485 S County Trail, East Greenwich, RI 02818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-greenwich-RI-ameriprise-financial').style.display = '';map = new google.maps.Map(document.getElementById('east-greenwich-RI-ameriprise-financial'), mapOptions);}document.getElementById('0865d3ee').innerHTML += ' | View Map';var $lc65ab887f4607c8cd33783e03300d070 = '

Ameriprise Financial

Address: 1485 S County Trail, East Greenwich, RI 02818, USA
Phone: (401) 398-7802
';var m_c65ab887f4607c8cd33783e03300d070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameriprise Financial',});m_c65ab887f4607c8cd33783e03300d070['infowindow'] = new google.maps.InfoWindow({content: $lc65ab887f4607c8cd33783e03300d070});var infowindow = new google.maps.InfoWindow({content: $lc65ab887f4607c8cd33783e03300d070});google.maps.event.addListener(m_c65ab887f4607c8cd33783e03300d070, 'click', function() {infowindow.open(map,m_c65ab887f4607c8cd33783e03300d070);});$marker.push(m_c65ab887f4607c8cd33783e03300d070);}});}google.maps.event.addDomListener(window, 'load', initialize);