$(function(){
	var latlng = new google.maps.LatLng(41.6075, -71.26);
	var myOptions = {
		zoom: 10,
		center: latlng,
		draggingCursor: 'pointer',
		draggableCursor: 'default',
		mapTypeControl: true,
		mapTypeControlOptions:{style: google.maps.MapTypeControlStyle.DROPDOWN_MENU},
		mapTypeId: google.maps.MapTypeId.TERRAIN
	};
	map = new google.maps.Map(document.getElementById('map_canvas'),myOptions);
	google.maps.event.addListener(map, 'mouseover', function() {
		$('#map_canvas').css('height','504px')
					   .css('width','339px');
		$('#map_border').css('height','507px')
					   .css('width','342px')
					   .css('margin-left','-114px');
		google.maps.event.trigger(map, 'resize');
		map.setCenter(latlng);
	});
	var middletown_info = new google.maps.InfoWindow({
		content: '<b>Keller Williams Realty of Newport</b><br>809 Aquidneck Avenue<br>Middletown, RI 02842<br>Phone: (401) 845-9200<br>Fax: (401) 845-9202'
	});
	var bristol_info = new google.maps.InfoWindow({
		content: '<b>Keller Williams Realty East Bay</b><br>Thames Street Landing<br>259 Thames St<br>Bristol, RI 02809<br>Phone: (401) 253-1400'
	});
	google.maps.event.addListener(map, 'mouseout', function() {
		$('#map_canvas').css('height','336px')
					   .css('width','226px');
		$('#map_border').css('height','338px')
					   .css('width','228px')
					   .css('margin-left','0');
		middletown_info.close();
		bristol_info.close();
		google.maps.event.trigger(map, 'resize');
		map.setCenter(latlng);
	});
	var middletown = new google.maps.Marker({
	  position: new google.maps.LatLng(41.5094236, -71.2824787),
	  map: map,
	  icon: 'img/map-icon.png',
	  shadow: 'img/map-icon-shadow.png',
	  title: 'Keller Williams Realty of Newport'
	});
	google.maps.event.addListener(middletown, 'click', function() {
	  middletown_info.open(map,middletown);
	});
	var bristol = new google.maps.Marker({
	  position: new google.maps.LatLng(41.6703756, -71.2779817),
	  map: map,
	  icon: 'img/map-icon.png',
	  shadow: 'img/map-icon-shadow.png',
	  title: 'Keller Williams Realty East Bay'
	});
	google.maps.event.addListener(bristol, 'click', function() {
	  bristol_info.open(map,bristol);
	});
    
	var Portsmouth_coords = [new google.maps.LatLng(41.513783,-71.233077),new google.maps.LatLng(41.516354,-71.233206),new google.maps.LatLng(41.517543,-71.232219),new google.maps.LatLng(41.519021,-71.232176),new google.maps.LatLng(41.519567,-71.230974),new google.maps.LatLng(41.521495,-71.230030),new google.maps.LatLng(41.525030,-71.228786),new google.maps.LatLng(41.528467,-71.227841),new google.maps.LatLng(41.530780,-71.228528),new google.maps.LatLng(41.530459,-71.229730),new google.maps.LatLng(41.530074,-71.230373),new google.maps.LatLng(41.531455,-71.232648),new google.maps.LatLng(41.533158,-71.235180),new google.maps.LatLng(41.536145,-71.236725),new google.maps.LatLng(41.538683,-71.236038),new google.maps.LatLng(41.542249,-71.235223),new google.maps.LatLng(41.543180,-71.236038),new google.maps.LatLng(41.546296,-71.235867),new google.maps.LatLng(41.548897,-71.234794),new google.maps.LatLng(41.552783,-71.233721),new google.maps.LatLng(41.553650,-71.234879),new google.maps.LatLng(41.554485,-71.236811),new google.maps.LatLng(41.556733,-71.237755),new google.maps.LatLng(41.558724,-71.237411),new google.maps.LatLng(41.560330,-71.238098),new google.maps.LatLng(41.562835,-71.237326),new google.maps.LatLng(41.564472,-71.236596),new google.maps.LatLng(41.568036,-71.235781),new google.maps.LatLng(41.572563,-71.235867),new google.maps.LatLng(41.575100,-71.235738),new google.maps.LatLng(41.576223,-71.233892),new google.maps.LatLng(41.576898,-71.235137),new google.maps.LatLng(41.577668,-71.237583),new google.maps.LatLng(41.581905,-71.239815),new google.maps.LatLng(41.583992,-71.241789),new google.maps.LatLng(41.585404,-71.242905),new google.maps.LatLng(41.587780,-71.243119),new google.maps.LatLng(41.590572,-71.242819),new google.maps.LatLng(41.592049,-71.243291),new google.maps.LatLng(41.595515,-71.242948),new google.maps.LatLng(41.601259,-71.242003),new google.maps.LatLng(41.606330,-71.240845),new google.maps.LatLng(41.610277,-71.240587),new google.maps.LatLng(41.613228,-71.240458),new google.maps.LatLng(41.616469,-71.240201),new google.maps.LatLng(41.619581,-71.240330),new google.maps.LatLng(41.621249,-71.235652),new google.maps.LatLng(41.623912,-71.219859),new google.maps.LatLng(41.625644,-71.217971),new google.maps.LatLng(41.628082,-71.217799),new google.maps.LatLng(41.634337,-71.218314),new google.maps.LatLng(41.636999,-71.218400),new google.maps.LatLng(41.637673,-71.216683),new google.maps.LatLng(41.638667,-71.214023),new google.maps.LatLng(41.639084,-71.214151),new google.maps.LatLng(41.639180,-71.216083),new google.maps.LatLng(41.639854,-71.216855),new google.maps.LatLng(41.640816,-71.216984),new google.maps.LatLng(41.643414,-71.217327),new google.maps.LatLng(41.644632,-71.218228),new google.maps.LatLng(41.645627,-71.217713),new google.maps.LatLng(41.645979,-71.217070),new google.maps.LatLng(41.647102,-71.217585),new google.maps.LatLng(41.647615,-71.219730),new google.maps.LatLng(41.647903,-71.219687),new google.maps.LatLng(41.648641,-71.220889),new google.maps.LatLng(41.649571,-71.221318),new google.maps.LatLng(41.651719,-71.219859),new google.maps.LatLng(41.653804,-71.219130),new google.maps.LatLng(41.656016,-71.220117),new google.maps.LatLng(41.655311,-71.221790),new google.maps.LatLng(41.651238,-71.223507),new google.maps.LatLng(41.650918,-71.224837),new google.maps.LatLng(41.647807,-71.224923),new google.maps.LatLng(41.646364,-71.226082),new google.maps.LatLng(41.645049,-71.228571),new google.maps.LatLng(41.643542,-71.232219),new google.maps.LatLng(41.642484,-71.232948),new google.maps.LatLng(41.640944,-71.232820),new google.maps.LatLng(41.638667,-71.235867),new google.maps.LatLng(41.638379,-71.241446),new google.maps.LatLng(41.639309,-71.245909),new google.maps.LatLng(41.639437,-71.248226),new google.maps.LatLng(41.639245,-71.250072),new google.maps.LatLng(41.637897,-71.253419),new google.maps.LatLng(41.637448,-71.253934),new google.maps.LatLng(41.633696,-71.258740),new google.maps.LatLng(41.632862,-71.259642),new google.maps.LatLng(41.628339,-71.261230),new google.maps.LatLng(41.625580,-71.264448),new google.maps.LatLng(41.625195,-71.266122),new google.maps.LatLng(41.624233,-71.270800),new google.maps.LatLng(41.623816,-71.272001),new google.maps.LatLng(41.619838,-71.274920),new google.maps.LatLng(41.619100,-71.275048),new google.maps.LatLng(41.616694,-71.274447),new google.maps.LatLng(41.611688,-71.272645),new google.maps.LatLng(41.607485,-71.273632),new google.maps.LatLng(41.602704,-71.275821),new google.maps.LatLng(41.599559,-71.278267),new google.maps.LatLng(41.594745,-71.280241),new google.maps.LatLng(41.593653,-71.280413),new google.maps.LatLng(41.592562,-71.284876),new google.maps.LatLng(41.592915,-71.285477),new google.maps.LatLng(41.592402,-71.286507),new google.maps.LatLng(41.590829,-71.286807),new google.maps.LatLng(41.588614,-71.287494),new google.maps.LatLng(41.583799,-71.287065),new google.maps.LatLng(41.580589,-71.284919),new google.maps.LatLng(41.576994,-71.284833),new google.maps.LatLng(41.574875,-71.287150),new google.maps.LatLng(41.571632,-71.291785),new google.maps.LatLng(41.571247,-71.294103),new google.maps.LatLng(41.565114,-71.298094),new google.maps.LatLng(41.561518,-71.301527)];Portsmouth = new google.maps.Polygon({
						paths: Portsmouth_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Portsmouth.setMap(map);google.maps.event.addListener(Portsmouth, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Portsmouth&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Portsmouth, 'mousemove', function(evt){ showAreaName(evt, 'Portsmouth'); });google.maps.event.addListener(Portsmouth, 'mouseout', function(evt){ hideAreaName(); });var Middletown_coords = [new google.maps.LatLng(41.513783,-71.233077),new google.maps.LatLng(41.512144,-71.234794),new google.maps.LatLng(41.510088,-71.236167),new google.maps.LatLng(41.507067,-71.238656),new google.maps.LatLng(41.504174,-71.239944),new google.maps.LatLng(41.500060,-71.241832),new google.maps.LatLng(41.494146,-71.246295),new google.maps.LatLng(41.489581,-71.247239),new google.maps.LatLng(41.486688,-71.246123),new google.maps.LatLng(41.485402,-71.243463),new google.maps.LatLng(41.485466,-71.241231),new google.maps.LatLng(41.486495,-71.238141),new google.maps.LatLng(41.486045,-71.237369),new google.maps.LatLng(41.479744,-71.237798),new google.maps.LatLng(41.475114,-71.240802),new google.maps.LatLng(41.473377,-71.244922),new google.maps.LatLng(41.471705,-71.248012),new google.maps.LatLng(41.472734,-71.247926),new google.maps.LatLng(41.481287,-71.245952),new google.maps.LatLng(41.483795,-71.249042),new google.maps.LatLng(41.486045,-71.252904),new google.maps.LatLng(41.488103,-71.259685),new google.maps.LatLng(41.488938,-71.266294),new google.maps.LatLng(41.488360,-71.267323),new google.maps.LatLng(41.486109,-71.267753),new google.maps.LatLng(41.483537,-71.269212),new google.maps.LatLng(41.481608,-71.270328),new google.maps.LatLng(41.482251,-71.271529),new google.maps.LatLng(41.480001,-71.274018),new google.maps.LatLng(41.479293,-71.275220),new google.maps.LatLng(41.480065,-71.277022),new google.maps.LatLng(41.483216,-71.278911),new google.maps.LatLng(41.485016,-71.280112),new google.maps.LatLng(41.488231,-71.282601),new google.maps.LatLng(41.488938,-71.286035),new google.maps.LatLng(41.493053,-71.291699),new google.maps.LatLng(41.520081,-71.315904),new google.maps.LatLng(41.519824,-71.315131),new google.maps.LatLng(41.523038,-71.312127),new google.maps.LatLng(41.530620,-71.313672),new google.maps.LatLng(41.534475,-71.313157),new google.maps.LatLng(41.536852,-71.311698),new google.maps.LatLng(41.539615,-71.308351),new google.maps.LatLng(41.541992,-71.307492),new google.maps.LatLng(41.543598,-71.309037),new google.maps.LatLng(41.543790,-71.310239),new google.maps.LatLng(41.544433,-71.311097),new google.maps.LatLng(41.546231,-71.311269),new google.maps.LatLng(41.551178,-71.308265),new google.maps.LatLng(41.555802,-71.305346),new google.maps.LatLng(41.561518,-71.301527),new google.maps.LatLng(41.513944,-71.233335)];Middletown = new google.maps.Polygon({
						paths: Middletown_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Middletown.setMap(map);google.maps.event.addListener(Middletown, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Middletown&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Middletown, 'mousemove', function(evt){ showAreaName(evt, 'Middletown'); });google.maps.event.addListener(Middletown, 'mouseout', function(evt){ hideAreaName(); });var Newport_coords = [new google.maps.LatLng(41.520081,-71.315904),new google.maps.LatLng(41.493053,-71.291699),new google.maps.LatLng(41.488938,-71.286035),new google.maps.LatLng(41.486977,-71.292987),new google.maps.LatLng(41.485177,-71.297278),new google.maps.LatLng(41.483570,-71.296849),new google.maps.LatLng(41.478490,-71.296849),new google.maps.LatLng(41.475853,-71.297021),new google.maps.LatLng(41.470580,-71.297107),new google.maps.LatLng(41.468779,-71.296420),new google.maps.LatLng(41.467428,-71.298137),new google.maps.LatLng(41.466978,-71.299167),new google.maps.LatLng(41.467107,-71.301055),new google.maps.LatLng(41.465242,-71.302943),new google.maps.LatLng(41.462540,-71.303802),new google.maps.LatLng(41.460418,-71.303115),new google.maps.LatLng(41.460225,-71.302257),new google.maps.LatLng(41.458295,-71.304059),new google.maps.LatLng(41.454435,-71.304231),new google.maps.LatLng(41.453149,-71.305861),new google.maps.LatLng(41.451476,-71.308179),new google.maps.LatLng(41.451154,-71.310325),new google.maps.LatLng(41.451412,-71.312728),new google.maps.LatLng(41.455529,-71.311355),new google.maps.LatLng(41.456301,-71.312814),new google.maps.LatLng(41.456301,-71.314788),new google.maps.LatLng(41.455143,-71.315732),new google.maps.LatLng(41.454242,-71.317706),new google.maps.LatLng(41.459067,-71.321912),new google.maps.LatLng(41.458874,-71.325431),new google.maps.LatLng(41.452634,-71.331525),new google.maps.LatLng(41.449289,-71.335216),new google.maps.LatLng(41.449096,-71.338305),new google.maps.LatLng(41.453213,-71.342425),new google.maps.LatLng(41.452570,-71.346631),new google.maps.LatLng(41.450961,-71.350923),new google.maps.LatLng(41.449868,-71.351266),new google.maps.LatLng(41.448903,-71.355472),new google.maps.LatLng(41.451219,-71.357274),new google.maps.LatLng(41.453277,-71.357360),new google.maps.LatLng(41.455722,-71.358047),new google.maps.LatLng(41.456751,-71.359591),new google.maps.LatLng(41.459453,-71.358819),new google.maps.LatLng(41.460289,-71.360793),new google.maps.LatLng(41.459581,-71.361995),new google.maps.LatLng(41.460610,-71.363025),new google.maps.LatLng(41.464920,-71.361651),new google.maps.LatLng(41.466464,-71.356587),new google.maps.LatLng(41.469422,-71.353154),new google.maps.LatLng(41.470837,-71.348004),new google.maps.LatLng(41.476110,-71.341739),new google.maps.LatLng(41.481833,-71.337276),new google.maps.LatLng(41.479326,-71.334958),new google.maps.LatLng(41.475853,-71.335130),new google.maps.LatLng(41.474117,-71.336761),new google.maps.LatLng(41.469486,-71.336761),new google.maps.LatLng(41.471866,-71.333928),new google.maps.LatLng(41.474374,-71.327319),new google.maps.LatLng(41.476882,-71.321740),new google.maps.LatLng(41.477461,-71.316333),new google.maps.LatLng(41.489035,-71.317320),new google.maps.LatLng(41.489099,-71.321611),new google.maps.LatLng(41.499192,-71.321955),new google.maps.LatLng(41.504528,-71.328392),new google.maps.LatLng(41.507870,-71.330366),new google.maps.LatLng(41.512177,-71.329851),new google.maps.LatLng(41.521688,-71.327019),new google.maps.LatLng(41.523295,-71.323586),new google.maps.LatLng(41.519889,-71.320839),new google.maps.LatLng(41.520017,-71.317449),new google.maps.LatLng(41.520146,-71.316247)];Newport = new google.maps.Polygon({
						paths: Newport_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Newport.setMap(map);google.maps.event.addListener(Newport, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Newport&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Newport, 'mousemove', function(evt){ showAreaName(evt, 'Newport'); });google.maps.event.addListener(Newport, 'mouseout', function(evt){ hideAreaName(); });var Jamestown_coords = [new google.maps.LatLng(41.559768,-71.381629),new google.maps.LatLng(41.562883,-71.381414),new google.maps.LatLng(41.567699,-71.378925),new google.maps.LatLng(41.571648,-71.375406),new google.maps.LatLng(41.573029,-71.373646),new google.maps.LatLng(41.573767,-71.372144),new google.maps.LatLng(41.572547,-71.366565),new google.maps.LatLng(41.571167,-71.364677),new google.maps.LatLng(41.569690,-71.363389),new google.maps.LatLng(41.560057,-71.360986),new google.maps.LatLng(41.555304,-71.360128),new google.maps.LatLng(41.550471,-71.359978),new google.maps.LatLng(41.547661,-71.360385),new google.maps.LatLng(41.544995,-71.361845),new google.maps.LatLng(41.541622,-71.364892),new google.maps.LatLng(41.538988,-71.365020),new google.maps.LatLng(41.535583,-71.363990),new google.maps.LatLng(41.531503,-71.362274),new google.maps.LatLng(41.525785,-71.361501),new google.maps.LatLng(41.519905,-71.362875),new google.maps.LatLng(41.515004,-71.366158),new google.maps.LatLng(41.512610,-71.365964),new google.maps.LatLng(41.510618,-71.364291),new google.maps.LatLng(41.509879,-71.363089),new google.maps.LatLng(41.509975,-71.361973),new google.maps.LatLng(41.510650,-71.359870),new google.maps.LatLng(41.510168,-71.359141),new google.maps.LatLng(41.509349,-71.358604),new google.maps.LatLng(41.507983,-71.357982),new google.maps.LatLng(41.506344,-71.358368),new google.maps.LatLng(41.503692,-71.359634),new google.maps.LatLng(41.500816,-71.364205),new google.maps.LatLng(41.498726,-71.366308),new google.maps.LatLng(41.496235,-71.366844),new google.maps.LatLng(41.492748,-71.365235),new google.maps.LatLng(41.487572,-71.362402),new google.maps.LatLng(41.486350,-71.360042),new google.maps.LatLng(41.482525,-71.359613),new google.maps.LatLng(41.481303,-71.357553),new google.maps.LatLng(41.481399,-71.356180),new google.maps.LatLng(41.480547,-71.355171),new google.maps.LatLng(41.479920,-71.354892),new google.maps.LatLng(41.479213,-71.355450),new google.maps.LatLng(41.478345,-71.356995),new google.maps.LatLng(41.476995,-71.358712),new google.maps.LatLng(41.477220,-71.361458),new google.maps.LatLng(41.476577,-71.364892),new google.maps.LatLng(41.477605,-71.367595),new google.maps.LatLng(41.477831,-71.370771),new google.maps.LatLng(41.476866,-71.372402),new google.maps.LatLng(41.475162,-71.372616),new google.maps.LatLng(41.474326,-71.374204),new google.maps.LatLng(41.474117,-71.376114),new google.maps.LatLng(41.470435,-71.381543),new google.maps.LatLng(41.467702,-71.381929),new google.maps.LatLng(41.464598,-71.383667),new google.maps.LatLng(41.454837,-71.390383),new google.maps.LatLng(41.453535,-71.392250),new google.maps.LatLng(41.453519,-71.393301),new google.maps.LatLng(41.452264,-71.394761),new google.maps.LatLng(41.451428,-71.396391),new google.maps.LatLng(41.449144,-71.398451),new google.maps.LatLng(41.448629,-71.399910),new google.maps.LatLng(41.454483,-71.400812),new google.maps.LatLng(41.460401,-71.400597),new google.maps.LatLng(41.463425,-71.399267),new google.maps.LatLng(41.464454,-71.396649),new google.maps.LatLng(41.465869,-71.395233),new google.maps.LatLng(41.467541,-71.394632),new google.maps.LatLng(41.471271,-71.396563),new google.maps.LatLng(41.475146,-71.397743),new google.maps.LatLng(41.477831,-71.396949),new google.maps.LatLng(41.480145,-71.397035),new google.maps.LatLng(41.482910,-71.397250),new google.maps.LatLng(41.486640,-71.398666),new google.maps.LatLng(41.488954,-71.400468),new google.maps.LatLng(41.490562,-71.400812),new google.maps.LatLng(41.492716,-71.399739),new google.maps.LatLng(41.494323,-71.396649),new google.maps.LatLng(41.492426,-71.394761),new google.maps.LatLng(41.492362,-71.390984),new google.maps.LatLng(41.493005,-71.389139),new google.maps.LatLng(41.492265,-71.386821),new google.maps.LatLng(41.492892,-71.384354),new google.maps.LatLng(41.494869,-71.384504),new google.maps.LatLng(41.495834,-71.385877),new google.maps.LatLng(41.498051,-71.384547),new google.maps.LatLng(41.500109,-71.384075),new google.maps.LatLng(41.502648,-71.382186),new google.maps.LatLng(41.503548,-71.381285),new google.maps.LatLng(41.504576,-71.379268),new google.maps.LatLng(41.506263,-71.378174),new google.maps.LatLng(41.506569,-71.379740),new google.maps.LatLng(41.507758,-71.381285),new google.maps.LatLng(41.511068,-71.385276),new google.maps.LatLng(41.514571,-71.391027),new google.maps.LatLng(41.517720,-71.392357),new google.maps.LatLng(41.522829,-71.392572),new google.maps.LatLng(41.526845,-71.391456),new google.maps.LatLng(41.534796,-71.388817),new google.maps.LatLng(41.537960,-71.386564),new google.maps.LatLng(41.539470,-71.385620),new google.maps.LatLng(41.540530,-71.386092),new google.maps.LatLng(41.542554,-71.386607),new google.maps.LatLng(41.544481,-71.386263),new google.maps.LatLng(41.545734,-71.386693),new google.maps.LatLng(41.548367,-71.385963),new google.maps.LatLng(41.551001,-71.385834),new google.maps.LatLng(41.553281,-71.386006),new google.maps.LatLng(41.555336,-71.385276),new google.maps.LatLng(41.557745,-71.384933),new google.maps.LatLng(41.558484,-71.384418),new google.maps.LatLng(41.558773,-71.382873)];Jamestown = new google.maps.Polygon({
						paths: Jamestown_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Jamestown.setMap(map);google.maps.event.addListener(Jamestown, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Jamestown&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Jamestown, 'mousemove', function(evt){ showAreaName(evt, 'Jamestown'); });google.maps.event.addListener(Jamestown, 'mouseout', function(evt){ hideAreaName(); });var Bristol_coords = [new google.maps.LatLng(41.708772,-71.291442),new google.maps.LatLng(41.687047,-71.293716),new google.maps.LatLng(41.683265,-71.297150),new google.maps.LatLng(41.681470,-71.299982),new google.maps.LatLng(41.682047,-71.301441),new google.maps.LatLng(41.681855,-71.303158),new google.maps.LatLng(41.677047,-71.304445),new google.maps.LatLng(41.672559,-71.306763),new google.maps.LatLng(41.667526,-71.305904),new google.maps.LatLng(41.664929,-71.305132),new google.maps.LatLng(41.662204,-71.305003),new google.maps.LatLng(41.660569,-71.305432),new google.maps.LatLng(41.658581,-71.305175),new google.maps.LatLng(41.656561,-71.304789),new google.maps.LatLng(41.654958,-71.304016),new google.maps.LatLng(41.651495,-71.301956),new google.maps.LatLng(41.650309,-71.301613),new google.maps.LatLng(41.649571,-71.300626),new google.maps.LatLng(41.649443,-71.299210),new google.maps.LatLng(41.650886,-71.298308),new google.maps.LatLng(41.653611,-71.298180),new google.maps.LatLng(41.658036,-71.298523),new google.maps.LatLng(41.658998,-71.297493),new google.maps.LatLng(41.659992,-71.297407),new google.maps.LatLng(41.661146,-71.297021),new google.maps.LatLng(41.661691,-71.296206),new google.maps.LatLng(41.662333,-71.295004),new google.maps.LatLng(41.660922,-71.294532),new google.maps.LatLng(41.660794,-71.293330),new google.maps.LatLng(41.661499,-71.292300),new google.maps.LatLng(41.664096,-71.290455),new google.maps.LatLng(41.667270,-71.289425),new google.maps.LatLng(41.671053,-71.288266),new google.maps.LatLng(41.674739,-71.288524),new google.maps.LatLng(41.678553,-71.289339),new google.maps.LatLng(41.679483,-71.289597),new google.maps.LatLng(41.680252,-71.289382),new google.maps.LatLng(41.680444,-71.288824),new google.maps.LatLng(41.680284,-71.287708),new google.maps.LatLng(41.681887,-71.287022),new google.maps.LatLng(41.682368,-71.285863),new google.maps.LatLng(41.681791,-71.284318),new google.maps.LatLng(41.681021,-71.283374),new google.maps.LatLng(41.680220,-71.282644),new google.maps.LatLng(41.679675,-71.282558),new google.maps.LatLng(41.679130,-71.281829),new google.maps.LatLng(41.679226,-71.281357),new google.maps.LatLng(41.679611,-71.281142),new google.maps.LatLng(41.679387,-71.280241),new google.maps.LatLng(41.677367,-71.279383),new google.maps.LatLng(41.675412,-71.279426),new google.maps.LatLng(41.673777,-71.280198),new google.maps.LatLng(41.672687,-71.280499),new google.maps.LatLng(41.671758,-71.280026),new google.maps.LatLng(41.670091,-71.279297),new google.maps.LatLng(41.666212,-71.277881),new google.maps.LatLng(41.663711,-71.274190),new google.maps.LatLng(41.661595,-71.272302),new google.maps.LatLng(41.660697,-71.269813),new google.maps.LatLng(41.658581,-71.267838),new google.maps.LatLng(41.656209,-71.268182),new google.maps.LatLng(41.655118,-71.269641),new google.maps.LatLng(41.652746,-71.270156),new google.maps.LatLng(41.649731,-71.269555),new google.maps.LatLng(41.644985,-71.266723),new google.maps.LatLng(41.642740,-71.261916),new google.maps.LatLng(41.642933,-71.259899),new google.maps.LatLng(41.646460,-71.258097),new google.maps.LatLng(41.652040,-71.255522),new google.maps.LatLng(41.660505,-71.253633),new google.maps.LatLng(41.662685,-71.252346),new google.maps.LatLng(41.665955,-71.249857),new google.maps.LatLng(41.667879,-71.246252),new google.maps.LatLng(41.668841,-71.244364),new google.maps.LatLng(41.667430,-71.243076),new google.maps.LatLng(41.665571,-71.239729),new google.maps.LatLng(41.667238,-71.237411),new google.maps.LatLng(41.670059,-71.236982),new google.maps.LatLng(41.671982,-71.235695),new google.maps.LatLng(41.675060,-71.235480),new google.maps.LatLng(41.678329,-71.235352),new google.maps.LatLng(41.684547,-71.239643),new google.maps.LatLng(41.689162,-71.242905),new google.maps.LatLng(41.692239,-71.244020),new google.maps.LatLng(41.693969,-71.245394),new google.maps.LatLng(41.699352,-71.246424),new google.maps.LatLng(41.703582,-71.249599),new google.maps.LatLng(41.707747,-71.252689)];Bristol = new google.maps.Polygon({
						paths: Bristol_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Bristol.setMap(map);google.maps.event.addListener(Bristol, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Bristol&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Bristol, 'mousemove', function(evt){ showAreaName(evt, 'Bristol'); });google.maps.event.addListener(Bristol, 'mouseout', function(evt){ hideAreaName(); });var Warren_coords = [new google.maps.LatLng(41.708772,-71.291442),new google.maps.LatLng(41.712905,-71.290627),new google.maps.LatLng(41.715340,-71.285992),new google.maps.LatLng(41.723284,-71.285477),new google.maps.LatLng(41.739041,-71.287880),new google.maps.LatLng(41.736223,-71.282730),new google.maps.LatLng(41.732636,-71.277580),new google.maps.LatLng(41.732316,-71.275949),new google.maps.LatLng(41.733853,-71.274147),new google.maps.LatLng(41.734750,-71.278009),new google.maps.LatLng(41.737696,-71.279383),new google.maps.LatLng(41.739745,-71.278782),new google.maps.LatLng(41.741410,-71.280584),new google.maps.LatLng(41.743844,-71.278696),new google.maps.LatLng(41.745253,-71.281271),new google.maps.LatLng(41.749864,-71.281700),new google.maps.LatLng(41.761005,-71.283417),new google.maps.LatLng(41.751913,-71.261272),new google.maps.LatLng(41.712200,-71.226125),new google.maps.LatLng(41.710630,-71.225524),new google.maps.LatLng(41.708964,-71.225438),new google.maps.LatLng(41.708099,-71.225781),new google.maps.LatLng(41.707266,-71.227283),new google.maps.LatLng(41.705472,-71.228056),new google.maps.LatLng(41.703261,-71.232176),new google.maps.LatLng(41.702012,-71.232691),new google.maps.LatLng(41.700314,-71.236081),new google.maps.LatLng(41.698808,-71.239386),new google.maps.LatLng(41.698167,-71.242518),new google.maps.LatLng(41.699032,-71.243591),new google.maps.LatLng(41.700954,-71.242175),new google.maps.LatLng(41.703358,-71.244535),new google.maps.LatLng(41.707747,-71.252689)];Warren = new google.maps.Polygon({
						paths: Warren_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Warren.setMap(map);google.maps.event.addListener(Warren, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Warren&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Warren, 'mousemove', function(evt){ showAreaName(evt, 'Warren'); });google.maps.event.addListener(Warren, 'mouseout', function(evt){ hideAreaName(); });var Barrington_coords = [new google.maps.LatLng(41.776561,-71.319122),new google.maps.LatLng(41.754602,-71.353455),new google.maps.LatLng(41.753481,-71.352682),new google.maps.LatLng(41.751977,-71.351266),new google.maps.LatLng(41.750024,-71.351523),new google.maps.LatLng(41.748487,-71.351953),new google.maps.LatLng(41.747911,-71.352983),new google.maps.LatLng(41.745445,-71.353884),new google.maps.LatLng(41.744933,-71.352210),new google.maps.LatLng(41.743556,-71.351266),new google.maps.LatLng(41.742723,-71.348948),new google.maps.LatLng(41.740706,-71.347961),new google.maps.LatLng(41.738945,-71.347146),new google.maps.LatLng(41.737920,-71.345987),new google.maps.LatLng(41.736767,-71.344657),new google.maps.LatLng(41.735166,-71.342168),new google.maps.LatLng(41.729850,-71.341438),new google.maps.LatLng(41.724885,-71.339293),new google.maps.LatLng(41.724725,-71.323028),new google.maps.LatLng(41.724341,-71.317792),new google.maps.LatLng(41.723444,-71.313329),new google.maps.LatLng(41.722163,-71.309552),new google.maps.LatLng(41.720369,-71.306977),new google.maps.LatLng(41.719088,-71.305776),new google.maps.LatLng(41.717037,-71.306376),new google.maps.LatLng(41.714090,-71.307921),new google.maps.LatLng(41.711720,-71.307836),new google.maps.LatLng(41.709285,-71.306806),new google.maps.LatLng(41.705985,-71.302385),new google.maps.LatLng(41.708516,-71.299853),new google.maps.LatLng(41.711207,-71.298480),new google.maps.LatLng(41.714859,-71.300111),new google.maps.LatLng(41.717998,-71.298995),new google.maps.LatLng(41.717806,-71.296420),new google.maps.LatLng(41.715724,-71.293459),new google.maps.LatLng(41.716973,-71.292300),new google.maps.LatLng(41.721458,-71.292558),new google.maps.LatLng(41.722163,-71.290927),new google.maps.LatLng(41.727383,-71.288481),new google.maps.LatLng(41.737183,-71.290283),new google.maps.LatLng(41.739457,-71.291099),new google.maps.LatLng(41.741763,-71.289124),new google.maps.LatLng(41.745285,-71.289554),new google.maps.LatLng(41.748039,-71.289725),new google.maps.LatLng(41.750184,-71.288652),new google.maps.LatLng(41.752873,-71.288695),new google.maps.LatLng(41.755498,-71.287580),new google.maps.LatLng(41.758700,-71.285563),new google.maps.LatLng(41.762221,-71.285906)];Barrington = new google.maps.Polygon({
						paths: Barrington_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Barrington.setMap(map);google.maps.event.addListener(Barrington, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Barrington&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Barrington, 'mousemove', function(evt){ showAreaName(evt, 'Barrington'); });google.maps.event.addListener(Barrington, 'mouseout', function(evt){ hideAreaName(); });var LittleCompton_coords = [new google.maps.LatLng(41.561341,-71.127548),new google.maps.LatLng(41.520032,-71.122398),new google.maps.LatLng(41.497150,-71.120853),new google.maps.LatLng(41.495222,-71.131496),new google.maps.LatLng(41.492265,-71.138363),new google.maps.LatLng(41.487507,-71.140594),new google.maps.LatLng(41.483392,-71.139050),new google.maps.LatLng(41.477862,-71.145401),new google.maps.LatLng(41.476190,-71.157761),new google.maps.LatLng(41.474518,-71.161537),new google.maps.LatLng(41.471688,-71.162910),new google.maps.LatLng(41.471431,-71.167202),new google.maps.LatLng(41.467701,-71.170292),new google.maps.LatLng(41.460626,-71.168232),new google.maps.LatLng(41.459596,-71.180592),new google.maps.LatLng(41.458439,-71.188316),new google.maps.LatLng(41.458053,-71.192093),new google.maps.LatLng(41.453807,-71.195526),new google.maps.LatLng(41.464613,-71.196728),new google.maps.LatLng(41.466672,-71.193295),new google.maps.LatLng(41.474132,-71.192265),new google.maps.LatLng(41.478119,-71.189518),new google.maps.LatLng(41.482106,-71.190720),new google.maps.LatLng(41.486864,-71.193466),new google.maps.LatLng(41.490850,-71.197758),new google.maps.LatLng(41.496893,-71.200504),new google.maps.LatLng(41.499336,-71.205997),new google.maps.LatLng(41.505636,-71.205311),new google.maps.LatLng(41.511549,-71.202393),new google.maps.LatLng(41.515405,-71.201363),new google.maps.LatLng(41.519647,-71.205482),new google.maps.LatLng(41.523374,-71.205311),new google.maps.LatLng(41.527229,-71.208229),new google.maps.LatLng(41.536096,-71.206341),new google.maps.LatLng(41.539951,-71.204967),new google.maps.LatLng(41.542392,-71.207199),new google.maps.LatLng(41.544448,-71.209259),new google.maps.LatLng(41.545733,-71.213379),new google.maps.LatLng(41.547274,-71.216125),new google.maps.LatLng(41.551257,-71.215782)];LittleCompton = new google.maps.Polygon({
						paths: LittleCompton_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });LittleCompton.setMap(map);google.maps.event.addListener(LittleCompton, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Little+Compton&available=&rid=&action=search&p=1'; });google.maps.event.addListener(LittleCompton, 'mousemove', function(evt){ showAreaName(evt, 'Little Compton'); });google.maps.event.addListener(LittleCompton, 'mouseout', function(evt){ hideAreaName(); });var Tiverton_coords = [new google.maps.LatLng(41.561341,-71.127548),new google.maps.LatLng(41.593251,-71.131496),new google.maps.LatLng(41.601339,-71.136818),new google.maps.LatLng(41.604805,-71.140079),new google.maps.LatLng(41.611350,-71.141796),new google.maps.LatLng(41.623414,-71.140594),new google.maps.LatLng(41.628162,-71.135273),new google.maps.LatLng(41.660232,-71.132526),new google.maps.LatLng(41.668182,-71.175785),new google.maps.LatLng(41.671516,-71.175785),new google.maps.LatLng(41.675107,-71.195698),new google.maps.LatLng(41.668439,-71.198273),new google.maps.LatLng(41.652151,-71.208401),new google.maps.LatLng(41.635347,-71.212349),new google.maps.LatLng(41.632139,-71.211319),new google.maps.LatLng(41.628033,-71.212521),new google.maps.LatLng(41.625339,-71.215782),new google.maps.LatLng(41.618409,-71.212006),new google.maps.LatLng(41.605831,-71.211147),new google.maps.LatLng(41.595562,-71.204453),new google.maps.LatLng(41.594663,-71.209602),new google.maps.LatLng(41.589400,-71.211319),new google.maps.LatLng(41.586190,-71.214581),new google.maps.LatLng(41.583237,-71.213722),new google.maps.LatLng(41.580412,-71.209602),new google.maps.LatLng(41.575532,-71.208229),new google.maps.LatLng(41.570010,-71.209087),new google.maps.LatLng(41.557937,-71.211662),new google.maps.LatLng(41.562818,-71.218700),new google.maps.LatLng(41.559093,-71.220589),new google.maps.LatLng(41.558707,-71.216984),new google.maps.LatLng(41.557038,-71.214237),new google.maps.LatLng(41.554982,-71.213894),new google.maps.LatLng(41.551257,-71.215782)];Tiverton = new google.maps.Polygon({
						paths: Tiverton_coords,
						strokeColor: "#B31F24",
						strokeOpacity: 0.8,
						strokeWeight: 1,
						fillColor: "#B31F24",
						fillOpacity: 0.35
					  });Tiverton.setMap(map);google.maps.event.addListener(Tiverton, 'click', function(evt){ window.location.href='http://www.newportcountyrentals.com/search.php?city[]=Tiverton&available=&rid=&action=search&p=1'; });google.maps.event.addListener(Tiverton, 'mousemove', function(evt){ showAreaName(evt, 'Tiverton'); });google.maps.event.addListener(Tiverton, 'mouseout', function(evt){ hideAreaName(); });	$("#areaName").hide();
    $("#map_canvas").mousemove(function(e){
        $("#areaName").css({
            top: (e.pageY + 15) + "px",
            left: (e.pageX + 10) + "px"
        });
    });
    
    if($('#contact-map').size()>0){
        contact_map = new google.maps.Map(document.getElementById('contact-map'),myOptions);
        var middletown = new google.maps.Marker({
          position: new google.maps.LatLng(41.5094236, -71.2824787),
          map: contact_map,
          icon: 'img/map-icon.png',
          shadow: 'img/map-icon-shadow.png',
          title: 'Keller Williams Realty of Newport'
        });	
        google.maps.event.addListener(middletown, 'click', function() {
          middletown_info.open(contact_map,middletown);
        });
        var bristol = new google.maps.Marker({
          position: new google.maps.LatLng(41.6703756, -71.2779817),
          map: contact_map,
          icon: 'img/map-icon.png',
          shadow: 'img/map-icon-shadow.png',
          title: 'Keller Williams Realty East Bay'
        });	
        google.maps.event.addListener(bristol, 'click', function() {
          bristol_info.open(contact_map,bristol);
        });
    }
});
function showAreaName(e, name){
	$("#areaName").html(name).show();
}
function hideAreaName(){
	$("#areaName").hide().html('');
}
