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.0805,-108.541)};var g_d8a9942b4eb7099d4efb5c636579c84f = new google.maps.Geocoder();g_d8a9942b4eb7099d4efb5c636579c84f.geocode( { 'address': "577 1/2 Plainview CT, Grand Junction, CO 81504"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-junction-CO-tcf-enterprises').style.display = '';map = new google.maps.Map(document.getElementById('grand-junction-CO-tcf-enterprises'), mapOptions);}document.getElementById('f2f5ed6c').innerHTML += ' | View Map';var $ld8a9942b4eb7099d4efb5c636579c84f = '

TCF Enterprises

Address: 577 1/2 Plainview CT, Grand Junction, CO 81504
Phone: (970) 434-9771
';var m_d8a9942b4eb7099d4efb5c636579c84f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TCF Enterprises',});m_d8a9942b4eb7099d4efb5c636579c84f['infowindow'] = new google.maps.InfoWindow({content: $ld8a9942b4eb7099d4efb5c636579c84f});var infowindow = new google.maps.InfoWindow({content: $ld8a9942b4eb7099d4efb5c636579c84f});google.maps.event.addListener(m_d8a9942b4eb7099d4efb5c636579c84f, 'click', function() {infowindow.open(map,m_d8a9942b4eb7099d4efb5c636579c84f);});$marker.push(m_d8a9942b4eb7099d4efb5c636579c84f);}});}google.maps.event.addDomListener(window, 'load', initialize);