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.7462,-90.4202)};var g_2a7391fb632a4dac9422201bb041c043 = new google.maps.Geocoder();g_2a7391fb632a4dac9422201bb041c043.geocode( { 'address': "11944 St Charles Rock Rd, Bridgeton, MO 63044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bridgeton-MO-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('bridgeton-MO-first-community-credit-union'), mapOptions);}document.getElementById('c0ca9a0a').innerHTML += ' | View Map';var $l2a7391fb632a4dac9422201bb041c043 = '

First Community Credit Union

Address: 11944 St Charles Rock Rd, Bridgeton, MO 63044, USA
Phone: (636) 728-3333
';var m_2a7391fb632a4dac9422201bb041c043 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_2a7391fb632a4dac9422201bb041c043['infowindow'] = new google.maps.InfoWindow({content: $l2a7391fb632a4dac9422201bb041c043});var infowindow = new google.maps.InfoWindow({content: $l2a7391fb632a4dac9422201bb041c043});google.maps.event.addListener(m_2a7391fb632a4dac9422201bb041c043, 'click', function() {infowindow.open(map,m_2a7391fb632a4dac9422201bb041c043);});$marker.push(m_2a7391fb632a4dac9422201bb041c043);}});}google.maps.event.addDomListener(window, 'load', initialize);