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.456,-71.4717)};var g_0bdefd0fb5b1043a19e377797b7e2d19 = new google.maps.Geocoder();g_0bdefd0fb5b1043a19e377797b7e2d19.geocode( { 'address': "71 S County Commons Way, Wakefield, RI 02879, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-kingstown-RI-westerly-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('south-kingstown-RI-westerly-community-credit-union'), mapOptions);}document.getElementById('67489796').innerHTML += ' | View Map';var $l0bdefd0fb5b1043a19e377797b7e2d19 = '

Westerly Community Credit Union

Address: 71 S County Commons Way, Wakefield, RI 02879, USA
Phone: (401) 637-4490
';var m_0bdefd0fb5b1043a19e377797b7e2d19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westerly Community Credit Union',});m_0bdefd0fb5b1043a19e377797b7e2d19['infowindow'] = new google.maps.InfoWindow({content: $l0bdefd0fb5b1043a19e377797b7e2d19});var infowindow = new google.maps.InfoWindow({content: $l0bdefd0fb5b1043a19e377797b7e2d19});google.maps.event.addListener(m_0bdefd0fb5b1043a19e377797b7e2d19, 'click', function() {infowindow.open(map,m_0bdefd0fb5b1043a19e377797b7e2d19);});$marker.push(m_0bdefd0fb5b1043a19e377797b7e2d19);}});}google.maps.event.addDomListener(window, 'load', initialize);