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.5843,-71.4638)};var g_86bc58ed7fdd98b93d09c867c486626b = new google.maps.Geocoder();g_86bc58ed7fdd98b93d09c867c486626b.geocode( { 'address': "1031 Ten Rod Rd, North Kingstown, RI 02852"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-kingstown-RI-domestic-bank').style.display = '';map = new google.maps.Map(document.getElementById('north-kingstown-RI-domestic-bank'), mapOptions);}document.getElementById('a0065b4e').innerHTML += ' | View Map';var $l86bc58ed7fdd98b93d09c867c486626b = '

Domestic Bank

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