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()};var g_660110aa3162f77605b07eec19f1e20a = new google.maps.Geocoder();g_660110aa3162f77605b07eec19f1e20a.geocode( { 'address': "9200 Olive Blvd, Olivette, MO 63132"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olivette-MO-vantage-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('olivette-MO-vantage-credit-union'), mapOptions);}document.getElementById('9f941669').innerHTML += ' | View Map';var $l660110aa3162f77605b07eec19f1e20a = '

Vantage Credit Union

Address: 9200 Olive Blvd, Olivette, MO 63132
Phone: (314) 739-6339
';var m_660110aa3162f77605b07eec19f1e20a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage Credit Union',});m_660110aa3162f77605b07eec19f1e20a['infowindow'] = new google.maps.InfoWindow({content: $l660110aa3162f77605b07eec19f1e20a});var infowindow = new google.maps.InfoWindow({content: $l660110aa3162f77605b07eec19f1e20a});google.maps.event.addListener(m_660110aa3162f77605b07eec19f1e20a, 'click', function() {infowindow.open(map,m_660110aa3162f77605b07eec19f1e20a);});$marker.push(m_660110aa3162f77605b07eec19f1e20a);}});}google.maps.event.addDomListener(window, 'load', initialize);