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.3784,-118.911)};var g_78ff94eb60bff09c508b34fc2c45f48b = new google.maps.Geocoder();g_78ff94eb60bff09c508b34fc2c45f48b.geocode( { 'address': "8500 Kern Canyon Rd. # 67-F, Bakersfield, CA 93306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-happy-investments-inc-bakersfield-ca').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-happy-investments-inc-bakersfield-ca'), mapOptions);}document.getElementById('35668258').innerHTML += ' | View Map';var $l78ff94eb60bff09c508b34fc2c45f48b = '

Happy Investments, Inc. Bakersfield CA

Address: 8500 Kern Canyon Rd. # 67-F, Bakersfield, CA 93306, USA
Phone: (951) 221-3929
';var m_78ff94eb60bff09c508b34fc2c45f48b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Happy Investments, Inc. Bakersfield CA',});m_78ff94eb60bff09c508b34fc2c45f48b['infowindow'] = new google.maps.InfoWindow({content: $l78ff94eb60bff09c508b34fc2c45f48b});var infowindow = new google.maps.InfoWindow({content: $l78ff94eb60bff09c508b34fc2c45f48b});google.maps.event.addListener(m_78ff94eb60bff09c508b34fc2c45f48b, 'click', function() {infowindow.open(map,m_78ff94eb60bff09c508b34fc2c45f48b);});$marker.push(m_78ff94eb60bff09c508b34fc2c45f48b);}});}google.maps.event.addDomListener(window, 'load', initialize);