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(39.6978,-86.3703)};var g_4fe60f70a35850a39ea7733c005bf14d = new google.maps.Geocoder();g_4fe60f70a35850a39ea7733c005bf14d.geocode( { 'address': "2210 Stafford Rd, Plainfield, IN 46168, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainfield-IN-indiana-members-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('plainfield-IN-indiana-members-credit-union'), mapOptions);}document.getElementById('d2469aba').innerHTML += ' | View Map';var $l4fe60f70a35850a39ea7733c005bf14d = '

Indiana Members Credit Union

Address: 2210 Stafford Rd, Plainfield, IN 46168, USA
Phone: (317) 839-4217
';var m_4fe60f70a35850a39ea7733c005bf14d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana Members Credit Union',});m_4fe60f70a35850a39ea7733c005bf14d['infowindow'] = new google.maps.InfoWindow({content: $l4fe60f70a35850a39ea7733c005bf14d});var infowindow = new google.maps.InfoWindow({content: $l4fe60f70a35850a39ea7733c005bf14d});google.maps.event.addListener(m_4fe60f70a35850a39ea7733c005bf14d, 'click', function() {infowindow.open(map,m_4fe60f70a35850a39ea7733c005bf14d);});$marker.push(m_4fe60f70a35850a39ea7733c005bf14d);}});}google.maps.event.addDomListener(window, 'load', initialize);