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(36.8389,-119.801)};var g_fd0eab0438eb8bcabe2c3c03a615a8f2 = new google.maps.Geocoder();g_fd0eab0438eb8bcabe2c3c03a615a8f2.geocode( { 'address': "2525 E Shields Ave, Fresno, CA 93726"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-first-california-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-first-california-federal-credit-union'), mapOptions);}document.getElementById('c7d538d7').innerHTML += ' | View Map';var $lfd0eab0438eb8bcabe2c3c03a615a8f2 = '

First California Federal Credit Union

Address: 2525 E Shields Ave, Fresno, CA 93726
Phone: (559) 226-8282
';var m_fd0eab0438eb8bcabe2c3c03a615a8f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First California Federal Credit Union',});m_fd0eab0438eb8bcabe2c3c03a615a8f2['infowindow'] = new google.maps.InfoWindow({content: $lfd0eab0438eb8bcabe2c3c03a615a8f2});var infowindow = new google.maps.InfoWindow({content: $lfd0eab0438eb8bcabe2c3c03a615a8f2});google.maps.event.addListener(m_fd0eab0438eb8bcabe2c3c03a615a8f2, 'click', function() {infowindow.open(map,m_fd0eab0438eb8bcabe2c3c03a615a8f2);});$marker.push(m_fd0eab0438eb8bcabe2c3c03a615a8f2);}});}google.maps.event.addDomListener(window, 'load', initialize);