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(39.6955,-105.084)};var g_54cb816b2460329ae2bb6399087862b4 = new google.maps.Geocoder();g_54cb816b2460329ae2bb6399087862b4.geocode( { 'address': "2084 S Broadway, Denver, CO 80210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-tcf-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-tcf-national-bank'), mapOptions);}document.getElementById('c1703620').innerHTML += ' | View Map';var $l54cb816b2460329ae2bb6399087862b4 = '

Tcf National Bank

Address: 2084 S Broadway, Denver, CO 80210
Phone: (720) 570-0370
';var m_54cb816b2460329ae2bb6399087862b4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tcf National Bank',});m_54cb816b2460329ae2bb6399087862b4['infowindow'] = new google.maps.InfoWindow({content: $l54cb816b2460329ae2bb6399087862b4});var infowindow = new google.maps.InfoWindow({content: $l54cb816b2460329ae2bb6399087862b4});google.maps.event.addListener(m_54cb816b2460329ae2bb6399087862b4, 'click', function() {infowindow.open(map,m_54cb816b2460329ae2bb6399087862b4);});$marker.push(m_54cb816b2460329ae2bb6399087862b4);}});}google.maps.event.addDomListener(window, 'load', initialize);