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.7719,-119.727)};var g_91f9fec9b080c74297a55c392b5f40a4 = new google.maps.Geocoder();g_91f9fec9b080c74297a55c392b5f40a4.geocode( { 'address': "4986 E Clinton Way, Fresno, CA 93727, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-eecu').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-eecu'), mapOptions);}document.getElementById('444cdcd1').innerHTML += ' | View Map';var $l91f9fec9b080c74297a55c392b5f40a4 = '

EECU

Address: 4986 E Clinton Way, Fresno, CA 93727, USA
Phone: (559) 456-1144
';var m_91f9fec9b080c74297a55c392b5f40a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EECU',});m_91f9fec9b080c74297a55c392b5f40a4['infowindow'] = new google.maps.InfoWindow({content: $l91f9fec9b080c74297a55c392b5f40a4});var infowindow = new google.maps.InfoWindow({content: $l91f9fec9b080c74297a55c392b5f40a4});google.maps.event.addListener(m_91f9fec9b080c74297a55c392b5f40a4, 'click', function() {infowindow.open(map,m_91f9fec9b080c74297a55c392b5f40a4);});$marker.push(m_91f9fec9b080c74297a55c392b5f40a4);}});}google.maps.event.addDomListener(window, 'load', initialize);