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.3259,-119.668)};var g_c6ec72c8a5165314f8ec52816009d383 = new google.maps.Geocoder();g_c6ec72c8a5165314f8ec52816009d383.geocode( { 'address': "1460 W 7th St, Hanford, CA 93230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hanford-CA-educational-employees-credit-union---eecu---hanford').style.display = '';map = new google.maps.Map(document.getElementById('hanford-CA-educational-employees-credit-union---eecu---hanford'), mapOptions);}document.getElementById('c7f53ef0').innerHTML += ' | View Map';var $lc6ec72c8a5165314f8ec52816009d383 = '

Educational Employees Credit Union - EECU - Hanford

Address: 1460 W 7th St, Hanford, CA 93230, USA
Phone: (800) 538-3328
';var m_c6ec72c8a5165314f8ec52816009d383 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Educational Employees Credit Union - EECU - Hanford',});m_c6ec72c8a5165314f8ec52816009d383['infowindow'] = new google.maps.InfoWindow({content: $lc6ec72c8a5165314f8ec52816009d383});var infowindow = new google.maps.InfoWindow({content: $lc6ec72c8a5165314f8ec52816009d383});google.maps.event.addListener(m_c6ec72c8a5165314f8ec52816009d383, 'click', function() {infowindow.open(map,m_c6ec72c8a5165314f8ec52816009d383);});$marker.push(m_c6ec72c8a5165314f8ec52816009d383);}});}google.maps.event.addDomListener(window, 'load', initialize);