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.6426,-87.4804)};var g_9db33939a8a65d3570e6db0f8085c4a3 = new google.maps.Geocoder();g_9db33939a8a65d3570e6db0f8085c4a3.geocode( { 'address': "3901 Indianapolis Blvd, East Chicago, IN 46312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-chicago-IN-east-chicago-firemens-cu').style.display = '';map = new google.maps.Map(document.getElementById('east-chicago-IN-east-chicago-firemens-cu'), mapOptions);}document.getElementById('cb2ed705').innerHTML += ' | View Map';var $l9db33939a8a65d3570e6db0f8085c4a3 = '

East Chicago Firemen's CU

Address: 3901 Indianapolis Blvd, East Chicago, IN 46312, USA
Phone: (219) 397-6921
';var m_9db33939a8a65d3570e6db0f8085c4a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East Chicago Firemen's CU',});m_9db33939a8a65d3570e6db0f8085c4a3['infowindow'] = new google.maps.InfoWindow({content: $l9db33939a8a65d3570e6db0f8085c4a3});var infowindow = new google.maps.InfoWindow({content: $l9db33939a8a65d3570e6db0f8085c4a3});google.maps.event.addListener(m_9db33939a8a65d3570e6db0f8085c4a3, 'click', function() {infowindow.open(map,m_9db33939a8a65d3570e6db0f8085c4a3);});$marker.push(m_9db33939a8a65d3570e6db0f8085c4a3);}});}google.maps.event.addDomListener(window, 'load', initialize);