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_ca6bb18482982a6fd1c6c6e74d7dae9e = new google.maps.Geocoder();g_ca6bb18482982a6fd1c6c6e74d7dae9e.geocode( { 'address': "2001 Main St, Longmont, CO 80501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-rawlins-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-rawlins-national-bank'), mapOptions);}document.getElementById('2cbb168b').innerHTML += ' | View Map';var $lca6bb18482982a6fd1c6c6e74d7dae9e = '

Rawlins National Bank

Address: 2001 Main St, Longmont, CO 80501
Phone: (303) 772-2296
';var m_ca6bb18482982a6fd1c6c6e74d7dae9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rawlins National Bank',});m_ca6bb18482982a6fd1c6c6e74d7dae9e['infowindow'] = new google.maps.InfoWindow({content: $lca6bb18482982a6fd1c6c6e74d7dae9e});var infowindow = new google.maps.InfoWindow({content: $lca6bb18482982a6fd1c6c6e74d7dae9e});google.maps.event.addListener(m_ca6bb18482982a6fd1c6c6e74d7dae9e, 'click', function() {infowindow.open(map,m_ca6bb18482982a6fd1c6c6e74d7dae9e);});$marker.push(m_ca6bb18482982a6fd1c6c6e74d7dae9e);}});}google.maps.event.addDomListener(window, 'load', initialize);