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.318,-119.022)};var g_fd759db147415e8a49d1ed0dfdd22f81 = new google.maps.Geocoder();g_fd759db147415e8a49d1ed0dfdd22f81.geocode( { 'address': "4013 S H St, Bakersfield, CA 93304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-fastrip-financial').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-fastrip-financial'), mapOptions);}document.getElementById('6ffffe84').innerHTML += ' | View Map';var $lfd759db147415e8a49d1ed0dfdd22f81 = '

Fastrip Financial

Address: 4013 S H St, Bakersfield, CA 93304, USA
Phone: (661) 398-8116
';var m_fd759db147415e8a49d1ed0dfdd22f81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fastrip Financial',});m_fd759db147415e8a49d1ed0dfdd22f81['infowindow'] = new google.maps.InfoWindow({content: $lfd759db147415e8a49d1ed0dfdd22f81});var infowindow = new google.maps.InfoWindow({content: $lfd759db147415e8a49d1ed0dfdd22f81});google.maps.event.addListener(m_fd759db147415e8a49d1ed0dfdd22f81, 'click', function() {infowindow.open(map,m_fd759db147415e8a49d1ed0dfdd22f81);});$marker.push(m_fd759db147415e8a49d1ed0dfdd22f81);}});}google.maps.event.addDomListener(window, 'load', initialize);