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.5879,-105.076)};var g_ddef7ea2b206867ed9369d1316d03a64 = new google.maps.Geocoder();g_ddef7ea2b206867ed9369d1316d03a64.geocode( { 'address': "19 Old Town Square #238, Fort Collins, CO 80524, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-collins-CO-tst-financial').style.display = '';map = new google.maps.Map(document.getElementById('fort-collins-CO-tst-financial'), mapOptions);}document.getElementById('fa99b244').innerHTML += ' | View Map';var $lddef7ea2b206867ed9369d1316d03a64 = '

TST Financial

Address: 19 Old Town Square #238, Fort Collins, CO 80524, USA
Phone: (970) 222-0816
';var m_ddef7ea2b206867ed9369d1316d03a64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TST Financial',});m_ddef7ea2b206867ed9369d1316d03a64['infowindow'] = new google.maps.InfoWindow({content: $lddef7ea2b206867ed9369d1316d03a64});var infowindow = new google.maps.InfoWindow({content: $lddef7ea2b206867ed9369d1316d03a64});google.maps.event.addListener(m_ddef7ea2b206867ed9369d1316d03a64, 'click', function() {infowindow.open(map,m_ddef7ea2b206867ed9369d1316d03a64);});$marker.push(m_ddef7ea2b206867ed9369d1316d03a64);}});}google.maps.event.addDomListener(window, 'load', initialize);