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.4616,-122.137)};var g_c4c0a50045458197aaf70402e5b29ef9 = new google.maps.Geocoder();g_c4c0a50045458197aaf70402e5b29ef9.geocode( { 'address': "1741 E Bayshore Rd, East Palo Alto, CA 94303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-palo-alto-CA-san-mateo-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-palo-alto-CA-san-mateo-credit-union'), mapOptions);}document.getElementById('6aa4062e').innerHTML += ' | View Map';var $lc4c0a50045458197aaf70402e5b29ef9 = '

San Mateo Credit Union

Address: 1741 E Bayshore Rd, East Palo Alto, CA 94303, USA
Phone: (650) 363-1725
';var m_c4c0a50045458197aaf70402e5b29ef9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'San Mateo Credit Union',});m_c4c0a50045458197aaf70402e5b29ef9['infowindow'] = new google.maps.InfoWindow({content: $lc4c0a50045458197aaf70402e5b29ef9});var infowindow = new google.maps.InfoWindow({content: $lc4c0a50045458197aaf70402e5b29ef9});google.maps.event.addListener(m_c4c0a50045458197aaf70402e5b29ef9, 'click', function() {infowindow.open(map,m_c4c0a50045458197aaf70402e5b29ef9);});$marker.push(m_c4c0a50045458197aaf70402e5b29ef9);}});}google.maps.event.addDomListener(window, 'load', initialize);