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.5229,-104.858)};var g_ae189405ab330f6e7a62df699bbcc74a = new google.maps.Geocoder();g_ae189405ab330f6e7a62df699bbcc74a.geocode( { 'address': "399 W 4th Ave, Windsor, CO 80550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-CO-tbk-bank').style.display = '';map = new google.maps.Map(document.getElementById('windsor-CO-tbk-bank'), mapOptions);}document.getElementById('219cfce3').innerHTML += ' | View Map';var $lae189405ab330f6e7a62df699bbcc74a = '

TBK Bank

Address: 399 W 4th Ave, Windsor, CO 80550, USA
Phone: (970) 674-9444
';var m_ae189405ab330f6e7a62df699bbcc74a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TBK Bank',});m_ae189405ab330f6e7a62df699bbcc74a['infowindow'] = new google.maps.InfoWindow({content: $lae189405ab330f6e7a62df699bbcc74a});var infowindow = new google.maps.InfoWindow({content: $lae189405ab330f6e7a62df699bbcc74a});google.maps.event.addListener(m_ae189405ab330f6e7a62df699bbcc74a, 'click', function() {infowindow.open(map,m_ae189405ab330f6e7a62df699bbcc74a);});$marker.push(m_ae189405ab330f6e7a62df699bbcc74a);}});}google.maps.event.addDomListener(window, 'load', initialize);