From 61dcf79c0ca3a6691fb8946a63f9e5a2645a455e Mon Sep 17 00:00:00 2001 From: Yury Andreev Date: Sun, 19 Mar 2017 19:16:35 +0300 Subject: [PATCH] remove largeInfowindow duplicate --- Project_Code_5_BeingStylish.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project_Code_5_BeingStylish.html b/Project_Code_5_BeingStylish.html index c7d011c..0b85f33 100644 --- a/Project_Code_5_BeingStylish.html +++ b/Project_Code_5_BeingStylish.html @@ -164,8 +164,7 @@

Find Your New NYC Home

// Create a "highlighted location" marker color for when the user // mouses over the marker. var highlightedIcon = makeMarkerIcon('FFFF24'); - - var largeInfowindow = new google.maps.InfoWindow(); + // The following group uses the location array to create an array of markers on initialize. for (var i = 0; i < locations.length; i++) { // Get the position from the location array.