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.0237,-118.39)};var g_2b5b71a013d21964a6043a7cc9b81138 = new google.maps.Geocoder();g_2b5b71a013d21964a6043a7cc9b81138.geocode( { 'address': "Culver City, CA 90232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('culver-city-CA-loan-mart').style.display = '';map = new google.maps.Map(document.getElementById('culver-city-CA-loan-mart'), mapOptions);}document.getElementById('7f342a28').innerHTML += ' | View Map';var $l2b5b71a013d21964a6043a7cc9b81138 = '

Loan Mart

Address: Culver City, CA 90232, USA
Phone: (800) 562-6627
';var m_2b5b71a013d21964a6043a7cc9b81138 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Mart',});m_2b5b71a013d21964a6043a7cc9b81138['infowindow'] = new google.maps.InfoWindow({content: $l2b5b71a013d21964a6043a7cc9b81138});var infowindow = new google.maps.InfoWindow({content: $l2b5b71a013d21964a6043a7cc9b81138});google.maps.event.addListener(m_2b5b71a013d21964a6043a7cc9b81138, 'click', function() {infowindow.open(map,m_2b5b71a013d21964a6043a7cc9b81138);});$marker.push(m_2b5b71a013d21964a6043a7cc9b81138);}});}google.maps.event.addDomListener(window, 'load', initialize);