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.5551,-119.723)};var g_18cfd15e1080d8931301cda9e020cb39 = new google.maps.Geocoder();g_18cfd15e1080d8931301cda9e020cb39.geocode( { 'address': "1227 Baring Blvd, Sparks, NV 89434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sparks-NV-newmark-investment-and-loan-inc').style.display = '';map = new google.maps.Map(document.getElementById('sparks-NV-newmark-investment-and-loan-inc'), mapOptions);}document.getElementById('841bef35').innerHTML += ' | View Map';var $l18cfd15e1080d8931301cda9e020cb39 = '

NewMark Investment And Loan, Inc.

Address: 1227 Baring Blvd, Sparks, NV 89434, USA
Phone: (855) 639-6275
';var m_18cfd15e1080d8931301cda9e020cb39 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NewMark Investment And Loan, Inc.',});m_18cfd15e1080d8931301cda9e020cb39['infowindow'] = new google.maps.InfoWindow({content: $l18cfd15e1080d8931301cda9e020cb39});var infowindow = new google.maps.InfoWindow({content: $l18cfd15e1080d8931301cda9e020cb39});google.maps.event.addListener(m_18cfd15e1080d8931301cda9e020cb39, 'click', function() {infowindow.open(map,m_18cfd15e1080d8931301cda9e020cb39);});$marker.push(m_18cfd15e1080d8931301cda9e020cb39);}});}google.maps.event.addDomListener(window, 'load', initialize);