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.7441,-71.315)};var g_ff43e9b7b196858d0a6148df90f43318 = new google.maps.Geocoder();g_ff43e9b7b196858d0a6148df90f43318.geocode( { 'address': "280 County Rd, Barrington, RI 02806"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barrington-RI-coldwell-banker').style.display = '';map = new google.maps.Map(document.getElementById('barrington-RI-coldwell-banker'), mapOptions);}document.getElementById('f2ddbdcb').innerHTML += ' | View Map';var $lff43e9b7b196858d0a6148df90f43318 = '

Coldwell Banker

Address: 280 County Rd, Barrington, RI 02806
Phone: (401) 431-6900
';var m_ff43e9b7b196858d0a6148df90f43318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coldwell Banker',});m_ff43e9b7b196858d0a6148df90f43318['infowindow'] = new google.maps.InfoWindow({content: $lff43e9b7b196858d0a6148df90f43318});var infowindow = new google.maps.InfoWindow({content: $lff43e9b7b196858d0a6148df90f43318});google.maps.event.addListener(m_ff43e9b7b196858d0a6148df90f43318, 'click', function() {infowindow.open(map,m_ff43e9b7b196858d0a6148df90f43318);});$marker.push(m_ff43e9b7b196858d0a6148df90f43318);}});}google.maps.event.addDomListener(window, 'load', initialize);