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.8803,-71.3855)};var g_343c86dcc1a38cb9be21bdb847f43813 = new google.maps.Geocoder();g_343c86dcc1a38cb9be21bdb847f43813.geocode( { 'address': "40 Montgomery St, Pawtucket, RI 02860, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pawtucket-RI-postal-employees-regional-cu').style.display = '';map = new google.maps.Map(document.getElementById('pawtucket-RI-postal-employees-regional-cu'), mapOptions);}document.getElementById('4166e224').innerHTML += ' | View Map';var $l343c86dcc1a38cb9be21bdb847f43813 = '

Postal Employees Regional CU

Address: 40 Montgomery St, Pawtucket, RI 02860, USA
Phone: (401) 726-3895
';var m_343c86dcc1a38cb9be21bdb847f43813 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Postal Employees Regional CU',});m_343c86dcc1a38cb9be21bdb847f43813['infowindow'] = new google.maps.InfoWindow({content: $l343c86dcc1a38cb9be21bdb847f43813});var infowindow = new google.maps.InfoWindow({content: $l343c86dcc1a38cb9be21bdb847f43813});google.maps.event.addListener(m_343c86dcc1a38cb9be21bdb847f43813, 'click', function() {infowindow.open(map,m_343c86dcc1a38cb9be21bdb847f43813);});$marker.push(m_343c86dcc1a38cb9be21bdb847f43813);}});}google.maps.event.addDomListener(window, 'load', initialize);