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.6238,-87.7385)};var g_a060a959e2593a9036a4a9a449f9b304 = new google.maps.Geocoder();g_a060a959e2593a9036a4a9a449f9b304.geocode( { 'address': "14740 S Cicero Ave, Midlothian, IL 60445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midlothian-IL-south-division-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('midlothian-IL-south-division-credit-union'), mapOptions);}document.getElementById('8b136bf0').innerHTML += ' | View Map';var $la060a959e2593a9036a4a9a449f9b304 = '

South Division Credit Union

Address: 14740 S Cicero Ave, Midlothian, IL 60445, USA
Phone: (708) 857-7070
';var m_a060a959e2593a9036a4a9a449f9b304 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Division Credit Union',});m_a060a959e2593a9036a4a9a449f9b304['infowindow'] = new google.maps.InfoWindow({content: $la060a959e2593a9036a4a9a449f9b304});var infowindow = new google.maps.InfoWindow({content: $la060a959e2593a9036a4a9a449f9b304});google.maps.event.addListener(m_a060a959e2593a9036a4a9a449f9b304, 'click', function() {infowindow.open(map,m_a060a959e2593a9036a4a9a449f9b304);});$marker.push(m_a060a959e2593a9036a4a9a449f9b304);}});}google.maps.event.addDomListener(window, 'load', initialize);