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.1974,-119.177)};var g_1d6debc9b0310913b81d2d52258b8b27 = new google.maps.Geocoder();g_1d6debc9b0310913b81d2d52258b8b27.geocode( { 'address': "100 E 5th St, Oxnard, CA 93030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-casa-de-cambio-calle-quinta').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-casa-de-cambio-calle-quinta'), mapOptions);}document.getElementById('7476ac93').innerHTML += ' | View Map';var $l1d6debc9b0310913b81d2d52258b8b27 = '

Casa DE Cambio Calle Quinta

Address: 100 E 5th St, Oxnard, CA 93030, USA
Phone: (805) 487-2445
';var m_1d6debc9b0310913b81d2d52258b8b27 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casa DE Cambio Calle Quinta',});m_1d6debc9b0310913b81d2d52258b8b27['infowindow'] = new google.maps.InfoWindow({content: $l1d6debc9b0310913b81d2d52258b8b27});var infowindow = new google.maps.InfoWindow({content: $l1d6debc9b0310913b81d2d52258b8b27});google.maps.event.addListener(m_1d6debc9b0310913b81d2d52258b8b27, 'click', function() {infowindow.open(map,m_1d6debc9b0310913b81d2d52258b8b27);});$marker.push(m_1d6debc9b0310913b81d2d52258b8b27);}});}google.maps.event.addDomListener(window, 'load', initialize);