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.4031)};var g_80189d342698330b84a8a7999eaca843 = new google.maps.Geocoder();g_80189d342698330b84a8a7999eaca843.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-mun-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('cumberland-RI-cumberland-mun-employees-cu'), mapOptions);}document.getElementById('109524ba').innerHTML += ' | View Map';var $l80189d342698330b84a8a7999eaca843 = '

Cumberland Mun Employees CU

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