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_0709c5b3e474f8a1902d05101abe8169 = new google.maps.Geocoder();g_0709c5b3e474f8a1902d05101abe8169.geocode( { 'address': "3141 Middlefield Rd, Redwood City, CA 94063"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redwood-city-CA-progreso-financial').style.display = '';map = new google.maps.Map(document.getElementById('redwood-city-CA-progreso-financial'), mapOptions);}document.getElementById('49b175a4').innerHTML += ' | View Map';var $l0709c5b3e474f8a1902d05101abe8169 = '

Progreso Financial

Address: 3141 Middlefield Rd, Redwood City, CA 94063
Phone: (650) 780-9122
';var m_0709c5b3e474f8a1902d05101abe8169 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Progreso Financial',});m_0709c5b3e474f8a1902d05101abe8169['infowindow'] = new google.maps.InfoWindow({content: $l0709c5b3e474f8a1902d05101abe8169});var infowindow = new google.maps.InfoWindow({content: $l0709c5b3e474f8a1902d05101abe8169});google.maps.event.addListener(m_0709c5b3e474f8a1902d05101abe8169, 'click', function() {infowindow.open(map,m_0709c5b3e474f8a1902d05101abe8169);});$marker.push(m_0709c5b3e474f8a1902d05101abe8169);}});}google.maps.event.addDomListener(window, 'load', initialize);