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(39.3092,-91.4892)};var g_4da3e0648bb79f45284a2c4d162c51cf = new google.maps.Geocoder();g_4da3e0648bb79f45284a2c4d162c51cf.geocode( { 'address': "210 W Washington St, Vandalia, MO 63382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vandalia-MO-united-credit-union---vandalia').style.display = '';map = new google.maps.Map(document.getElementById('vandalia-MO-united-credit-union---vandalia'), mapOptions);}document.getElementById('225d5e0a').innerHTML += ' | View Map';var $l4da3e0648bb79f45284a2c4d162c51cf = '

United Credit Union - Vandalia

Address: 210 W Washington St, Vandalia, MO 63382, USA
Phone: (573) 594-6103
';var m_4da3e0648bb79f45284a2c4d162c51cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Credit Union - Vandalia',});m_4da3e0648bb79f45284a2c4d162c51cf['infowindow'] = new google.maps.InfoWindow({content: $l4da3e0648bb79f45284a2c4d162c51cf});var infowindow = new google.maps.InfoWindow({content: $l4da3e0648bb79f45284a2c4d162c51cf});google.maps.event.addListener(m_4da3e0648bb79f45284a2c4d162c51cf, 'click', function() {infowindow.open(map,m_4da3e0648bb79f45284a2c4d162c51cf);});$marker.push(m_4da3e0648bb79f45284a2c4d162c51cf);}});}google.maps.event.addDomListener(window, 'load', initialize);