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.2707,-119.171)};var g_1076e57ce1e589e6d0b48f6a7867d5bd = new google.maps.Geocoder();g_1076e57ce1e589e6d0b48f6a7867d5bd.geocode( { 'address': "9340 Telephone Rd, Ventura, CA 93004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-ace-cash-express'), mapOptions);}document.getElementById('064e07a2').innerHTML += ' | View Map';var $l1076e57ce1e589e6d0b48f6a7867d5bd = '

ACE Cash Express

Address: 9340 Telephone Rd, Ventura, CA 93004, USA
Phone: (805) 647-4109
';var m_1076e57ce1e589e6d0b48f6a7867d5bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_1076e57ce1e589e6d0b48f6a7867d5bd['infowindow'] = new google.maps.InfoWindow({content: $l1076e57ce1e589e6d0b48f6a7867d5bd});var infowindow = new google.maps.InfoWindow({content: $l1076e57ce1e589e6d0b48f6a7867d5bd});google.maps.event.addListener(m_1076e57ce1e589e6d0b48f6a7867d5bd, 'click', function() {infowindow.open(map,m_1076e57ce1e589e6d0b48f6a7867d5bd);});$marker.push(m_1076e57ce1e589e6d0b48f6a7867d5bd);}});}google.maps.event.addDomListener(window, 'load', initialize);