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.7056,-121.273)};var g_f39ae9ff3a81f499230c4126e01f421b = new google.maps.Geocoder();g_f39ae9ff3a81f499230c4126e01f421b.geocode( { 'address': "Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-tnl-car-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-tnl-car-title-loans'), mapOptions);}document.getElementById('7c420e9d').innerHTML += ' | View Map';var $lf39ae9ff3a81f499230c4126e01f421b = '

TNL Car Title Loans

Address: Citrus Heights, CA 95610, USA
Phone: (916) 436-8337
';var m_f39ae9ff3a81f499230c4126e01f421b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TNL Car Title Loans',});m_f39ae9ff3a81f499230c4126e01f421b['infowindow'] = new google.maps.InfoWindow({content: $lf39ae9ff3a81f499230c4126e01f421b});var infowindow = new google.maps.InfoWindow({content: $lf39ae9ff3a81f499230c4126e01f421b});google.maps.event.addListener(m_f39ae9ff3a81f499230c4126e01f421b, 'click', function() {infowindow.open(map,m_f39ae9ff3a81f499230c4126e01f421b);});$marker.push(m_f39ae9ff3a81f499230c4126e01f421b);}});}google.maps.event.addDomListener(window, 'load', initialize);