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.7919,-90.5859)};var g_7e7cfae4a5a4cc240aea3d673afa9a05 = new google.maps.Geocoder();g_7e7cfae4a5a4cc240aea3d673afa9a05.geocode( { 'address': "4745 Mexico Rd, St Peters, MO 63376, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-peters-MO-neighbors-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-peters-MO-neighbors-credit-union'), mapOptions);}document.getElementById('2b38aabe').innerHTML += ' | View Map';var $l7e7cfae4a5a4cc240aea3d673afa9a05 = '

Neighbors Credit Union

Address: 4745 Mexico Rd, St Peters, MO 63376, USA
Phone: (636) 939-9843
';var m_7e7cfae4a5a4cc240aea3d673afa9a05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Neighbors Credit Union',});m_7e7cfae4a5a4cc240aea3d673afa9a05['infowindow'] = new google.maps.InfoWindow({content: $l7e7cfae4a5a4cc240aea3d673afa9a05});var infowindow = new google.maps.InfoWindow({content: $l7e7cfae4a5a4cc240aea3d673afa9a05});google.maps.event.addListener(m_7e7cfae4a5a4cc240aea3d673afa9a05, 'click', function() {infowindow.open(map,m_7e7cfae4a5a4cc240aea3d673afa9a05);});$marker.push(m_7e7cfae4a5a4cc240aea3d673afa9a05);}});}google.maps.event.addDomListener(window, 'load', initialize);