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.355,-119.056)};var g_1288625a4bdcf1109ff5adca3bd33753 = new google.maps.Geocoder();g_1288625a4bdcf1109ff5adca3bd33753.geocode( { 'address': "4800 Stockdale Hwy # 312, Bakersfield, CA 93309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-premium-credit-bureau').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-premium-credit-bureau'), mapOptions);}document.getElementById('bce6a637').innerHTML += ' | View Map';var $l1288625a4bdcf1109ff5adca3bd33753 = '

Premium Credit Bureau

Address: 4800 Stockdale Hwy # 312, Bakersfield, CA 93309, USA
Phone: (661) 381-7536
';var m_1288625a4bdcf1109ff5adca3bd33753 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premium Credit Bureau',});m_1288625a4bdcf1109ff5adca3bd33753['infowindow'] = new google.maps.InfoWindow({content: $l1288625a4bdcf1109ff5adca3bd33753});var infowindow = new google.maps.InfoWindow({content: $l1288625a4bdcf1109ff5adca3bd33753});google.maps.event.addListener(m_1288625a4bdcf1109ff5adca3bd33753, 'click', function() {infowindow.open(map,m_1288625a4bdcf1109ff5adca3bd33753);});$marker.push(m_1288625a4bdcf1109ff5adca3bd33753);}});}google.maps.event.addDomListener(window, 'load', initialize);