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.7525,-90.587)};var g_fa636c3d216834a2e0db24cc157ab5f0 = new google.maps.Geocoder();g_fa636c3d216834a2e0db24cc157ab5f0.geocode( { 'address': "3039 Almond Tree Dr, St Peters, MO 63376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-peters-MO-gateway-metro-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-peters-MO-gateway-metro-credit-union'), mapOptions);}document.getElementById('d0ce4149').innerHTML += ' | View Map';var $lfa636c3d216834a2e0db24cc157ab5f0 = '

Gateway Metro Credit Union

Address: 3039 Almond Tree Dr, St Peters, MO 63376, USA
Phone:
';var m_fa636c3d216834a2e0db24cc157ab5f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gateway Metro Credit Union',});m_fa636c3d216834a2e0db24cc157ab5f0['infowindow'] = new google.maps.InfoWindow({content: $lfa636c3d216834a2e0db24cc157ab5f0});var infowindow = new google.maps.InfoWindow({content: $lfa636c3d216834a2e0db24cc157ab5f0});google.maps.event.addListener(m_fa636c3d216834a2e0db24cc157ab5f0, 'click', function() {infowindow.open(map,m_fa636c3d216834a2e0db24cc157ab5f0);});$marker.push(m_fa636c3d216834a2e0db24cc157ab5f0);}});}google.maps.event.addDomListener(window, 'load', initialize);