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.6076,-88.015)};var g_14a479deceed671970598341ad622e82 = new google.maps.Geocoder();g_14a479deceed671970598341ad622e82.geocode( { 'address': "14247 S Bell Rd, Homer Glen, IL 60491"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('homer-glen-IL-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('homer-glen-IL-bank-of-america'), mapOptions);}document.getElementById('5244e5fb').innerHTML += ' | View Map';var $l14a479deceed671970598341ad622e82 = '

Bank of America

Address: 14247 S Bell Rd, Homer Glen, IL 60491
Phone: (708) 301-4500
';var m_14a479deceed671970598341ad622e82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_14a479deceed671970598341ad622e82['infowindow'] = new google.maps.InfoWindow({content: $l14a479deceed671970598341ad622e82});var infowindow = new google.maps.InfoWindow({content: $l14a479deceed671970598341ad622e82});google.maps.event.addListener(m_14a479deceed671970598341ad622e82, 'click', function() {infowindow.open(map,m_14a479deceed671970598341ad622e82);});$marker.push(m_14a479deceed671970598341ad622e82);}});}google.maps.event.addDomListener(window, 'load', initialize);