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.1668,-105.135)};var g_205c3608ecb984c1f5f5d2f52c934428 = new google.maps.Geocoder();g_205c3608ecb984c1f5f5d2f52c934428.geocode( { 'address': "10 Ken Pratt Blvd, Longmont, CO 80501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-adams-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-adams-bank-trust'), mapOptions);}document.getElementById('4caaad6e').innerHTML += ' | View Map';var $l205c3608ecb984c1f5f5d2f52c934428 = '

Adams Bank & Trust

Address: 10 Ken Pratt Blvd, Longmont, CO 80501
Phone: (303) 651-9053
';var m_205c3608ecb984c1f5f5d2f52c934428 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Adams Bank & Trust',});m_205c3608ecb984c1f5f5d2f52c934428['infowindow'] = new google.maps.InfoWindow({content: $l205c3608ecb984c1f5f5d2f52c934428});var infowindow = new google.maps.InfoWindow({content: $l205c3608ecb984c1f5f5d2f52c934428});google.maps.event.addListener(m_205c3608ecb984c1f5f5d2f52c934428, 'click', function() {infowindow.open(map,m_205c3608ecb984c1f5f5d2f52c934428);});$marker.push(m_205c3608ecb984c1f5f5d2f52c934428);}});}google.maps.event.addDomListener(window, 'load', initialize);