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.2774,-118.79)};var g_c7f803c381391bfba324f22ba9203446 = new google.maps.Geocoder();g_c7f803c381391bfba324f22ba9203446.geocode( { 'address': "Simi Valley, CA 93065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simi-valley-CA-800-loan-mart').style.display = '';map = new google.maps.Map(document.getElementById('simi-valley-CA-800-loan-mart'), mapOptions);}document.getElementById('75b19160').innerHTML += ' | View Map';var $lc7f803c381391bfba324f22ba9203446 = '

800 Loan Mart

Address: Simi Valley, CA 93065, USA
Phone: (805) 426-5070
';var m_c7f803c381391bfba324f22ba9203446 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '800 Loan Mart',});m_c7f803c381391bfba324f22ba9203446['infowindow'] = new google.maps.InfoWindow({content: $lc7f803c381391bfba324f22ba9203446});var infowindow = new google.maps.InfoWindow({content: $lc7f803c381391bfba324f22ba9203446});google.maps.event.addListener(m_c7f803c381391bfba324f22ba9203446, 'click', function() {infowindow.open(map,m_c7f803c381391bfba324f22ba9203446);});$marker.push(m_c7f803c381391bfba324f22ba9203446);}});}google.maps.event.addDomListener(window, 'load', initialize);