Google Map: Marker with info window open on click of link

by prateekbansal07

HTML

<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script type="text/javascript">
        var markers = [];
    function initialize() {
        
            var mapOptions = {
                zoom: 6,
                center: new google.maps.LatLng(34.3421744126601, -111.77100582323082),
                mapTypeId: google.maps.MapTypeId.ROADMAP
            }
            var map = new google.maps.Map(document.getElementById("googlemap"), mapOptions);
    
    
            var locations = [[33.8279, -109.1283],[ 34.4458, -109.6741],[ 34.1077, -109.294],[ 34.0052, -109.4664],[ 34.0754, -109.8532],[ 33.9531, -109.2092],[ 34.501, -109.3796],[ 34.1702, -109.3315],[ 34.2575, -109.6929],[ 35.2375, -109.5229],[ 35.2375, -109.5229],[ 36.1304, -109.6037],[ 35.7445, -109.0765],[ 35.7114, -109.542],[ 35.2831, -109.207],[ 36.4181, -109.2446],[ 35.3539, -109.0537],[ 35.6447, -109.0956],[ 35.2164, -109.3337],[ 36.7797, -109.359],[ 35.6676, -109.0784],[ 36.7773, -109.861],[ 36.4083, -109.634],[ 35.8964, -109.4487],[ 35.2375, -109.5229],[ 36.7181, -109.6259],[ 36.5131, -109.4734],[ 36.3071, -109.2176],[ 31.9883, -110.2941],[ 31.4086, -109.9117],[ 32.3265, -109.487],[ 32.0979, -109.9239],[ 31.3511, -109.5447],[ 31.4151, -109.596],[ 32.0281, -110.0387],[ 31.7139, -109.6193],[ 31.5587, -110.3441],[ 31.4035, -110.2047],[ 31.6639, -110.3334],[ 31.5121, -109.8438],[ 31.3373, -109.9413],[ 31.8885, -109.6119],[ 31.3572, -109.5635],[ 31.9995, -110.2862],[ 31.8973, -110.2154],[ 32.0423, -109.1748],[ 31.5365, -110.2666],[ 31.6687, -110.2801],[ 31.7216, -110.0584],[ 32.373, -109.8631],[ 32.2529, -109.832],[ 31.4892, -110.2153],[ 31.3447, -109.5468],[ 31.8801, -109.7543],[ 31.5545, -110.3037],[ 34.4513, -110.8644],[ 35.1859, -111.662],[ 35.1981, -111.6513],[ 35.1981, -111.6513],[ 35.2257, -111.5741],[ 35.1545, -111.6789],[ 35.1981, -111.6513],[ 35.2381, -111.8335],[ 35.7504, -111.6188],[ 34.9412, -111.641],[ 35.2563, -111.95],[ 35.9922, -111.5038],[ 36.9044,...