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.9442,-105.049)};var g_a6daa50980e748201a1444e4dd49c38d = new google.maps.Geocoder();g_a6daa50980e748201a1444e4dd49c38d.geocode( { 'address': "13654 Xavier Ln # 203, Broomfield, CO 80023, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-curtis-t-snodgrass-llc').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-curtis-t-snodgrass-llc'), mapOptions);}document.getElementById('841d2d59').innerHTML += ' | View Map';var $la6daa50980e748201a1444e4dd49c38d = '

Curtis T Snodgrass LLC

Address: 13654 Xavier Ln # 203, Broomfield, CO 80023, USA
Phone: (303) 464-9889
';var m_a6daa50980e748201a1444e4dd49c38d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Curtis T Snodgrass LLC',});m_a6daa50980e748201a1444e4dd49c38d['infowindow'] = new google.maps.InfoWindow({content: $la6daa50980e748201a1444e4dd49c38d});var infowindow = new google.maps.InfoWindow({content: $la6daa50980e748201a1444e4dd49c38d});google.maps.event.addListener(m_a6daa50980e748201a1444e4dd49c38d, 'click', function() {infowindow.open(map,m_a6daa50980e748201a1444e4dd49c38d);});$marker.push(m_a6daa50980e748201a1444e4dd49c38d);}});}google.maps.event.addDomListener(window, 'load', initialize);