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(42.1873,-88.4342)};var g_8484d8b3d24cc2380a28093e1169fc61 = new google.maps.Geocoder();g_8484d8b3d24cc2380a28093e1169fc61.geocode( { 'address': "12300 S Il Route 47, Huntley, IL 60142"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntley-IL-woodforest-bank').style.display = '';map = new google.maps.Map(document.getElementById('huntley-IL-woodforest-bank'), mapOptions);}document.getElementById('44d4fc7b').innerHTML += ' | View Map';var $l8484d8b3d24cc2380a28093e1169fc61 = '

Woodforest Bank

Address: 12300 S Il Route 47, Huntley, IL 60142
Phone: (847) 669-3390
';var m_8484d8b3d24cc2380a28093e1169fc61 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest Bank',});m_8484d8b3d24cc2380a28093e1169fc61['infowindow'] = new google.maps.InfoWindow({content: $l8484d8b3d24cc2380a28093e1169fc61});var infowindow = new google.maps.InfoWindow({content: $l8484d8b3d24cc2380a28093e1169fc61});google.maps.event.addListener(m_8484d8b3d24cc2380a28093e1169fc61, 'click', function() {infowindow.open(map,m_8484d8b3d24cc2380a28093e1169fc61);});$marker.push(m_8484d8b3d24cc2380a28093e1169fc61);}});}google.maps.event.addDomListener(window, 'load', initialize);