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.5878,-71.4656)};var g_aaac90871c235a0b01df2814e68213f0 = new google.maps.Geocoder();g_aaac90871c235a0b01df2814e68213f0.geocode( { 'address': "Inside Walmart, 1031 Ten Rod Road, North Kingstown, RI 02852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-kingstown-RI-admirals-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-kingstown-RI-admirals-bank'), mapOptions);}document.getElementById('f6f28548').innerHTML += ' | View Map';var $laaac90871c235a0b01df2814e68213f0 = '

Admirals Bank

Address: Inside Walmart, 1031 Ten Rod Road, North Kingstown, RI 02852, USA
Phone: (401) 248-7750
';var m_aaac90871c235a0b01df2814e68213f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Admirals Bank',});m_aaac90871c235a0b01df2814e68213f0['infowindow'] = new google.maps.InfoWindow({content: $laaac90871c235a0b01df2814e68213f0});var infowindow = new google.maps.InfoWindow({content: $laaac90871c235a0b01df2814e68213f0});google.maps.event.addListener(m_aaac90871c235a0b01df2814e68213f0, 'click', function() {infowindow.open(map,m_aaac90871c235a0b01df2814e68213f0);});$marker.push(m_aaac90871c235a0b01df2814e68213f0);}});}google.maps.event.addDomListener(window, 'load', initialize);