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.7053,-71.4781)};var g_93d3d9ce82833d79305f60a97d2f7183 = new google.maps.Geocoder();g_93d3d9ce82833d79305f60a97d2f7183.geocode( { 'address': "455 Toll Gate Rd, Warwick, RI 02886, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warwick-RI-kent-hospital-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('warwick-RI-kent-hospital-federal-credit-union'), mapOptions);}document.getElementById('1dc9b037').innerHTML += ' | View Map';var $l93d3d9ce82833d79305f60a97d2f7183 = '

Kent Hospital Federal Credit Union

Address: 455 Toll Gate Rd, Warwick, RI 02886, USA
Phone: (401) 737-7010
';var m_93d3d9ce82833d79305f60a97d2f7183 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kent Hospital Federal Credit Union',});m_93d3d9ce82833d79305f60a97d2f7183['infowindow'] = new google.maps.InfoWindow({content: $l93d3d9ce82833d79305f60a97d2f7183});var infowindow = new google.maps.InfoWindow({content: $l93d3d9ce82833d79305f60a97d2f7183});google.maps.event.addListener(m_93d3d9ce82833d79305f60a97d2f7183, 'click', function() {infowindow.open(map,m_93d3d9ce82833d79305f60a97d2f7183);});$marker.push(m_93d3d9ce82833d79305f60a97d2f7183);}});}google.maps.event.addDomListener(window, 'load', initialize);