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.3752,-118.966)};var g_c3f4db3a634aa769c0f1161219272d03 = new google.maps.Geocoder();g_c3f4db3a634aa769c0f1161219272d03.geocode( { 'address': "2309 Niles Point, Bakersfield, CA 93306, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-vallarta').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-vallarta'), mapOptions);}document.getElementById('3d8e42b5').innerHTML += ' | View Map';var $lc3f4db3a634aa769c0f1161219272d03 = '

Vallarta

Address: 2309 Niles Point, Bakersfield, CA 93306, USA
Phone: (661) 869-1076
';var m_c3f4db3a634aa769c0f1161219272d03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vallarta',});m_c3f4db3a634aa769c0f1161219272d03['infowindow'] = new google.maps.InfoWindow({content: $lc3f4db3a634aa769c0f1161219272d03});var infowindow = new google.maps.InfoWindow({content: $lc3f4db3a634aa769c0f1161219272d03});google.maps.event.addListener(m_c3f4db3a634aa769c0f1161219272d03, 'click', function() {infowindow.open(map,m_c3f4db3a634aa769c0f1161219272d03);});$marker.push(m_c3f4db3a634aa769c0f1161219272d03);}});}google.maps.event.addDomListener(window, 'load', initialize);