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.3558,-119.094)};var g_32cef736ada0ce942d53dd2c8639ed6d = new google.maps.Geocoder();g_32cef736ada0ce942d53dd2c8639ed6d.geocode( { 'address': "8200 Stockdale Hwy, Bakersfield, CA 93311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-fariss-appraisal-services').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-fariss-appraisal-services'), mapOptions);}document.getElementById('ca1d1aef').innerHTML += ' | View Map';var $l32cef736ada0ce942d53dd2c8639ed6d = '

Fariss Appraisal Services

Address: 8200 Stockdale Hwy, Bakersfield, CA 93311, USA
Phone: (661) 310-9661
';var m_32cef736ada0ce942d53dd2c8639ed6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fariss Appraisal Services',});m_32cef736ada0ce942d53dd2c8639ed6d['infowindow'] = new google.maps.InfoWindow({content: $l32cef736ada0ce942d53dd2c8639ed6d});var infowindow = new google.maps.InfoWindow({content: $l32cef736ada0ce942d53dd2c8639ed6d});google.maps.event.addListener(m_32cef736ada0ce942d53dd2c8639ed6d, 'click', function() {infowindow.open(map,m_32cef736ada0ce942d53dd2c8639ed6d);});$marker.push(m_32cef736ada0ce942d53dd2c8639ed6d);}});}google.maps.event.addDomListener(window, 'load', initialize);