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.2182,-110.972)};var g_950388105ff1dba8061523168de283c9 = new google.maps.Geocoder();g_950388105ff1dba8061523168de283c9.geocode( { 'address': "550 W Magee Rd, Tucson, AZ 85704"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-dm-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-dm-federal-credit-union'), mapOptions);}document.getElementById('d8d6af57').innerHTML += ' | View Map';var $l950388105ff1dba8061523168de283c9 = '

DM Federal Credit Union

Address: 550 W Magee Rd, Tucson, AZ 85704
Phone: (520) 298-7882
';var m_950388105ff1dba8061523168de283c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'DM Federal Credit Union',});m_950388105ff1dba8061523168de283c9['infowindow'] = new google.maps.InfoWindow({content: $l950388105ff1dba8061523168de283c9});var infowindow = new google.maps.InfoWindow({content: $l950388105ff1dba8061523168de283c9});google.maps.event.addListener(m_950388105ff1dba8061523168de283c9, 'click', function() {infowindow.open(map,m_950388105ff1dba8061523168de283c9);});$marker.push(m_950388105ff1dba8061523168de283c9);}});}google.maps.event.addDomListener(window, 'load', initialize);