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.5374,-87.636)};var g_bb3f15ff09594201c50a436703667760 = new google.maps.Geocoder();g_bb3f15ff09594201c50a436703667760.geocode( { 'address': "19372 S Halsted St, Chicago Heights, IL 60411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-heights-IL-guaranty-bank').style.display = '';map = new google.maps.Map(document.getElementById('chicago-heights-IL-guaranty-bank'), mapOptions);}document.getElementById('19a7981d').innerHTML += ' | View Map';var $lbb3f15ff09594201c50a436703667760 = '

Guaranty Bank

Address: 19372 S Halsted St, Chicago Heights, IL 60411, USA
Phone: (800) 235-4636
';var m_bb3f15ff09594201c50a436703667760 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranty Bank',});m_bb3f15ff09594201c50a436703667760['infowindow'] = new google.maps.InfoWindow({content: $lbb3f15ff09594201c50a436703667760});var infowindow = new google.maps.InfoWindow({content: $lbb3f15ff09594201c50a436703667760});google.maps.event.addListener(m_bb3f15ff09594201c50a436703667760, 'click', function() {infowindow.open(map,m_bb3f15ff09594201c50a436703667760);});$marker.push(m_bb3f15ff09594201c50a436703667760);}});}google.maps.event.addDomListener(window, 'load', initialize);