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.8037,-122.275)};var g_fe7646726961c699ec119fee14568f98 = new google.maps.Geocoder();g_fe7646726961c699ec119fee14568f98.geocode( { 'address': "#970, 555 12th St, Oakland, CA 94607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-matson-efcu').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-matson-efcu'), mapOptions);}document.getElementById('c7431bca').innerHTML += ' | View Map';var $lfe7646726961c699ec119fee14568f98 = '

Matson EFCU

Address: #970, 555 12th St, Oakland, CA 94607, USA
Phone: (510) 628-4358
';var m_fe7646726961c699ec119fee14568f98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Matson EFCU',});m_fe7646726961c699ec119fee14568f98['infowindow'] = new google.maps.InfoWindow({content: $lfe7646726961c699ec119fee14568f98});var infowindow = new google.maps.InfoWindow({content: $lfe7646726961c699ec119fee14568f98});google.maps.event.addListener(m_fe7646726961c699ec119fee14568f98, 'click', function() {infowindow.open(map,m_fe7646726961c699ec119fee14568f98);});$marker.push(m_fe7646726961c699ec119fee14568f98);}});}google.maps.event.addDomListener(window, 'load', initialize);