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.6362,-87.4567)};var g_b18d99915b155a375211429ded6c89dc = new google.maps.Geocoder();g_b18d99915b155a375211429ded6c89dc.geocode( { 'address': "4035 Alder St, East Chicago, IN 46312"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-chicago-IN-advance-financial-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('east-chicago-IN-advance-financial-federal-credit-union'), mapOptions);}document.getElementById('54a87305').innerHTML += ' | View Map';var $lb18d99915b155a375211429ded6c89dc = '

Advance Financial Federal Credit Union

Address: 4035 Alder St, East Chicago, IN 46312
Phone: (219) 392-3940
';var m_b18d99915b155a375211429ded6c89dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance Financial Federal Credit Union',});m_b18d99915b155a375211429ded6c89dc['infowindow'] = new google.maps.InfoWindow({content: $lb18d99915b155a375211429ded6c89dc});var infowindow = new google.maps.InfoWindow({content: $lb18d99915b155a375211429ded6c89dc});google.maps.event.addListener(m_b18d99915b155a375211429ded6c89dc, 'click', function() {infowindow.open(map,m_b18d99915b155a375211429ded6c89dc);});$marker.push(m_b18d99915b155a375211429ded6c89dc);}});}google.maps.event.addDomListener(window, 'load', initialize);