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.7796,-71.4367)};var g_8f9bebfcb0fbf057766706763102094e = new google.maps.Geocoder();g_8f9bebfcb0fbf057766706763102094e.geocode( { 'address': "869 Park Ave, Cranston, RI 02910, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranston-RI-cranston-municipal-employees-cu').style.display = '';map = new google.maps.Map(document.getElementById('cranston-RI-cranston-municipal-employees-cu'), mapOptions);}document.getElementById('5a93389e').innerHTML += ' | View Map';var $l8f9bebfcb0fbf057766706763102094e = '

Cranston Municipal Employees Cu

Address: 869 Park Ave, Cranston, RI 02910, USA
Phone: (401) 463-3010
';var m_8f9bebfcb0fbf057766706763102094e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cranston Municipal Employees Cu',});m_8f9bebfcb0fbf057766706763102094e['infowindow'] = new google.maps.InfoWindow({content: $l8f9bebfcb0fbf057766706763102094e});var infowindow = new google.maps.InfoWindow({content: $l8f9bebfcb0fbf057766706763102094e});google.maps.event.addListener(m_8f9bebfcb0fbf057766706763102094e, 'click', function() {infowindow.open(map,m_8f9bebfcb0fbf057766706763102094e);});$marker.push(m_8f9bebfcb0fbf057766706763102094e);}});}google.maps.event.addDomListener(window, 'load', initialize);