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(34.0079,-118.414)};var g_8300d35a40325161ce82bbefc6fc6530 = new google.maps.Geocoder();g_8300d35a40325161ce82bbefc6fc6530.geocode( { 'address': "4025 Sepulveda Blvd, Culver City, CA 90230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culver-city-CA-jacks-jewlery-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('culver-city-CA-jacks-jewlery-and-loan'), mapOptions);}document.getElementById('276c216c').innerHTML += ' | View Map';var $l8300d35a40325161ce82bbefc6fc6530 = '

Jack's Jewlery and Loan

Address: 4025 Sepulveda Blvd, Culver City, CA 90230, USA
Phone: (310) 398-7296
';var m_8300d35a40325161ce82bbefc6fc6530 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jack's Jewlery and Loan',});m_8300d35a40325161ce82bbefc6fc6530['infowindow'] = new google.maps.InfoWindow({content: $l8300d35a40325161ce82bbefc6fc6530});var infowindow = new google.maps.InfoWindow({content: $l8300d35a40325161ce82bbefc6fc6530});google.maps.event.addListener(m_8300d35a40325161ce82bbefc6fc6530, 'click', function() {infowindow.open(map,m_8300d35a40325161ce82bbefc6fc6530);});$marker.push(m_8300d35a40325161ce82bbefc6fc6530);}});}google.maps.event.addDomListener(window, 'load', initialize);