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.4752,-104.909)};var g_be54c7f74360116cd9a2274737dc882e = new google.maps.Geocoder();g_be54c7f74360116cd9a2274737dc882e.geocode( { 'address': "1292 Buffalo Ridge Rd, Castle Pines, CO 80108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castle-pines-CO-mortgage-toolbox-inc').style.display = '';map = new google.maps.Map(document.getElementById('castle-pines-CO-mortgage-toolbox-inc'), mapOptions);}document.getElementById('73e01ef7').innerHTML += ' | View Map';var $lbe54c7f74360116cd9a2274737dc882e = '

Mortgage Toolbox Inc.,

Address: 1292 Buffalo Ridge Rd, Castle Pines, CO 80108, USA
Phone: (303) 223-7474
';var m_be54c7f74360116cd9a2274737dc882e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Toolbox Inc.,',});m_be54c7f74360116cd9a2274737dc882e['infowindow'] = new google.maps.InfoWindow({content: $lbe54c7f74360116cd9a2274737dc882e});var infowindow = new google.maps.InfoWindow({content: $lbe54c7f74360116cd9a2274737dc882e});google.maps.event.addListener(m_be54c7f74360116cd9a2274737dc882e, 'click', function() {infowindow.open(map,m_be54c7f74360116cd9a2274737dc882e);});$marker.push(m_be54c7f74360116cd9a2274737dc882e);}});}google.maps.event.addDomListener(window, 'load', initialize);