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.9074,-104.994)};var g_93fc8d9ab35657cba9869f4a447832a4 = new google.maps.Geocoder();g_93fc8d9ab35657cba9869f4a447832a4.geocode( { 'address': "455 W 116th Ave, Northglenn, CO 80234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('northglenn-CO-elite-financial-team').style.display = '';map = new google.maps.Map(document.getElementById('northglenn-CO-elite-financial-team'), mapOptions);}document.getElementById('4464fa06').innerHTML += ' | View Map';var $l93fc8d9ab35657cba9869f4a447832a4 = '

Elite Financial Team

Address: 455 W 116th Ave, Northglenn, CO 80234, USA
Phone: (303) 457-8000
';var m_93fc8d9ab35657cba9869f4a447832a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elite Financial Team',});m_93fc8d9ab35657cba9869f4a447832a4['infowindow'] = new google.maps.InfoWindow({content: $l93fc8d9ab35657cba9869f4a447832a4});var infowindow = new google.maps.InfoWindow({content: $l93fc8d9ab35657cba9869f4a447832a4});google.maps.event.addListener(m_93fc8d9ab35657cba9869f4a447832a4, 'click', function() {infowindow.open(map,m_93fc8d9ab35657cba9869f4a447832a4);});$marker.push(m_93fc8d9ab35657cba9869f4a447832a4);}});}google.maps.event.addDomListener(window, 'load', initialize);