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.4622,-90.5218)};var g_19287e6c55eea184181d36a3de690f94 = new google.maps.Geocoder();g_19287e6c55eea184181d36a3de690f94.geocode( { 'address': "2700 Ridge Point Dr, High Ridge, MO 63049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('high-ridge-MO-first-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('high-ridge-MO-first-community-credit-union'), mapOptions);}document.getElementById('0d1dec66').innerHTML += ' | View Map';var $l19287e6c55eea184181d36a3de690f94 = '

First Community Credit Union

Address: 2700 Ridge Point Dr, High Ridge, MO 63049, USA
Phone: (636) 728-3333
';var m_19287e6c55eea184181d36a3de690f94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Credit Union',});m_19287e6c55eea184181d36a3de690f94['infowindow'] = new google.maps.InfoWindow({content: $l19287e6c55eea184181d36a3de690f94});var infowindow = new google.maps.InfoWindow({content: $l19287e6c55eea184181d36a3de690f94});google.maps.event.addListener(m_19287e6c55eea184181d36a3de690f94, 'click', function() {infowindow.open(map,m_19287e6c55eea184181d36a3de690f94);});$marker.push(m_19287e6c55eea184181d36a3de690f94);}});}google.maps.event.addDomListener(window, 'load', initialize);