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(38.0846,-102.619)};var g_8a8aacb2aaf0752ffa5f9dd0c749c69e = new google.maps.Geocoder();g_8a8aacb2aaf0752ffa5f9dd0c749c69e.geocode( { 'address': "100 W Pearl St, Lamar, CO 81052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamar-CO-tbk-bank').style.display = '';map = new google.maps.Map(document.getElementById('lamar-CO-tbk-bank'), mapOptions);}document.getElementById('55784003').innerHTML += ' | View Map';var $l8a8aacb2aaf0752ffa5f9dd0c749c69e = '

TBK Bank

Address: 100 W Pearl St, Lamar, CO 81052, USA
Phone: (719) 336-5200
';var m_8a8aacb2aaf0752ffa5f9dd0c749c69e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TBK Bank',});m_8a8aacb2aaf0752ffa5f9dd0c749c69e['infowindow'] = new google.maps.InfoWindow({content: $l8a8aacb2aaf0752ffa5f9dd0c749c69e});var infowindow = new google.maps.InfoWindow({content: $l8a8aacb2aaf0752ffa5f9dd0c749c69e});google.maps.event.addListener(m_8a8aacb2aaf0752ffa5f9dd0c749c69e, 'click', function() {infowindow.open(map,m_8a8aacb2aaf0752ffa5f9dd0c749c69e);});$marker.push(m_8a8aacb2aaf0752ffa5f9dd0c749c69e);}});}google.maps.event.addDomListener(window, 'load', initialize);