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.5332,-107.784)};var g_a26c5975fc6c08332b4b7c8fe437b33d = new google.maps.Geocoder();g_a26c5975fc6c08332b4b7c8fe437b33d.geocode( { 'address': "450 West Ave #101, Rifle, CO 81650, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rifle-CO-weiss--associates-pc').style.display = '';map = new google.maps.Map(document.getElementById('rifle-CO-weiss--associates-pc'), mapOptions);}document.getElementById('4088bc74').innerHTML += ' | View Map';var $la26c5975fc6c08332b4b7c8fe437b33d = '

Weiss & Associates PC

Address: 450 West Ave #101, Rifle, CO 81650, USA
Phone: (970) 625-2262
';var m_a26c5975fc6c08332b4b7c8fe437b33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weiss & Associates PC',});m_a26c5975fc6c08332b4b7c8fe437b33d['infowindow'] = new google.maps.InfoWindow({content: $la26c5975fc6c08332b4b7c8fe437b33d});var infowindow = new google.maps.InfoWindow({content: $la26c5975fc6c08332b4b7c8fe437b33d});google.maps.event.addListener(m_a26c5975fc6c08332b4b7c8fe437b33d, 'click', function() {infowindow.open(map,m_a26c5975fc6c08332b4b7c8fe437b33d);});$marker.push(m_a26c5975fc6c08332b4b7c8fe437b33d);}});}google.maps.event.addDomListener(window, 'load', initialize);