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.8802,-111.701)};var g_997272664b481015a956624190a29b89 = new google.maps.Geocoder();g_997272664b481015a956624190a29b89.geocode( { 'address': "2008 E Florence Blvd, Casa Grande, AZ 85194, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('casa-grande-AZ-vantage-west-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('casa-grande-AZ-vantage-west-credit-union'), mapOptions);}document.getElementById('d1bc31fb').innerHTML += ' | View Map';var $l997272664b481015a956624190a29b89 = '

Vantage West Credit Union

Address: 2008 E Florence Blvd, Casa Grande, AZ 85194, USA
Phone: (520) 582-1300
';var m_997272664b481015a956624190a29b89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage West Credit Union',});m_997272664b481015a956624190a29b89['infowindow'] = new google.maps.InfoWindow({content: $l997272664b481015a956624190a29b89});var infowindow = new google.maps.InfoWindow({content: $l997272664b481015a956624190a29b89});google.maps.event.addListener(m_997272664b481015a956624190a29b89, 'click', function() {infowindow.open(map,m_997272664b481015a956624190a29b89);});$marker.push(m_997272664b481015a956624190a29b89);}});}google.maps.event.addDomListener(window, 'load', initialize);