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_69864ed83f2180b202f3af5d2c30485b = new google.maps.Geocoder();g_69864ed83f2180b202f3af5d2c30485b.geocode( { 'address': "1185 W Hedges Ave, Fresno, CA 93728"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-greater-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-greater-valley-credit-union'), mapOptions);}document.getElementById('b41180aa').innerHTML += ' | View Map';var $l69864ed83f2180b202f3af5d2c30485b = '

Greater Valley Credit Union

Address: 1185 W Hedges Ave, Fresno, CA 93728
Phone: (559) 233-0867
';var m_69864ed83f2180b202f3af5d2c30485b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Valley Credit Union',});m_69864ed83f2180b202f3af5d2c30485b['infowindow'] = new google.maps.InfoWindow({content: $l69864ed83f2180b202f3af5d2c30485b});var infowindow = new google.maps.InfoWindow({content: $l69864ed83f2180b202f3af5d2c30485b});google.maps.event.addListener(m_69864ed83f2180b202f3af5d2c30485b, 'click', function() {infowindow.open(map,m_69864ed83f2180b202f3af5d2c30485b);});$marker.push(m_69864ed83f2180b202f3af5d2c30485b);}});}google.maps.event.addDomListener(window, 'load', initialize);