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.8613,-90.093)};var g_781c50ec730f9e9c8ffff0eb6544771a = new google.maps.Geocoder();g_781c50ec730f9e9c8ffff0eb6544771a.geocode( { 'address': "217 E Ferguson Ave, Wood River, IL 62095, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wood-river-IL-vantage-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wood-river-IL-vantage-credit-union'), mapOptions);}document.getElementById('443857bf').innerHTML += ' | View Map';var $l781c50ec730f9e9c8ffff0eb6544771a = '

Vantage Credit Union

Address: 217 E Ferguson Ave, Wood River, IL 62095, USA
Phone: (314) 298-0055
';var m_781c50ec730f9e9c8ffff0eb6544771a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vantage Credit Union',});m_781c50ec730f9e9c8ffff0eb6544771a['infowindow'] = new google.maps.InfoWindow({content: $l781c50ec730f9e9c8ffff0eb6544771a});var infowindow = new google.maps.InfoWindow({content: $l781c50ec730f9e9c8ffff0eb6544771a});google.maps.event.addListener(m_781c50ec730f9e9c8ffff0eb6544771a, 'click', function() {infowindow.open(map,m_781c50ec730f9e9c8ffff0eb6544771a);});$marker.push(m_781c50ec730f9e9c8ffff0eb6544771a);}});}google.maps.event.addDomListener(window, 'load', initialize);