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.264,-121.917)};var g_3b8c36efc8777ec77891ef3bc91e7125 = new google.maps.Geocoder();g_3b8c36efc8777ec77891ef3bc91e7125.geocode( { 'address': "1795 Hillsdale Ave #10, San Jose, CA 95124, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-meriwest-credit-union---hillsdale-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-meriwest-credit-union---hillsdale-financial-center'), mapOptions);}document.getElementById('8d3d6ee6').innerHTML += ' | View Map';var $l3b8c36efc8777ec77891ef3bc91e7125 = '

Meriwest Credit Union - Hillsdale Financial Center

Address: 1795 Hillsdale Ave #10, San Jose, CA 95124, USA
Phone: (877) 637-4937
';var m_3b8c36efc8777ec77891ef3bc91e7125 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Meriwest Credit Union - Hillsdale Financial Center',});m_3b8c36efc8777ec77891ef3bc91e7125['infowindow'] = new google.maps.InfoWindow({content: $l3b8c36efc8777ec77891ef3bc91e7125});var infowindow = new google.maps.InfoWindow({content: $l3b8c36efc8777ec77891ef3bc91e7125});google.maps.event.addListener(m_3b8c36efc8777ec77891ef3bc91e7125, 'click', function() {infowindow.open(map,m_3b8c36efc8777ec77891ef3bc91e7125);});$marker.push(m_3b8c36efc8777ec77891ef3bc91e7125);}});}google.maps.event.addDomListener(window, 'load', initialize);