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.7793,-105.11)};var g_05e41bc57a80ca4bbef3c523cc0d40d9 = new google.maps.Geocoder();g_05e41bc57a80ca4bbef3c523cc0d40d9.geocode( { 'address': "4465 Kipling St # 101, Wheat Ridge, CO 80033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wheat-ridge-CO-loans-at-wholesale').style.display = '';map = new google.maps.Map(document.getElementById('wheat-ridge-CO-loans-at-wholesale'), mapOptions);}document.getElementById('dd5ad377').innerHTML += ' | View Map';var $l05e41bc57a80ca4bbef3c523cc0d40d9 = '

Loans At Wholesale

Address: 4465 Kipling St # 101, Wheat Ridge, CO 80033, USA
Phone: (303) 215-0800
';var m_05e41bc57a80ca4bbef3c523cc0d40d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loans At Wholesale',});m_05e41bc57a80ca4bbef3c523cc0d40d9['infowindow'] = new google.maps.InfoWindow({content: $l05e41bc57a80ca4bbef3c523cc0d40d9});var infowindow = new google.maps.InfoWindow({content: $l05e41bc57a80ca4bbef3c523cc0d40d9});google.maps.event.addListener(m_05e41bc57a80ca4bbef3c523cc0d40d9, 'click', function() {infowindow.open(map,m_05e41bc57a80ca4bbef3c523cc0d40d9);});$marker.push(m_05e41bc57a80ca4bbef3c523cc0d40d9);}});}google.maps.event.addDomListener(window, 'load', initialize);