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(38.6761,-121.758)};var g_72bb5e465173a35cbfe54bff29e6830c = new google.maps.Geocoder();g_72bb5e465173a35cbfe54bff29e6830c.geocode( { 'address': "1372 E Main St, Woodland, CA 95776, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-CA-travis-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('woodland-CA-travis-credit-union'), mapOptions);}document.getElementById('58f28ece').innerHTML += ' | View Map';var $l72bb5e465173a35cbfe54bff29e6830c = '

Travis Credit Union

Address: 1372 E Main St, Woodland, CA 95776, USA
Phone: (800) 877-8328
';var m_72bb5e465173a35cbfe54bff29e6830c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Travis Credit Union',});m_72bb5e465173a35cbfe54bff29e6830c['infowindow'] = new google.maps.InfoWindow({content: $l72bb5e465173a35cbfe54bff29e6830c});var infowindow = new google.maps.InfoWindow({content: $l72bb5e465173a35cbfe54bff29e6830c});google.maps.event.addListener(m_72bb5e465173a35cbfe54bff29e6830c, 'click', function() {infowindow.open(map,m_72bb5e465173a35cbfe54bff29e6830c);});$marker.push(m_72bb5e465173a35cbfe54bff29e6830c);}});}google.maps.event.addDomListener(window, 'load', initialize);