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.