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.9154,-105.005)};var g_7983ab09e8bd433374adf5ddfe658161 = new google.maps.Geocoder();g_7983ab09e8bd433374adf5ddfe658161.geocode( { 'address': "12050 N Pecos St Ste 100, Westminster, CO 80234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-CO-rob-murray---guild-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('westminster-CO-rob-murray---guild-mortgage'), mapOptions);}document.getElementById('5981c81b').innerHTML += ' | View Map';var $l7983ab09e8bd433374adf5ddfe658161 = '

Rob Murray - Guild Mortgage

Address: 12050 N Pecos St Ste 100, Westminster, CO 80234, USA
Phone: (303) 335-7037
';var m_7983ab09e8bd433374adf5ddfe658161 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rob Murray - Guild Mortgage',});m_7983ab09e8bd433374adf5ddfe658161['infowindow'] = new google.maps.InfoWindow({content: $l7983ab09e8bd433374adf5ddfe658161});var infowindow = new google.maps.InfoWindow({content: $l7983ab09e8bd433374adf5ddfe658161});google.maps.event.addListener(m_7983ab09e8bd433374adf5ddfe658161, 'click', function() {infowindow.open(map,m_7983ab09e8bd433374adf5ddfe658161);});$marker.push(m_7983ab09e8bd433374adf5ddfe658161);}});}google.maps.event.addDomListener(window, 'load', initialize);