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.6093,-105.135)};var g_f102d6b00fa164e350646570274cf5bf = new google.maps.Geocoder();g_f102d6b00fa164e350646570274cf5bf.geocode( { 'address': "12065 W Bowles Pl, Littleton, CO 80127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('littleton-CO-julie-a-bellinghausen--co-pc').style.display = '';map = new google.maps.Map(document.getElementById('littleton-CO-julie-a-bellinghausen--co-pc'), mapOptions);}document.getElementById('26053b24').innerHTML += ' | View Map';var $lf102d6b00fa164e350646570274cf5bf = '

Julie A. Bellinghausen & Co. P.C.

Address: 12065 W Bowles Pl, Littleton, CO 80127, USA
Phone: (303) 980-5757
';var m_f102d6b00fa164e350646570274cf5bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Julie A. Bellinghausen & Co. P.C.',});m_f102d6b00fa164e350646570274cf5bf['infowindow'] = new google.maps.InfoWindow({content: $lf102d6b00fa164e350646570274cf5bf});var infowindow = new google.maps.InfoWindow({content: $lf102d6b00fa164e350646570274cf5bf});google.maps.event.addListener(m_f102d6b00fa164e350646570274cf5bf, 'click', function() {infowindow.open(map,m_f102d6b00fa164e350646570274cf5bf);});$marker.push(m_f102d6b00fa164e350646570274cf5bf);}});}google.maps.event.addDomListener(window, 'load', initialize);