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.8501,-122.252)};var g_1260948ccb49b9597b90d402f1793f9f = new google.maps.Geocoder();g_1260948ccb49b9597b90d402f1793f9f.geocode( { 'address': "6300 College Ave #110, Oakland, CA 94618, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-1st-united-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-1st-united-credit-union'), mapOptions);}document.getElementById('49aef4fc').innerHTML += ' | View Map';var $l1260948ccb49b9597b90d402f1793f9f = '

1st United Credit Union

Address: 6300 College Ave #110, Oakland, CA 94618, USA
Phone: (800) 649-0193
';var m_1260948ccb49b9597b90d402f1793f9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st United Credit Union',});m_1260948ccb49b9597b90d402f1793f9f['infowindow'] = new google.maps.InfoWindow({content: $l1260948ccb49b9597b90d402f1793f9f});var infowindow = new google.maps.InfoWindow({content: $l1260948ccb49b9597b90d402f1793f9f});google.maps.event.addListener(m_1260948ccb49b9597b90d402f1793f9f, 'click', function() {infowindow.open(map,m_1260948ccb49b9597b90d402f1793f9f);});$marker.push(m_1260948ccb49b9597b90d402f1793f9f);}});}google.maps.event.addDomListener(window, 'load', initialize);