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(40.0411,-87.639)};var g_ecf15b32b9df7f766cf336aa08b802eb = new google.maps.Geocoder();g_ecf15b32b9df7f766cf336aa08b802eb.geocode( { 'address': "220 S State St, Westville, IL 61883, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westville-IL-landmark-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('westville-IL-landmark-credit-union'), mapOptions);}document.getElementById('44a4f72e').innerHTML += ' | View Map';var $lecf15b32b9df7f766cf336aa08b802eb = '

Landmark Credit Union

Address: 220 S State St, Westville, IL 61883, USA
Phone: (217) 267-7060
';var m_ecf15b32b9df7f766cf336aa08b802eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Landmark Credit Union',});m_ecf15b32b9df7f766cf336aa08b802eb['infowindow'] = new google.maps.InfoWindow({content: $lecf15b32b9df7f766cf336aa08b802eb});var infowindow = new google.maps.InfoWindow({content: $lecf15b32b9df7f766cf336aa08b802eb});google.maps.event.addListener(m_ecf15b32b9df7f766cf336aa08b802eb, 'click', function() {infowindow.open(map,m_ecf15b32b9df7f766cf336aa08b802eb);});$marker.push(m_ecf15b32b9df7f766cf336aa08b802eb);}});}google.maps.event.addDomListener(window, 'load', initialize);