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.8647,-119.759)};var g_b0dd0da9b9f38c64e3c17a2b4a2bdb13 = new google.maps.Geocoder();g_b0dd0da9b9f38c64e3c17a2b4a2bdb13.geocode( { 'address': "8949 N Cedar Ave, Fresno, CA 93720, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-eecu-cedarshepherd-atm').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-eecu-cedarshepherd-atm'), mapOptions);}document.getElementById('628c2fe6').innerHTML += ' | View Map';var $lb0dd0da9b9f38c64e3c17a2b4a2bdb13 = '

EECU Cedar/Shepherd ATM

Address: 8949 N Cedar Ave, Fresno, CA 93720, USA
Phone: (800) 538-3328
';var m_b0dd0da9b9f38c64e3c17a2b4a2bdb13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EECU Cedar/Shepherd ATM',});m_b0dd0da9b9f38c64e3c17a2b4a2bdb13['infowindow'] = new google.maps.InfoWindow({content: $lb0dd0da9b9f38c64e3c17a2b4a2bdb13});var infowindow = new google.maps.InfoWindow({content: $lb0dd0da9b9f38c64e3c17a2b4a2bdb13});google.maps.event.addListener(m_b0dd0da9b9f38c64e3c17a2b4a2bdb13, 'click', function() {infowindow.open(map,m_b0dd0da9b9f38c64e3c17a2b4a2bdb13);});$marker.push(m_b0dd0da9b9f38c64e3c17a2b4a2bdb13);}});}google.maps.event.addDomListener(window, 'load', initialize);