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(35.384,-119.008)};var g_9b29c0062d5433a8b2a44fea100f3bd2 = new google.maps.Geocoder();g_9b29c0062d5433a8b2a44fea100f3bd2.geocode( { 'address': "7440 Meany Ave, Bakersfield, CA 93308"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-kern-county-credit-consultants').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-kern-county-credit-consultants'), mapOptions);}document.getElementById('192f26fb').innerHTML += ' | View Map';var $l9b29c0062d5433a8b2a44fea100f3bd2 = '

Kern County Credit Consultants

Address: 7440 Meany Ave, Bakersfield, CA 93308
Phone: (661) 324-9920
';var m_9b29c0062d5433a8b2a44fea100f3bd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kern County Credit Consultants',});m_9b29c0062d5433a8b2a44fea100f3bd2['infowindow'] = new google.maps.InfoWindow({content: $l9b29c0062d5433a8b2a44fea100f3bd2});var infowindow = new google.maps.InfoWindow({content: $l9b29c0062d5433a8b2a44fea100f3bd2});google.maps.event.addListener(m_9b29c0062d5433a8b2a44fea100f3bd2, 'click', function() {infowindow.open(map,m_9b29c0062d5433a8b2a44fea100f3bd2);});$marker.push(m_9b29c0062d5433a8b2a44fea100f3bd2);}});}google.maps.event.addDomListener(window, 'load', initialize);