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.4865,-87.4531)};var g_b164b8c8c0edca0bd7748490013cc79b = new google.maps.Geocoder();g_b164b8c8c0edca0bd7748490013cc79b.geocode( { 'address': "31 West US-30, Schererville, IN 46375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schererville-IN-advance-financial-fcu').style.display = '';map = new google.maps.Map(document.getElementById('schererville-IN-advance-financial-fcu'), mapOptions);}document.getElementById('48cd1c43').innerHTML += ' | View Map';var $lb164b8c8c0edca0bd7748490013cc79b = '

Advance Financial FCU

Address: 31 West US-30, Schererville, IN 46375, USA
Phone: (219) 392-3940
';var m_b164b8c8c0edca0bd7748490013cc79b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance Financial FCU',});m_b164b8c8c0edca0bd7748490013cc79b['infowindow'] = new google.maps.InfoWindow({content: $lb164b8c8c0edca0bd7748490013cc79b});var infowindow = new google.maps.InfoWindow({content: $lb164b8c8c0edca0bd7748490013cc79b});google.maps.event.addListener(m_b164b8c8c0edca0bd7748490013cc79b, 'click', function() {infowindow.open(map,m_b164b8c8c0edca0bd7748490013cc79b);});$marker.push(m_b164b8c8c0edca0bd7748490013cc79b);}});}google.maps.event.addDomListener(window, 'load', initialize);