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(31.3513,-109.554)};var g_6881a152b83d09fd68ccb9be0f9d9ade = new google.maps.Geocoder();g_6881a152b83d09fd68ccb9be0f9d9ade.geocode( { 'address': "1600 Pan American Ave, Douglas, AZ 85607, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('douglas-AZ-southeastern-arizona-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('douglas-AZ-southeastern-arizona-federal-credit-union'), mapOptions);}document.getElementById('0a6635cb').innerHTML += ' | View Map';var $l6881a152b83d09fd68ccb9be0f9d9ade = '

Southeastern Arizona Federal Credit Union

Address: 1600 Pan American Ave, Douglas, AZ 85607, USA
Phone: (520) 364-8401
';var m_6881a152b83d09fd68ccb9be0f9d9ade = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southeastern Arizona Federal Credit Union',});m_6881a152b83d09fd68ccb9be0f9d9ade['infowindow'] = new google.maps.InfoWindow({content: $l6881a152b83d09fd68ccb9be0f9d9ade});var infowindow = new google.maps.InfoWindow({content: $l6881a152b83d09fd68ccb9be0f9d9ade});google.maps.event.addListener(m_6881a152b83d09fd68ccb9be0f9d9ade, 'click', function() {infowindow.open(map,m_6881a152b83d09fd68ccb9be0f9d9ade);});$marker.push(m_6881a152b83d09fd68ccb9be0f9d9ade);}});}google.maps.event.addDomListener(window, 'load', initialize);