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(38.632,-90.1912)};var g_b78f81d5bdfed3168c472b237f37b43a = new google.maps.Geocoder();g_b78f81d5bdfed3168c472b237f37b43a.geocode( { 'address': "7224 Gravois Ave, Saint Louis, MO 63116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-louis-MO-st-louis-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-louis-MO-st-louis-community-credit-union'), mapOptions);}document.getElementById('b4946393').innerHTML += ' | View Map';var $lb78f81d5bdfed3168c472b237f37b43a = '

St Louis Community Credit Union

Address: 7224 Gravois Ave, Saint Louis, MO 63116
Phone: (314) 534-7610
';var m_b78f81d5bdfed3168c472b237f37b43a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'St Louis Community Credit Union',});m_b78f81d5bdfed3168c472b237f37b43a['infowindow'] = new google.maps.InfoWindow({content: $lb78f81d5bdfed3168c472b237f37b43a});var infowindow = new google.maps.InfoWindow({content: $lb78f81d5bdfed3168c472b237f37b43a});google.maps.event.addListener(m_b78f81d5bdfed3168c472b237f37b43a, 'click', function() {infowindow.open(map,m_b78f81d5bdfed3168c472b237f37b43a);});$marker.push(m_b78f81d5bdfed3168c472b237f37b43a);}});}google.maps.event.addDomListener(window, 'load', initialize);