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.4967,-121.465)};var g_49cea6b66a1c9d9fcbba8946453c057b = new google.maps.Geocoder();g_49cea6b66a1c9d9fcbba8946453c057b.geocode( { 'address': "3811 Florin Rd, Sacramento, CA 95823, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-creditmax-automotive').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-creditmax-automotive'), mapOptions);}document.getElementById('a10a19be').innerHTML += ' | View Map';var $l49cea6b66a1c9d9fcbba8946453c057b = '

Creditmax Automotive

Address: 3811 Florin Rd, Sacramento, CA 95823, USA
Phone:
';var m_49cea6b66a1c9d9fcbba8946453c057b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Creditmax Automotive',});m_49cea6b66a1c9d9fcbba8946453c057b['infowindow'] = new google.maps.InfoWindow({content: $l49cea6b66a1c9d9fcbba8946453c057b});var infowindow = new google.maps.InfoWindow({content: $l49cea6b66a1c9d9fcbba8946453c057b});google.maps.event.addListener(m_49cea6b66a1c9d9fcbba8946453c057b, 'click', function() {infowindow.open(map,m_49cea6b66a1c9d9fcbba8946453c057b);});$marker.push(m_49cea6b66a1c9d9fcbba8946453c057b);}});}google.maps.event.addDomListener(window, 'load', initialize);