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.8141,-119.781)};var g_5a989d787772b7fd88c063aff8393d34 = new google.maps.Geocoder();g_5a989d787772b7fd88c063aff8393d34.geocode( { 'address': "5300 N Fresno St, Fresno, CA 93710, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fresno-CA-fresno-fire-department-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fresno-CA-fresno-fire-department-credit-union'), mapOptions);}document.getElementById('d4d469c0').innerHTML += ' | View Map';var $l5a989d787772b7fd88c063aff8393d34 = '

Fresno Fire Department Credit Union

Address: 5300 N Fresno St, Fresno, CA 93710, USA
Phone: (559) 228-1997
';var m_5a989d787772b7fd88c063aff8393d34 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fresno Fire Department Credit Union',});m_5a989d787772b7fd88c063aff8393d34['infowindow'] = new google.maps.InfoWindow({content: $l5a989d787772b7fd88c063aff8393d34});var infowindow = new google.maps.InfoWindow({content: $l5a989d787772b7fd88c063aff8393d34});google.maps.event.addListener(m_5a989d787772b7fd88c063aff8393d34, 'click', function() {infowindow.open(map,m_5a989d787772b7fd88c063aff8393d34);});$marker.push(m_5a989d787772b7fd88c063aff8393d34);}});}google.maps.event.addDomListener(window, 'load', initialize);