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.3012,-119.783)};var g_3781dd7f278cc1ef92d0ad4bb4fa61fb = new google.maps.Geocoder();g_3781dd7f278cc1ef92d0ad4bb4fa61fb.geocode( { 'address': "200 Follett St, Lemoore, CA 93245, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lemoore-CA-fast-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lemoore-CA-fast-federal-credit-union'), mapOptions);}document.getElementById('6a45307d').innerHTML += ' | View Map';var $l3781dd7f278cc1ef92d0ad4bb4fa61fb = '

FAST Federal Credit Union

Address: 200 Follett St, Lemoore, CA 93245, USA
Phone: (559) 584-0922
';var m_3781dd7f278cc1ef92d0ad4bb4fa61fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FAST Federal Credit Union',});m_3781dd7f278cc1ef92d0ad4bb4fa61fb['infowindow'] = new google.maps.InfoWindow({content: $l3781dd7f278cc1ef92d0ad4bb4fa61fb});var infowindow = new google.maps.InfoWindow({content: $l3781dd7f278cc1ef92d0ad4bb4fa61fb});google.maps.event.addListener(m_3781dd7f278cc1ef92d0ad4bb4fa61fb, 'click', function() {infowindow.open(map,m_3781dd7f278cc1ef92d0ad4bb4fa61fb);});$marker.push(m_3781dd7f278cc1ef92d0ad4bb4fa61fb);}});}google.maps.event.addDomListener(window, 'load', initialize);