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.756,-105.221)};var g_c9ff43b664aff05e2796e2e1019e3387 = new google.maps.Geocoder();g_c9ff43b664aff05e2796e2e1019e3387.geocode( { 'address': "700 12th St #140, Golden, CO 80401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('golden-CO-advanced-mortgage-solutions-llc').style.display = '';map = new google.maps.Map(document.getElementById('golden-CO-advanced-mortgage-solutions-llc'), mapOptions);}document.getElementById('f3990ef8').innerHTML += ' | View Map';var $lc9ff43b664aff05e2796e2e1019e3387 = '

Advanced Mortgage Solutions LLC

Address: 700 12th St #140, Golden, CO 80401, USA
Phone: (303) 489-6002
';var m_c9ff43b664aff05e2796e2e1019e3387 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Mortgage Solutions LLC',});m_c9ff43b664aff05e2796e2e1019e3387['infowindow'] = new google.maps.InfoWindow({content: $lc9ff43b664aff05e2796e2e1019e3387});var infowindow = new google.maps.InfoWindow({content: $lc9ff43b664aff05e2796e2e1019e3387});google.maps.event.addListener(m_c9ff43b664aff05e2796e2e1019e3387, 'click', function() {infowindow.open(map,m_c9ff43b664aff05e2796e2e1019e3387);});$marker.push(m_c9ff43b664aff05e2796e2e1019e3387);}});}google.maps.event.addDomListener(window, 'load', initialize);