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.4625,-122.234)};var g_273f5064dc00c682c73b05f36d00f2a1 = new google.maps.Geocoder();g_273f5064dc00c682c73b05f36d00f2a1.geocode( { 'address': "615 Woodside Rd, Redwood City, CA 94061"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-colibri-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-colibri-financial-services'), mapOptions);}document.getElementById('7e184aa0').innerHTML += ' | View Map';var $l273f5064dc00c682c73b05f36d00f2a1 = '

Colibri Financial Services

Address: 615 Woodside Rd, Redwood City, CA 94061
Phone: (650) 556-1559
';var m_273f5064dc00c682c73b05f36d00f2a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colibri Financial Services',});m_273f5064dc00c682c73b05f36d00f2a1['infowindow'] = new google.maps.InfoWindow({content: $l273f5064dc00c682c73b05f36d00f2a1});var infowindow = new google.maps.InfoWindow({content: $l273f5064dc00c682c73b05f36d00f2a1});google.maps.event.addListener(m_273f5064dc00c682c73b05f36d00f2a1, 'click', function() {infowindow.open(map,m_273f5064dc00c682c73b05f36d00f2a1);});$marker.push(m_273f5064dc00c682c73b05f36d00f2a1);}});}google.maps.event.addDomListener(window, 'load', initialize);