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.1908,-105.07)};var g_265e5f95d04550eb5b53ab39f4860336 = new google.maps.Geocoder();g_265e5f95d04550eb5b53ab39f4860336.geocode( { 'address': "1237 Whitehall Dr, Longmont, CO 80504, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-liquid-capital-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-liquid-capital-of-colorado'), mapOptions);}document.getElementById('4fdce0ec').innerHTML += ' | View Map';var $l265e5f95d04550eb5b53ab39f4860336 = '

Liquid Capital of Colorado

Address: 1237 Whitehall Dr, Longmont, CO 80504, USA
Phone: (303) 774-7623
';var m_265e5f95d04550eb5b53ab39f4860336 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liquid Capital of Colorado',});m_265e5f95d04550eb5b53ab39f4860336['infowindow'] = new google.maps.InfoWindow({content: $l265e5f95d04550eb5b53ab39f4860336});var infowindow = new google.maps.InfoWindow({content: $l265e5f95d04550eb5b53ab39f4860336});google.maps.event.addListener(m_265e5f95d04550eb5b53ab39f4860336, 'click', function() {infowindow.open(map,m_265e5f95d04550eb5b53ab39f4860336);});$marker.push(m_265e5f95d04550eb5b53ab39f4860336);}});}google.maps.event.addDomListener(window, 'load', initialize);