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.4829,-71.3044)};var g_c1d1d15dcd62a49c318eaa9b5e4008f3 = new google.maps.Geocoder();g_c1d1d15dcd62a49c318eaa9b5e4008f3.geocode( { 'address': "43 Memorial Blvd, Newport, RI 02840, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newport-RI-peoples-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('newport-RI-peoples-credit-union'), mapOptions);}document.getElementById('c0a54e94').innerHTML += ' | View Map';var $lc1d1d15dcd62a49c318eaa9b5e4008f3 = '

Peoples Credit Union

Address: 43 Memorial Blvd, Newport, RI 02840, USA
Phone: (800) 498-8930
';var m_c1d1d15dcd62a49c318eaa9b5e4008f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Credit Union',});m_c1d1d15dcd62a49c318eaa9b5e4008f3['infowindow'] = new google.maps.InfoWindow({content: $lc1d1d15dcd62a49c318eaa9b5e4008f3});var infowindow = new google.maps.InfoWindow({content: $lc1d1d15dcd62a49c318eaa9b5e4008f3});google.maps.event.addListener(m_c1d1d15dcd62a49c318eaa9b5e4008f3, 'click', function() {infowindow.open(map,m_c1d1d15dcd62a49c318eaa9b5e4008f3);});$marker.push(m_c1d1d15dcd62a49c318eaa9b5e4008f3);}});}google.maps.event.addDomListener(window, 'load', initialize);