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.7191,-105.133)};var g_14e3589b9d4768a03912a8751e53f325 = new google.maps.Geocoder();g_14e3589b9d4768a03912a8751e53f325.geocode( { 'address': "225 Union Blvd #350, Lakewood, CO 80228, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-CO-mac5-mortgage-tom-veitch').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-CO-mac5-mortgage-tom-veitch'), mapOptions);}document.getElementById('247c086f').innerHTML += ' | View Map';var $l14e3589b9d4768a03912a8751e53f325 = '

MAC5 Mortgage: Tom Veitch

Address: 225 Union Blvd #350, Lakewood, CO 80228, USA
Phone: (720) 244-4984
';var m_14e3589b9d4768a03912a8751e53f325 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MAC5 Mortgage: Tom Veitch',});m_14e3589b9d4768a03912a8751e53f325['infowindow'] = new google.maps.InfoWindow({content: $l14e3589b9d4768a03912a8751e53f325});var infowindow = new google.maps.InfoWindow({content: $l14e3589b9d4768a03912a8751e53f325});google.maps.event.addListener(m_14e3589b9d4768a03912a8751e53f325, 'click', function() {infowindow.open(map,m_14e3589b9d4768a03912a8751e53f325);});$marker.push(m_14e3589b9d4768a03912a8751e53f325);}});}google.maps.event.addDomListener(window, 'load', initialize);