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(41.5888,-88.0559)};var g_3da678392d5ac1ff456fe6e06354fdef = new google.maps.Geocoder();g_3da678392d5ac1ff456fe6e06354fdef.geocode( { 'address': "201 E 9th St, Lockport, IL 60441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lockport-IL-canals--trails-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lockport-IL-canals--trails-credit-union'), mapOptions);}document.getElementById('9999b9df').innerHTML += ' | View Map';var $l3da678392d5ac1ff456fe6e06354fdef = '

Canals & Trails Credit Union

Address: 201 E 9th St, Lockport, IL 60441, USA
Phone: (815) 838-7159
';var m_3da678392d5ac1ff456fe6e06354fdef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canals & Trails Credit Union',});m_3da678392d5ac1ff456fe6e06354fdef['infowindow'] = new google.maps.InfoWindow({content: $l3da678392d5ac1ff456fe6e06354fdef});var infowindow = new google.maps.InfoWindow({content: $l3da678392d5ac1ff456fe6e06354fdef});google.maps.event.addListener(m_3da678392d5ac1ff456fe6e06354fdef, 'click', function() {infowindow.open(map,m_3da678392d5ac1ff456fe6e06354fdef);});$marker.push(m_3da678392d5ac1ff456fe6e06354fdef);}});}google.maps.event.addDomListener(window, 'load', initialize);