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.713,-110.072)};var g_2ece2d3cad6cf36a0ec3a72413c25cf1 = new google.maps.Geocoder();g_2ece2d3cad6cf36a0ec3a72413c25cf1.geocode( { 'address': "218 S Sumner St, Tombstone, AZ 85638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tombstone-AZ-vantage-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('tombstone-AZ-vantage-west-credit-union'), mapOptions);}document.getElementById('0ee4ae74').innerHTML += ' | View Map';var $l2ece2d3cad6cf36a0ec3a72413c25cf1 = '

Vantage West Credit Union

Address: 218 S Sumner St, Tombstone, AZ 85638, USA
Phone: (520) 457-3551
';var m_2ece2d3cad6cf36a0ec3a72413c25cf1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage West Credit Union',});m_2ece2d3cad6cf36a0ec3a72413c25cf1['infowindow'] = new google.maps.InfoWindow({content: $l2ece2d3cad6cf36a0ec3a72413c25cf1});var infowindow = new google.maps.InfoWindow({content: $l2ece2d3cad6cf36a0ec3a72413c25cf1});google.maps.event.addListener(m_2ece2d3cad6cf36a0ec3a72413c25cf1, 'click', function() {infowindow.open(map,m_2ece2d3cad6cf36a0ec3a72413c25cf1);});$marker.push(m_2ece2d3cad6cf36a0ec3a72413c25cf1);}});}google.maps.event.addDomListener(window, 'load', initialize);