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(34.2842,-118.717)};var g_3a93a609b97ec0ab0ff5539eb79ef33a = new google.maps.Geocoder();g_3a93a609b97ec0ab0ff5539eb79ef33a.geocode( { 'address': "2680 Tapo Canyon Rd, Simi Valley, CA 93063, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('simi-valley-CA-ventura-county-credit-union---simi-valley').style.display = '';map = new google.maps.Map(document.getElementById('simi-valley-CA-ventura-county-credit-union---simi-valley'), mapOptions);}document.getElementById('19977685').innerHTML += ' | View Map';var $l3a93a609b97ec0ab0ff5539eb79ef33a = '

Ventura County Credit Union - Simi Valley

Address: 2680 Tapo Canyon Rd, Simi Valley, CA 93063, USA
Phone: (805) 477-4000
';var m_3a93a609b97ec0ab0ff5539eb79ef33a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ventura County Credit Union - Simi Valley',});m_3a93a609b97ec0ab0ff5539eb79ef33a['infowindow'] = new google.maps.InfoWindow({content: $l3a93a609b97ec0ab0ff5539eb79ef33a});var infowindow = new google.maps.InfoWindow({content: $l3a93a609b97ec0ab0ff5539eb79ef33a});google.maps.event.addListener(m_3a93a609b97ec0ab0ff5539eb79ef33a, 'click', function() {infowindow.open(map,m_3a93a609b97ec0ab0ff5539eb79ef33a);});$marker.push(m_3a93a609b97ec0ab0ff5539eb79ef33a);}});}google.maps.event.addDomListener(window, 'load', initialize);