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.3763,-119.015)};var g_c2b87f0b87817b25b09f37693ff84353 = new google.maps.Geocoder();g_c2b87f0b87817b25b09f37693ff84353.geocode( { 'address': "1130 19th St, Bakersfield, CA 93301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bakersfield-CA-globe-loan-jewelry-co').style.display = '';map = new google.maps.Map(document.getElementById('bakersfield-CA-globe-loan-jewelry-co'), mapOptions);}document.getElementById('cd5f233a').innerHTML += ' | View Map';var $lc2b87f0b87817b25b09f37693ff84353 = '

Globe Loan Jewelry Co

Address: 1130 19th St, Bakersfield, CA 93301, USA
Phone: (661) 325-3353
';var m_c2b87f0b87817b25b09f37693ff84353 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Globe Loan Jewelry Co',});m_c2b87f0b87817b25b09f37693ff84353['infowindow'] = new google.maps.InfoWindow({content: $lc2b87f0b87817b25b09f37693ff84353});var infowindow = new google.maps.InfoWindow({content: $lc2b87f0b87817b25b09f37693ff84353});google.maps.event.addListener(m_c2b87f0b87817b25b09f37693ff84353, 'click', function() {infowindow.open(map,m_c2b87f0b87817b25b09f37693ff84353);});$marker.push(m_c2b87f0b87817b25b09f37693ff84353);}});}google.maps.event.addDomListener(window, 'load', initialize);