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(37.4037,-102.616)};var g_7b418d62a578fe811b47722975891c85 = new google.maps.Geocoder();g_7b418d62a578fe811b47722975891c85.geocode( { 'address': "1030 Main St, Springfield, CO 81073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-CO-tbk-bank').style.display = '';map = new google.maps.Map(document.getElementById('springfield-CO-tbk-bank'), mapOptions);}document.getElementById('9bdf6fdf').innerHTML += ' | View Map';var $l7b418d62a578fe811b47722975891c85 = '

TBK Bank

Address: 1030 Main St, Springfield, CO 81073, USA
Phone: (719) 523-6900
';var m_7b418d62a578fe811b47722975891c85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TBK Bank',});m_7b418d62a578fe811b47722975891c85['infowindow'] = new google.maps.InfoWindow({content: $l7b418d62a578fe811b47722975891c85});var infowindow = new google.maps.InfoWindow({content: $l7b418d62a578fe811b47722975891c85});google.maps.event.addListener(m_7b418d62a578fe811b47722975891c85, 'click', function() {infowindow.open(map,m_7b418d62a578fe811b47722975891c85);});$marker.push(m_7b418d62a578fe811b47722975891c85);}});}google.maps.event.addDomListener(window, 'load', initialize);