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_398a856ea460906ddcae60e18f46c54f = new google.maps.Geocoder();g_398a856ea460906ddcae60e18f46c54f.geocode( { 'address': "1610 Pace St, Longmont, CO 80504"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('longmont-CO-guaranty-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('longmont-CO-guaranty-bank-trust-co'), mapOptions);}document.getElementById('d356d5fe').innerHTML += ' | View Map';var $l398a856ea460906ddcae60e18f46c54f = '

Guaranty Bank & Trust Co

Address: 1610 Pace St, Longmont, CO 80504
Phone: (720) 494-2850
';var m_398a856ea460906ddcae60e18f46c54f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank & Trust Co',});m_398a856ea460906ddcae60e18f46c54f['infowindow'] = new google.maps.InfoWindow({content: $l398a856ea460906ddcae60e18f46c54f});var infowindow = new google.maps.InfoWindow({content: $l398a856ea460906ddcae60e18f46c54f});google.maps.event.addListener(m_398a856ea460906ddcae60e18f46c54f, 'click', function() {infowindow.open(map,m_398a856ea460906ddcae60e18f46c54f);});$marker.push(m_398a856ea460906ddcae60e18f46c54f);}});}google.maps.event.addDomListener(window, 'load', initialize);