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(32.9856,-111.524)};var g_795ad40839eecf2bc05dbc4c7b6d1c25 = new google.maps.Geocoder();g_795ad40839eecf2bc05dbc4c7b6d1c25.geocode( { 'address': "818 N Arizona Blvd, Coolidge, AZ 85128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coolidge-AZ-pinal-county-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('coolidge-AZ-pinal-county-federal-cu'), mapOptions);}document.getElementById('6e7c768e').innerHTML += ' | View Map';var $l795ad40839eecf2bc05dbc4c7b6d1c25 = '

Pinal County Federal CU

Address: 818 N Arizona Blvd, Coolidge, AZ 85128, USA
Phone: (520) 381-3100
';var m_795ad40839eecf2bc05dbc4c7b6d1c25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pinal County Federal CU',});m_795ad40839eecf2bc05dbc4c7b6d1c25['infowindow'] = new google.maps.InfoWindow({content: $l795ad40839eecf2bc05dbc4c7b6d1c25});var infowindow = new google.maps.InfoWindow({content: $l795ad40839eecf2bc05dbc4c7b6d1c25});google.maps.event.addListener(m_795ad40839eecf2bc05dbc4c7b6d1c25, 'click', function() {infowindow.open(map,m_795ad40839eecf2bc05dbc4c7b6d1c25);});$marker.push(m_795ad40839eecf2bc05dbc4c7b6d1c25);}});}google.maps.event.addDomListener(window, 'load', initialize);