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.7119,-121.292)};var g_ba5e0fe7b7c422762a71b25fee92972d = new google.maps.Geocoder();g_ba5e0fe7b7c422762a71b25fee92972d.geocode( { 'address': "7937 Auburn Blvd, Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-check-into-cash'), mapOptions);}document.getElementById('f5fbdc09').innerHTML += ' | View Map';var $lba5e0fe7b7c422762a71b25fee92972d = '

Check Into Cash

Address: 7937 Auburn Blvd, Citrus Heights, CA 95610, USA
Phone: (916) 727-1128
';var m_ba5e0fe7b7c422762a71b25fee92972d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_ba5e0fe7b7c422762a71b25fee92972d['infowindow'] = new google.maps.InfoWindow({content: $lba5e0fe7b7c422762a71b25fee92972d});var infowindow = new google.maps.InfoWindow({content: $lba5e0fe7b7c422762a71b25fee92972d});google.maps.event.addListener(m_ba5e0fe7b7c422762a71b25fee92972d, 'click', function() {infowindow.open(map,m_ba5e0fe7b7c422762a71b25fee92972d);});$marker.push(m_ba5e0fe7b7c422762a71b25fee92972d);}});}google.maps.event.addDomListener(window, 'load', initialize);