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(38.6791,-121.383)};var g_a86d8fa79d911cb8adc27df6681cbca7 = new google.maps.Geocoder();g_a86d8fa79d911cb8adc27df6681cbca7.geocode( { 'address': "6139 Watt Ave, North Highlands, CA 95660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-highlands-CA-usa-cash-services').style.display = '';map = new google.maps.Map(document.getElementById('north-highlands-CA-usa-cash-services'), mapOptions);}document.getElementById('2d138a20').innerHTML += ' | View Map';var $la86d8fa79d911cb8adc27df6681cbca7 = '

USA Cash Services

Address: 6139 Watt Ave, North Highlands, CA 95660, USA
Phone: (916) 332-1500
';var m_a86d8fa79d911cb8adc27df6681cbca7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Cash Services',});m_a86d8fa79d911cb8adc27df6681cbca7['infowindow'] = new google.maps.InfoWindow({content: $la86d8fa79d911cb8adc27df6681cbca7});var infowindow = new google.maps.InfoWindow({content: $la86d8fa79d911cb8adc27df6681cbca7});google.maps.event.addListener(m_a86d8fa79d911cb8adc27df6681cbca7, 'click', function() {infowindow.open(map,m_a86d8fa79d911cb8adc27df6681cbca7);});$marker.push(m_a86d8fa79d911cb8adc27df6681cbca7);}});}google.maps.event.addDomListener(window, 'load', initialize);