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(40.0617,-105.879)};var g_02a5bc93bf1177118a9e14865b75c648 = new google.maps.Geocoder();g_02a5bc93bf1177118a9e14865b75c648.geocode( { 'address': "1001 Thompson Rd, Granby, CO 80446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('granby-CO-grand-mountain-bank').style.display = '';map = new google.maps.Map(document.getElementById('granby-CO-grand-mountain-bank'), mapOptions);}document.getElementById('568f52d6').innerHTML += ' | View Map';var $l02a5bc93bf1177118a9e14865b75c648 = '

Grand Mountain Bank

Address: 1001 Thompson Rd, Granby, CO 80446
Phone: (970) 887-0080
';var m_02a5bc93bf1177118a9e14865b75c648 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Mountain Bank',});m_02a5bc93bf1177118a9e14865b75c648['infowindow'] = new google.maps.InfoWindow({content: $l02a5bc93bf1177118a9e14865b75c648});var infowindow = new google.maps.InfoWindow({content: $l02a5bc93bf1177118a9e14865b75c648});google.maps.event.addListener(m_02a5bc93bf1177118a9e14865b75c648, 'click', function() {infowindow.open(map,m_02a5bc93bf1177118a9e14865b75c648);});$marker.push(m_02a5bc93bf1177118a9e14865b75c648);}});}google.maps.event.addDomListener(window, 'load', initialize);