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.2814,-119.302)};var g_2f88d41fed016cd1f8b5d359ebc017ad = new google.maps.Geocoder();g_2f88d41fed016cd1f8b5d359ebc017ad.geocode( { 'address': "67 W Main St B, Ventura, CA 93001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-continental-currency-services').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-continental-currency-services'), mapOptions);}document.getElementById('bff4bf86').innerHTML += ' | View Map';var $l2f88d41fed016cd1f8b5d359ebc017ad = '

Continental Currency Services

Address: 67 W Main St B, Ventura, CA 93001, USA
Phone: (805) 652-1596
';var m_2f88d41fed016cd1f8b5d359ebc017ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Currency Services',});m_2f88d41fed016cd1f8b5d359ebc017ad['infowindow'] = new google.maps.InfoWindow({content: $l2f88d41fed016cd1f8b5d359ebc017ad});var infowindow = new google.maps.InfoWindow({content: $l2f88d41fed016cd1f8b5d359ebc017ad});google.maps.event.addListener(m_2f88d41fed016cd1f8b5d359ebc017ad, 'click', function() {infowindow.open(map,m_2f88d41fed016cd1f8b5d359ebc017ad);});$marker.push(m_2f88d41fed016cd1f8b5d359ebc017ad);}});}google.maps.event.addDomListener(window, 'load', initialize);