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.4071,-104.863)};var g_b2a003a3ba33eb6c33b918a0ef915a13 = new google.maps.Geocoder();g_b2a003a3ba33eb6c33b918a0ef915a13.geocode( { 'address': "4535 Milestone Ln, Castle Rock, CO 80104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('castle-rock-CO-keybank').style.display = '';map = new google.maps.Map(document.getElementById('castle-rock-CO-keybank'), mapOptions);}document.getElementById('9eef8f3e').innerHTML += ' | View Map';var $lb2a003a3ba33eb6c33b918a0ef915a13 = '

KeyBank

Address: 4535 Milestone Ln, Castle Rock, CO 80104, USA
Phone: (303) 663-5340
';var m_b2a003a3ba33eb6c33b918a0ef915a13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KeyBank',});m_b2a003a3ba33eb6c33b918a0ef915a13['infowindow'] = new google.maps.InfoWindow({content: $lb2a003a3ba33eb6c33b918a0ef915a13});var infowindow = new google.maps.InfoWindow({content: $lb2a003a3ba33eb6c33b918a0ef915a13});google.maps.event.addListener(m_b2a003a3ba33eb6c33b918a0ef915a13, 'click', function() {infowindow.open(map,m_b2a003a3ba33eb6c33b918a0ef915a13);});$marker.push(m_b2a003a3ba33eb6c33b918a0ef915a13);}});}google.maps.event.addDomListener(window, 'load', initialize);