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.6862,-104.939)};var g_fc0c0da6621072cd2d80a8cfb4c16fa6 = new google.maps.Geocoder();g_fc0c0da6621072cd2d80a8cfb4c16fa6.geocode( { 'address': "1660 S Albion St #625, Denver, CO 80222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denver-CO-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('denver-CO-greenpath-financial-wellness'), mapOptions);}document.getElementById('d8d21742').innerHTML += ' | View Map';var $lfc0c0da6621072cd2d80a8cfb4c16fa6 = '

GreenPath Financial Wellness

Address: 1660 S Albion St #625, Denver, CO 80222, USA
Phone: (800) 550-1961
';var m_fc0c0da6621072cd2d80a8cfb4c16fa6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_fc0c0da6621072cd2d80a8cfb4c16fa6['infowindow'] = new google.maps.InfoWindow({content: $lfc0c0da6621072cd2d80a8cfb4c16fa6});var infowindow = new google.maps.InfoWindow({content: $lfc0c0da6621072cd2d80a8cfb4c16fa6});google.maps.event.addListener(m_fc0c0da6621072cd2d80a8cfb4c16fa6, 'click', function() {infowindow.open(map,m_fc0c0da6621072cd2d80a8cfb4c16fa6);});$marker.push(m_fc0c0da6621072cd2d80a8cfb4c16fa6);}});}google.maps.event.addDomListener(window, 'load', initialize);