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.7169,-122.119)};var g_678c61ac5b4f91ca86e112fc50e63766 = new google.maps.Geocoder();g_678c61ac5b4f91ca86e112fc50e63766.geocode( { 'address': "2500 Fairmont Dr, San Leandro, CA 94578, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-leandro-CA-1st-united-cu-atm-location').style.display = '';map = new google.maps.Map(document.getElementById('san-leandro-CA-1st-united-cu-atm-location'), mapOptions);}document.getElementById('488c85a8').innerHTML += ' | View Map';var $l678c61ac5b4f91ca86e112fc50e63766 = '

1st United CU ATM Location

Address: 2500 Fairmont Dr, San Leandro, CA 94578, USA
Phone: (800) 649-0193
';var m_678c61ac5b4f91ca86e112fc50e63766 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st United CU ATM Location',});m_678c61ac5b4f91ca86e112fc50e63766['infowindow'] = new google.maps.InfoWindow({content: $l678c61ac5b4f91ca86e112fc50e63766});var infowindow = new google.maps.InfoWindow({content: $l678c61ac5b4f91ca86e112fc50e63766});google.maps.event.addListener(m_678c61ac5b4f91ca86e112fc50e63766, 'click', function() {infowindow.open(map,m_678c61ac5b4f91ca86e112fc50e63766);});$marker.push(m_678c61ac5b4f91ca86e112fc50e63766);}});}google.maps.event.addDomListener(window, 'load', initialize);