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.4871,-122.232)};var g_00acdef5b32f4a7089378d3b50b047a3 = new google.maps.Geocoder();g_00acdef5b32f4a7089378d3b50b047a3.geocode( { 'address': "401 Warren St #300, Redwood City, CA 94063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-bluevine').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-bluevine'), mapOptions);}document.getElementById('2250a799').innerHTML += ' | View Map';var $l00acdef5b32f4a7089378d3b50b047a3 = '

BlueVine

Address: 401 Warren St #300, Redwood City, CA 94063, USA
Phone: (888) 216-9619
';var m_00acdef5b32f4a7089378d3b50b047a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BlueVine',});m_00acdef5b32f4a7089378d3b50b047a3['infowindow'] = new google.maps.InfoWindow({content: $l00acdef5b32f4a7089378d3b50b047a3});var infowindow = new google.maps.InfoWindow({content: $l00acdef5b32f4a7089378d3b50b047a3});google.maps.event.addListener(m_00acdef5b32f4a7089378d3b50b047a3, 'click', function() {infowindow.open(map,m_00acdef5b32f4a7089378d3b50b047a3);});$marker.push(m_00acdef5b32f4a7089378d3b50b047a3);}});}google.maps.event.addDomListener(window, 'load', initialize);