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.3934,-104.755)};var g_2dae4a9173638a8098bc9e9425f9c58f = new google.maps.Geocoder();g_2dae4a9173638a8098bc9e9425f9c58f.geocode( { 'address': "2700 47th Ave, Greeley, CO 80634, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greeley-CO-guaranty-bank-and-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('greeley-CO-guaranty-bank-and-trust-company'), mapOptions);}document.getElementById('d0740770').innerHTML += ' | View Map';var $l2dae4a9173638a8098bc9e9425f9c58f = '

Guaranty Bank and Trust Company

Address: 2700 47th Ave, Greeley, CO 80634, USA
Phone: (970) 454-4133
';var m_2dae4a9173638a8098bc9e9425f9c58f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank and Trust Company',});m_2dae4a9173638a8098bc9e9425f9c58f['infowindow'] = new google.maps.InfoWindow({content: $l2dae4a9173638a8098bc9e9425f9c58f});var infowindow = new google.maps.InfoWindow({content: $l2dae4a9173638a8098bc9e9425f9c58f});google.maps.event.addListener(m_2dae4a9173638a8098bc9e9425f9c58f, 'click', function() {infowindow.open(map,m_2dae4a9173638a8098bc9e9425f9c58f);});$marker.push(m_2dae4a9173638a8098bc9e9425f9c58f);}});}google.maps.event.addDomListener(window, 'load', initialize);