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.5507,-87.3559)};var g_d08a4f7964a5cd7dcc34cdd1e64b6686 = new google.maps.Geocoder();g_d08a4f7964a5cd7dcc34cdd1e64b6686.geocode( { 'address': "3730 Grant St, Gary, IN 46408, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gary-IN-l-c-school-employees-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('gary-IN-l-c-school-employees-fed-cu'), mapOptions);}document.getElementById('55f7baa3').innerHTML += ' | View Map';var $ld08a4f7964a5cd7dcc34cdd1e64b6686 = '

L C School Employees Fed CU

Address: 3730 Grant St, Gary, IN 46408, USA
Phone: (219) 887-5213
';var m_d08a4f7964a5cd7dcc34cdd1e64b6686 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L C School Employees Fed CU',});m_d08a4f7964a5cd7dcc34cdd1e64b6686['infowindow'] = new google.maps.InfoWindow({content: $ld08a4f7964a5cd7dcc34cdd1e64b6686});var infowindow = new google.maps.InfoWindow({content: $ld08a4f7964a5cd7dcc34cdd1e64b6686});google.maps.event.addListener(m_d08a4f7964a5cd7dcc34cdd1e64b6686, 'click', function() {infowindow.open(map,m_d08a4f7964a5cd7dcc34cdd1e64b6686);});$marker.push(m_d08a4f7964a5cd7dcc34cdd1e64b6686);}});}google.maps.event.addDomListener(window, 'load', initialize);