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.7346,-120.066)};var g_6078043e02697514ebdd421b43c9ca9d = new google.maps.Geocoder();g_6078043e02697514ebdd421b43c9ca9d.geocode( { 'address': "15301 W Whitesbridge Ave, Kerman, CA 93630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kerman-CA-educational-employees-credit-union-eecu').style.display = '';map = new google.maps.Map(document.getElementById('kerman-CA-educational-employees-credit-union-eecu'), mapOptions);}document.getElementById('22f0d135').innerHTML += ' | View Map';var $l6078043e02697514ebdd421b43c9ca9d = '

Educational Employees Credit Union (EECU)

Address: 15301 W Whitesbridge Ave, Kerman, CA 93630, USA
Phone: (800) 538-3328
';var m_6078043e02697514ebdd421b43c9ca9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Educational Employees Credit Union (EECU)',});m_6078043e02697514ebdd421b43c9ca9d['infowindow'] = new google.maps.InfoWindow({content: $l6078043e02697514ebdd421b43c9ca9d});var infowindow = new google.maps.InfoWindow({content: $l6078043e02697514ebdd421b43c9ca9d});google.maps.event.addListener(m_6078043e02697514ebdd421b43c9ca9d, 'click', function() {infowindow.open(map,m_6078043e02697514ebdd421b43c9ca9d);});$marker.push(m_6078043e02697514ebdd421b43c9ca9d);}});}google.maps.event.addDomListener(window, 'load', initialize);