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.7385,-105.159)};var g_77d8e22df9b4bac50cbc2761bd331894 = new google.maps.Geocoder();g_77d8e22df9b4bac50cbc2761bd331894.geocode( { 'address': "1746 Cole Blvd #225, Golden, CO 80401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-CO-sutton--sutton-attorneys-at-law').style.display = '';map = new google.maps.Map(document.getElementById('golden-CO-sutton--sutton-attorneys-at-law'), mapOptions);}document.getElementById('10bc50db').innerHTML += ' | View Map';var $l77d8e22df9b4bac50cbc2761bd331894 = '

Sutton & Sutton, Attorneys at Law

Address: 1746 Cole Blvd #225, Golden, CO 80401, USA
Phone: (303) 277-1927
';var m_77d8e22df9b4bac50cbc2761bd331894 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sutton & Sutton, Attorneys at Law',});m_77d8e22df9b4bac50cbc2761bd331894['infowindow'] = new google.maps.InfoWindow({content: $l77d8e22df9b4bac50cbc2761bd331894});var infowindow = new google.maps.InfoWindow({content: $l77d8e22df9b4bac50cbc2761bd331894});google.maps.event.addListener(m_77d8e22df9b4bac50cbc2761bd331894, 'click', function() {infowindow.open(map,m_77d8e22df9b4bac50cbc2761bd331894);});$marker.push(m_77d8e22df9b4bac50cbc2761bd331894);}});}google.maps.event.addDomListener(window, 'load', initialize);