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_7b4e82cb855801d7098534835e2ca260 = new google.maps.Geocoder();g_7b4e82cb855801d7098534835e2ca260.geocode( { 'address': "3125 E Valencia Rd, Tucson, AZ 85706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tucson-AZ-vantage-west-credit-unioin').style.display = '';map = new google.maps.Map(document.getElementById('tucson-AZ-vantage-west-credit-unioin'), mapOptions);}document.getElementById('8b92675d').innerHTML += ' | View Map';var $l7b4e82cb855801d7098534835e2ca260 = '

Vantage West Credit Unioin

Address: 3125 E Valencia Rd, Tucson, AZ 85706
Phone: (520) 298-7882
';var m_7b4e82cb855801d7098534835e2ca260 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage West Credit Unioin',});m_7b4e82cb855801d7098534835e2ca260['infowindow'] = new google.maps.InfoWindow({content: $l7b4e82cb855801d7098534835e2ca260});var infowindow = new google.maps.InfoWindow({content: $l7b4e82cb855801d7098534835e2ca260});google.maps.event.addListener(m_7b4e82cb855801d7098534835e2ca260, 'click', function() {infowindow.open(map,m_7b4e82cb855801d7098534835e2ca260);});$marker.push(m_7b4e82cb855801d7098534835e2ca260);}});}google.maps.event.addDomListener(window, 'load', initialize);