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(37.8903,-122.568)};var g_8653e8618cfebc672d9486a39cd22ec1 = new google.maps.Geocoder();g_8653e8618cfebc672d9486a39cd22ec1.geocode( { 'address': "767 E Blithedale Ave, Mill Valley, CA 94941"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mill-valley-CA-travelex-currency-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('mill-valley-CA-travelex-currency-services-inc'), mapOptions);}document.getElementById('7d9a52b1').innerHTML += ' | View Map';var $l8653e8618cfebc672d9486a39cd22ec1 = '

Travelex Currency Services Inc.

Address: 767 E Blithedale Ave, Mill Valley, CA 94941
Phone: (415) 389-5972
';var m_8653e8618cfebc672d9486a39cd22ec1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travelex Currency Services Inc.',});m_8653e8618cfebc672d9486a39cd22ec1['infowindow'] = new google.maps.InfoWindow({content: $l8653e8618cfebc672d9486a39cd22ec1});var infowindow = new google.maps.InfoWindow({content: $l8653e8618cfebc672d9486a39cd22ec1});google.maps.event.addListener(m_8653e8618cfebc672d9486a39cd22ec1, 'click', function() {infowindow.open(map,m_8653e8618cfebc672d9486a39cd22ec1);});$marker.push(m_8653e8618cfebc672d9486a39cd22ec1);}});}google.maps.event.addDomListener(window, 'load', initialize);