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.8058,-121.221)};var g_467112cee2fcd913955a65c8cd322834 = new google.maps.Geocoder();g_467112cee2fcd913955a65c8cd322834.geocode( { 'address': "206 E Yosemite Ave, Manteca, CA 95336"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('manteca-CA-financial-center-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('manteca-CA-financial-center-credit-union'), mapOptions);}document.getElementById('a17ee859').innerHTML += ' | View Map';var $l467112cee2fcd913955a65c8cd322834 = '

Financial Center Credit Union

Address: 206 E Yosemite Ave, Manteca, CA 95336
Phone: (209) 824-7065
';var m_467112cee2fcd913955a65c8cd322834 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Center Credit Union',});m_467112cee2fcd913955a65c8cd322834['infowindow'] = new google.maps.InfoWindow({content: $l467112cee2fcd913955a65c8cd322834});var infowindow = new google.maps.InfoWindow({content: $l467112cee2fcd913955a65c8cd322834});google.maps.event.addListener(m_467112cee2fcd913955a65c8cd322834, 'click', function() {infowindow.open(map,m_467112cee2fcd913955a65c8cd322834);});$marker.push(m_467112cee2fcd913955a65c8cd322834);}});}google.maps.event.addDomListener(window, 'load', initialize);