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(39.7512,-104.448)};var g_64a9ffc24bdddd6637ac639e7642cab2 = new google.maps.Geocoder();g_64a9ffc24bdddd6637ac639e7642cab2.geocode( { 'address': "101 West Centennial Drive, Bennett, CO 80102"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennett-CO-guaranty-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('bennett-CO-guaranty-bank-and-trust-company'), mapOptions);}document.getElementById('42c92612').innerHTML += ' | View Map';var $l64a9ffc24bdddd6637ac639e7642cab2 = '

Guaranty Bank and Trust Company

Address: 101 West Centennial Drive, Bennett, CO 80102
Phone: (303) 622-2554
';var m_64a9ffc24bdddd6637ac639e7642cab2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank and Trust Company',});m_64a9ffc24bdddd6637ac639e7642cab2['infowindow'] = new google.maps.InfoWindow({content: $l64a9ffc24bdddd6637ac639e7642cab2});var infowindow = new google.maps.InfoWindow({content: $l64a9ffc24bdddd6637ac639e7642cab2});google.maps.event.addListener(m_64a9ffc24bdddd6637ac639e7642cab2, 'click', function() {infowindow.open(map,m_64a9ffc24bdddd6637ac639e7642cab2);});$marker.push(m_64a9ffc24bdddd6637ac639e7642cab2);}});}google.maps.event.addDomListener(window, 'load', initialize);