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(38.7034,-107.61)};var g_813d77694c2344f29c15ed1d4153ed2d = new google.maps.Geocoder();g_813d77694c2344f29c15ed1d4153ed2d.geocode( { 'address': "392 CO-92, Crawford, CO 81415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crawford-CO-first-state-bank-of-colorado').style.display = '';map = new google.maps.Map(document.getElementById('crawford-CO-first-state-bank-of-colorado'), mapOptions);}document.getElementById('748942e1').innerHTML += ' | View Map';var $l813d77694c2344f29c15ed1d4153ed2d = '

First State Bank of Colorado

Address: 392 CO-92, Crawford, CO 81415, USA
Phone: (970) 921-4122
';var m_813d77694c2344f29c15ed1d4153ed2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of Colorado',});m_813d77694c2344f29c15ed1d4153ed2d['infowindow'] = new google.maps.InfoWindow({content: $l813d77694c2344f29c15ed1d4153ed2d});var infowindow = new google.maps.InfoWindow({content: $l813d77694c2344f29c15ed1d4153ed2d});google.maps.event.addListener(m_813d77694c2344f29c15ed1d4153ed2d, 'click', function() {infowindow.open(map,m_813d77694c2344f29c15ed1d4153ed2d);});$marker.push(m_813d77694c2344f29c15ed1d4153ed2d);}});}google.maps.event.addDomListener(window, 'load', initialize);