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.5427,-104.941)};var g_52c79bb4791baa4cee27125eafc09e1c = new google.maps.Geocoder();g_52c79bb4791baa4cee27125eafc09e1c.geocode( { 'address': "9579 S University Blvd, Highlands Ranch, CO 80126, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highlands-ranch-CO-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('highlands-ranch-CO-tcf-bank'), mapOptions);}document.getElementById('e4ac9682').innerHTML += ' | View Map';var $l52c79bb4791baa4cee27125eafc09e1c = '

TCF Bank

Address: 9579 S University Blvd, Highlands Ranch, CO 80126, USA
Phone: (800) 823-2265
';var m_52c79bb4791baa4cee27125eafc09e1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_52c79bb4791baa4cee27125eafc09e1c['infowindow'] = new google.maps.InfoWindow({content: $l52c79bb4791baa4cee27125eafc09e1c});var infowindow = new google.maps.InfoWindow({content: $l52c79bb4791baa4cee27125eafc09e1c});google.maps.event.addListener(m_52c79bb4791baa4cee27125eafc09e1c, 'click', function() {infowindow.open(map,m_52c79bb4791baa4cee27125eafc09e1c);});$marker.push(m_52c79bb4791baa4cee27125eafc09e1c);}});}google.maps.event.addDomListener(window, 'load', initialize);