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.0048,-120.127)};var g_5a0ada17478cc2bc5ba155ab8284ad0e = new google.maps.Geocoder();g_5a0ada17478cc2bc5ba155ab8284ad0e.geocode( { 'address': "744 Skyline Blvd, Avenal, CA 93204, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('avenal-CA-fast-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('avenal-CA-fast-federal-credit-union'), mapOptions);}document.getElementById('d19aad18').innerHTML += ' | View Map';var $l5a0ada17478cc2bc5ba155ab8284ad0e = '

FAST Federal Credit Union

Address: 744 Skyline Blvd, Avenal, CA 93204, USA
Phone: (559) 584-0922
';var m_5a0ada17478cc2bc5ba155ab8284ad0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FAST Federal Credit Union',});m_5a0ada17478cc2bc5ba155ab8284ad0e['infowindow'] = new google.maps.InfoWindow({content: $l5a0ada17478cc2bc5ba155ab8284ad0e});var infowindow = new google.maps.InfoWindow({content: $l5a0ada17478cc2bc5ba155ab8284ad0e});google.maps.event.addListener(m_5a0ada17478cc2bc5ba155ab8284ad0e, 'click', function() {infowindow.open(map,m_5a0ada17478cc2bc5ba155ab8284ad0e);});$marker.push(m_5a0ada17478cc2bc5ba155ab8284ad0e);}});}google.maps.event.addDomListener(window, 'load', initialize);