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.9271,-105.094)};var g_855d453cd4932d788faec5a63959198c = new google.maps.Geocoder();g_855d453cd4932d788faec5a63959198c.geocode( { 'address': "2095 W 6th Ave #210, Broomfield, CO 80020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-tim-howard').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-tim-howard'), mapOptions);}document.getElementById('239bb256').innerHTML += ' | View Map';var $l855d453cd4932d788faec5a63959198c = '

Tim Howard

Address: 2095 W 6th Ave #210, Broomfield, CO 80020, USA
Phone: (720) 500-1877
';var m_855d453cd4932d788faec5a63959198c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tim Howard',});m_855d453cd4932d788faec5a63959198c['infowindow'] = new google.maps.InfoWindow({content: $l855d453cd4932d788faec5a63959198c});var infowindow = new google.maps.InfoWindow({content: $l855d453cd4932d788faec5a63959198c});google.maps.event.addListener(m_855d453cd4932d788faec5a63959198c, 'click', function() {infowindow.open(map,m_855d453cd4932d788faec5a63959198c);});$marker.push(m_855d453cd4932d788faec5a63959198c);}});}google.maps.event.addDomListener(window, 'load', initialize);