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.7606,-122.26)};var g_a6346d950811d61ce0c94a3db285df5a = new google.maps.Geocoder();g_a6346d950811d61ce0c94a3db285df5a.geocode( { 'address': "1528 Webster St, Alameda, CA 94501"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alameda-CA-financial-benefits-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('alameda-CA-financial-benefits-credit-union'), mapOptions);}document.getElementById('ab126024').innerHTML += ' | View Map';var $la6346d950811d61ce0c94a3db285df5a = '

Financial Benefits Credit Union

Address: 1528 Webster St, Alameda, CA 94501
Phone: (510) 433-9200
';var m_a6346d950811d61ce0c94a3db285df5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Benefits Credit Union',});m_a6346d950811d61ce0c94a3db285df5a['infowindow'] = new google.maps.InfoWindow({content: $la6346d950811d61ce0c94a3db285df5a});var infowindow = new google.maps.InfoWindow({content: $la6346d950811d61ce0c94a3db285df5a});google.maps.event.addListener(m_a6346d950811d61ce0c94a3db285df5a, 'click', function() {infowindow.open(map,m_a6346d950811d61ce0c94a3db285df5a);});$marker.push(m_a6346d950811d61ce0c94a3db285df5a);}});}google.maps.event.addDomListener(window, 'load', initialize);