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.5975,-71.4556)};var g_6e5cd59d3926adc44b27cd93242bf20a = new google.maps.Geocoder();g_6e5cd59d3926adc44b27cd93242bf20a.geocode( { 'address': "7373 Post Rd, North Kingstown, RI 02852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-kingstown-RI-coventry-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-kingstown-RI-coventry-credit-union'), mapOptions);}document.getElementById('0827a2ac').innerHTML += ' | View Map';var $l6e5cd59d3926adc44b27cd93242bf20a = '

Coventry Credit Union

Address: 7373 Post Rd, North Kingstown, RI 02852, USA
Phone: (401) 397-1900
';var m_6e5cd59d3926adc44b27cd93242bf20a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coventry Credit Union',});m_6e5cd59d3926adc44b27cd93242bf20a['infowindow'] = new google.maps.InfoWindow({content: $l6e5cd59d3926adc44b27cd93242bf20a});var infowindow = new google.maps.InfoWindow({content: $l6e5cd59d3926adc44b27cd93242bf20a});google.maps.event.addListener(m_6e5cd59d3926adc44b27cd93242bf20a, 'click', function() {infowindow.open(map,m_6e5cd59d3926adc44b27cd93242bf20a);});$marker.push(m_6e5cd59d3926adc44b27cd93242bf20a);}});}google.maps.event.addDomListener(window, 'load', initialize);