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(40.0342,-105.062)};var g_2110b4a0465b41620b54d97566466a1a = new google.maps.Geocoder();g_2110b4a0465b41620b54d97566466a1a.geocode( { 'address': "582 Mathews Cir, Erie, CO 80516, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-CO-americas-mortgage-alliance').style.display = '';map = new google.maps.Map(document.getElementById('erie-CO-americas-mortgage-alliance'), mapOptions);}document.getElementById('a6501c0e').innerHTML += ' | View Map';var $l2110b4a0465b41620b54d97566466a1a = '

Americas Mortgage Alliance

Address: 582 Mathews Cir, Erie, CO 80516, USA
Phone: (303) 905-0700
';var m_2110b4a0465b41620b54d97566466a1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Americas Mortgage Alliance',});m_2110b4a0465b41620b54d97566466a1a['infowindow'] = new google.maps.InfoWindow({content: $l2110b4a0465b41620b54d97566466a1a});var infowindow = new google.maps.InfoWindow({content: $l2110b4a0465b41620b54d97566466a1a});google.maps.event.addListener(m_2110b4a0465b41620b54d97566466a1a, 'click', function() {infowindow.open(map,m_2110b4a0465b41620b54d97566466a1a);});$marker.push(m_2110b4a0465b41620b54d97566466a1a);}});}google.maps.event.addDomListener(window, 'load', initialize);