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.3512,-121.901)};var g_0531f465274899fb94fd951639c6e5a9 = new google.maps.Geocoder();g_0531f465274899fb94fd951639c6e5a9.geocode( { 'address': "798 N 1st St, San Jose, CA 95112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-oe-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-oe-federal-credit-union'), mapOptions);}document.getElementById('6d44b963').innerHTML += ' | View Map';var $l0531f465274899fb94fd951639c6e5a9 = '

OE Federal Credit Union

Address: 798 N 1st St, San Jose, CA 95112, USA
Phone: (408) 995-5095
';var m_0531f465274899fb94fd951639c6e5a9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OE Federal Credit Union',});m_0531f465274899fb94fd951639c6e5a9['infowindow'] = new google.maps.InfoWindow({content: $l0531f465274899fb94fd951639c6e5a9});var infowindow = new google.maps.InfoWindow({content: $l0531f465274899fb94fd951639c6e5a9});google.maps.event.addListener(m_0531f465274899fb94fd951639c6e5a9, 'click', function() {infowindow.open(map,m_0531f465274899fb94fd951639c6e5a9);});$marker.push(m_0531f465274899fb94fd951639c6e5a9);}});}google.maps.event.addDomListener(window, 'load', initialize);