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.9472,-71.4032)};var g_efadc169062bef208e0e33ac552b6986 = new google.maps.Geocoder();g_efadc169062bef208e0e33ac552b6986.geocode( { 'address': "2145 Diamond Hill Rd, Cumberland, RI 02864, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumberland-RI-cumberland-municipal-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-RI-cumberland-municipal-employees-federal-credit-union'), mapOptions);}document.getElementById('109524ba').innerHTML += ' | View Map';var $lefadc169062bef208e0e33ac552b6986 = '

Cumberland Municipal Employees Federal Credit Union

Address: 2145 Diamond Hill Rd, Cumberland, RI 02864, USA
Phone: (401) 658-0010
';var m_efadc169062bef208e0e33ac552b6986 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cumberland Municipal Employees Federal Credit Union',});m_efadc169062bef208e0e33ac552b6986['infowindow'] = new google.maps.InfoWindow({content: $lefadc169062bef208e0e33ac552b6986});var infowindow = new google.maps.InfoWindow({content: $lefadc169062bef208e0e33ac552b6986});google.maps.event.addListener(m_efadc169062bef208e0e33ac552b6986, 'click', function() {infowindow.open(map,m_efadc169062bef208e0e33ac552b6986);});$marker.push(m_efadc169062bef208e0e33ac552b6986);}});}google.maps.event.addDomListener(window, 'load', initialize);