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.1458,-115.225)};var g_2054518f64771a7898b1b5d0a1e146cc = new google.maps.Geocoder();g_2054518f64771a7898b1b5d0a1e146cc.geocode( { 'address': "2350 S Jones Blvd #211, Las Vegas, NV 89146, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('las-vegas-NV-dignified-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('las-vegas-NV-dignified-home-loans'), mapOptions);}document.getElementById('50716d7c').innerHTML += ' | View Map';var $l2054518f64771a7898b1b5d0a1e146cc = '

Dignified Home Loans

Address: 2350 S Jones Blvd #211, Las Vegas, NV 89146, USA
Phone: (702) 327-0101
';var m_2054518f64771a7898b1b5d0a1e146cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dignified Home Loans',});m_2054518f64771a7898b1b5d0a1e146cc['infowindow'] = new google.maps.InfoWindow({content: $l2054518f64771a7898b1b5d0a1e146cc});var infowindow = new google.maps.InfoWindow({content: $l2054518f64771a7898b1b5d0a1e146cc});google.maps.event.addListener(m_2054518f64771a7898b1b5d0a1e146cc, 'click', function() {infowindow.open(map,m_2054518f64771a7898b1b5d0a1e146cc);});$marker.push(m_2054518f64771a7898b1b5d0a1e146cc);}});}google.maps.event.addDomListener(window, 'load', initialize);