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(36.1168,-115.157)};var g_77a86db24f4897976c3b8879b4f3d47a = new google.maps.Geocoder();g_77a86db24f4897976c3b8879b4f3d47a.geocode( { 'address': "3960 Howard Hughes Pkwy #500, Las Vegas, NV 89169, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-cre-credit-services').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-cre-credit-services'), mapOptions);}document.getElementById('b89f1640').innerHTML += ' | View Map';var $l77a86db24f4897976c3b8879b4f3d47a = '

CRE Credit Services

Address: 3960 Howard Hughes Pkwy #500, Las Vegas, NV 89169, USA
Phone: (888) 799-7267
';var m_77a86db24f4897976c3b8879b4f3d47a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CRE Credit Services',});m_77a86db24f4897976c3b8879b4f3d47a['infowindow'] = new google.maps.InfoWindow({content: $l77a86db24f4897976c3b8879b4f3d47a});var infowindow = new google.maps.InfoWindow({content: $l77a86db24f4897976c3b8879b4f3d47a});google.maps.event.addListener(m_77a86db24f4897976c3b8879b4f3d47a, 'click', function() {infowindow.open(map,m_77a86db24f4897976c3b8879b4f3d47a);});$marker.push(m_77a86db24f4897976c3b8879b4f3d47a);}});}google.maps.event.addDomListener(window, 'load', initialize);