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.7027,-71.4443)};var g_8929376234b5c6d521e8ccaf20b6c0c5 = new google.maps.Geocoder();g_8929376234b5c6d521e8ccaf20b6c0c5.geocode( { 'address': "480 Greenwich Ave, Warwick, RI 02886"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-wave-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-wave-federal-credit-union'), mapOptions);}document.getElementById('9c7fb02a').innerHTML += ' | View Map';var $l8929376234b5c6d521e8ccaf20b6c0c5 = '

Wave Federal Credit Union

Address: 480 Greenwich Ave, Warwick, RI 02886
Phone: (401) 732-3466
';var m_8929376234b5c6d521e8ccaf20b6c0c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wave Federal Credit Union',});m_8929376234b5c6d521e8ccaf20b6c0c5['infowindow'] = new google.maps.InfoWindow({content: $l8929376234b5c6d521e8ccaf20b6c0c5});var infowindow = new google.maps.InfoWindow({content: $l8929376234b5c6d521e8ccaf20b6c0c5});google.maps.event.addListener(m_8929376234b5c6d521e8ccaf20b6c0c5, 'click', function() {infowindow.open(map,m_8929376234b5c6d521e8ccaf20b6c0c5);});$marker.push(m_8929376234b5c6d521e8ccaf20b6c0c5);}});}google.maps.event.addDomListener(window, 'load', initialize);