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.9571,-105.039)};var g_a1a67abe6a11d0d601becfc66db8031a = new google.maps.Geocoder();g_a1a67abe6a11d0d601becfc66db8031a.geocode( { 'address': "4100 W 144th Ave, Broomfield, CO 80023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-tcf-bank').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-tcf-bank'), mapOptions);}document.getElementById('3e9c8ed8').innerHTML += ' | View Map';var $la1a67abe6a11d0d601becfc66db8031a = '

TCF Bank

Address: 4100 W 144th Ave, Broomfield, CO 80023, USA
Phone: (800) 823-2265
';var m_a1a67abe6a11d0d601becfc66db8031a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Bank',});m_a1a67abe6a11d0d601becfc66db8031a['infowindow'] = new google.maps.InfoWindow({content: $la1a67abe6a11d0d601becfc66db8031a});var infowindow = new google.maps.InfoWindow({content: $la1a67abe6a11d0d601becfc66db8031a});google.maps.event.addListener(m_a1a67abe6a11d0d601becfc66db8031a, 'click', function() {infowindow.open(map,m_a1a67abe6a11d0d601becfc66db8031a);});$marker.push(m_a1a67abe6a11d0d601becfc66db8031a);}});}google.maps.event.addDomListener(window, 'load', initialize);